#D0ACBF

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

Shades of Maverick #D0ACBF

Tints of Maverick #D0ACBF

Color information

#D0ACBF (or 0xD0ACBF) is unknown color: approx Maverick. HEX triplet: D0, AC and BF. RGB value is (208,172,191). Sum of RGB (Red+Green+Blue) = 208+172+191=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACBF is #2F5340. Grayscale: #B8B8B8. Windows color (decimal): -3101505 or 12561616. OLE color: 12561616.

HSL color Cylindrical-coordinate representation of color #D0ACBF: hue angle of 328.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ACBF is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208172191-
CMYK00.170.080.18
HSL328.33º27.69%74.51%-
HSV(B)328.33º17.31%81.57%-
XYZ50.1746.6855.66-
YUV184.93131.43144.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.43%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 191 (75% from 255) = 33.45%
R=36.43%
G=30.12%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817219100.170.080.18328.3327.6974.51
HexD0ACBF0118121481c4b
Octal320254277021102251034113
Binary110100001010110010111111010001100010010101001000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACBF; }

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

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

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

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

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

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

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

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