#D4A7C9

Color #D4A7C9 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D4A7C9

Tints of Maverick #D4A7C9

Color information

#D4A7C9 (or 0xD4A7C9) is unknown color: approx Maverick. HEX triplet: D4, A7 and C9. RGB value is (212,167,201). Sum of RGB (Red+Green+Blue) = 212+167+201=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A7C9 is #2B5836. Grayscale: #B8B8B8. Windows color (decimal): -2840631 or 13215700. OLE color: 13215700.

HSL color Cylindrical-coordinate representation of color #D4A7C9: hue angle of 314.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A7C9 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB212167201-
CMYK00.210.050.17
HSL314.67º34.35%74.31%-
HSV(B)314.67º21.23%83.14%-
XYZ51.5145.8561.39-
YUV184.33137.41147.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 36.55%
GREEN value IS 167 (65.62% from 255) = 28.79%
BLUE value IS 201 (78.91% from 255) = 34.66%
R=36.55%
G=28.79%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216720100.210.050.17314.6734.3574.31
HexD4A7C901551113b224a
Octal32424731102552147342112
Binary110101001010011111001001010101101100011001110111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A7C9; }

 p { color: rgb(212,167,201); }

 H1.HeaderClassName
 {
   color: #D4A7C9;
 }
 .AnyTagClassName
 {
   color: #D4A7C9;
 }
</style>
background-color css

<style>
 a { background-color: #D4A7C9; }

 a { background-color: rgb(212,167,201); }

 div.DivClassName
 {
   background-color: #D4A7C9;
 }
 .BgClassName
 {
   background-color: #D4A7C9;
 }
</style>
border-color css

<style>
 span { border-color: #D4A7C9; }

 span { border-color: rgb(212,167,201); }

 td.TdClassName
 {
   border-color: #D4A7C9;
 }
 .TagClassName
 {
   border-color: #D4A7C9;
 }
</style>