#D0A6BF

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

Shades of Maverick #D0A6BF

Tints of Maverick #D0A6BF

Color information

#D0A6BF (or 0xD0A6BF) is unknown color: approx Maverick. HEX triplet: D0, A6 and BF. RGB value is (208,166,191). Sum of RGB (Red+Green+Blue) = 208+166+191=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6BF is #2F5940. Grayscale: #B5B5B5. Windows color (decimal): -3103041 or 12560080. OLE color: 12560080.

HSL color Cylindrical-coordinate representation of color #D0A6BF: hue angle of 324.29º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A6BF is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208166191-
CMYK00.200.080.18
HSL324.29º30.88%73.33%-
HSV(B)324.29º20.19%81.57%-
XYZ49.0544.4455.28-
YUV181.41133.41146.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 166 (65.23% from 255) = 29.38%
BLUE value IS 191 (75% from 255) = 33.81%
R=36.81%
G=29.38%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816619100.200.080.18324.2930.8873.33
HexD0A6BF0148121441f49
Octal320246277024102250437111
Binary110100001010011010111111010100100010010101000100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A6BF; }

 p { color: rgb(208,166,191); }

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

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

 a { background-color: rgb(208,166,191); }

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

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

 span { border-color: rgb(208,166,191); }

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