#D0ACBD

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

Shades of Maverick #D0ACBD

Tints of Maverick #D0ACBD

Color information

#D0ACBD (or 0xD0ACBD) is unknown color: approx Maverick. HEX triplet: D0, AC and BD. RGB value is (208,172,189). Sum of RGB (Red+Green+Blue) = 208+172+189=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACBD is #2F5342. Grayscale: #B8B8B8. Windows color (decimal): -3101507 or 12430544. OLE color: 12430544.

HSL color Cylindrical-coordinate representation of color #D0ACBD: hue angle of 331.67º 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 #D0ACBD is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB208172189-
CMYK00.170.090.18
HSL331.67º27.69%74.51%-
HSV(B)331.67º17.31%81.57%-
XYZ49.9546.5954.5-
YUV184.7130.43144.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=36.56%
G=30.23%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817218900.170.090.18331.6727.6974.51
HexD0ACBD01191214c1c4b
Octal320254275021112251434113
Binary110100001010110010111101010001100110010101001100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACBD; }

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

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

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

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

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

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

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

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