#D2A8BF

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

Shades of Maverick #D2A8BF

Tints of Maverick #D2A8BF

Color information

#D2A8BF (or 0xD2A8BF) is unknown color: approx Maverick. HEX triplet: D2, A8 and BF. RGB value is (210,168,191). Sum of RGB (Red+Green+Blue) = 210+168+191=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A8BF is #2D5740. Grayscale: #B7B7B7. Windows color (decimal): -2971457 or 12560594. OLE color: 12560594.

HSL color Cylindrical-coordinate representation of color #D2A8BF: hue angle of 327.14º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A8BF is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB210168191-
CMYK00.20.090.18
HSL327.14º31.82%74.12%-
HSV(B)327.14º20%82.35%-
XYZ49.9845.4755.43-
YUV183.18132.41147.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 168 (66.02% from 255) = 29.53%
BLUE value IS 191 (75% from 255) = 33.57%
R=36.91%
G=29.53%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016819100.20.090.18327.1431.8274.12
HexD2A8BF014912147204a
Octal322250277024112250740112
Binary1101001010101000101111110101001001100101010001111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A8BF; }

 p { color: rgb(210,168,191); }

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

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

 a { background-color: rgb(210,168,191); }

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

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

 span { border-color: rgb(210,168,191); }

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