#D4A8BD

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

Shades of Maverick #D4A8BD

Tints of Maverick #D4A8BD

Color information

#D4A8BD (or 0xD4A8BD) is unknown color: approx Maverick. HEX triplet: D4, A8 and BD. RGB value is (212,168,189). Sum of RGB (Red+Green+Blue) = 212+168+189=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8BD is #2B5742. Grayscale: #B7B7B7. Windows color (decimal): -2840387 or 12429524. OLE color: 12429524.

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

Color convert

RGB212168189-
CMYK00.210.110.17
HSL331.36º33.85%74.51%-
HSV(B)331.36º20.75%83.14%-
XYZ50.3445.6854.31-
YUV183.55131.08148.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.26%
GREEN value IS 168 (66.02% from 255) = 29.53%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=37.26%
G=29.53%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216818900.210.110.17331.3633.8574.51
HexD4A8BD015B1114b224b
Octal324250275025132151342113
Binary1101010010101000101111010101011011100011010010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A8BD; }

 p { color: rgb(212,168,189); }

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

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

 a { background-color: rgb(212,168,189); }

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

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

 span { border-color: rgb(212,168,189); }

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