#D0AB8C

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

Shades of Cameo #D0AB8C

Tints of Cameo #D0AB8C

Color information

#D0AB8C (or 0xD0AB8C) is unknown color: approx Cameo. HEX triplet: D0, AB and 8C. RGB value is (208,171,140). Sum of RGB (Red+Green+Blue) = 208+171+140=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB8C is #2F5473. Grayscale: #B2B2B2. Windows color (decimal): -3101812 or 9219024. OLE color: 9219024.

HSL color Cylindrical-coordinate representation of color #D0AB8C: hue angle of 27.35º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0AB8C is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB208171140-
CMYK00.180.330.18
HSL27.35º41.98%68.24%-
HSV(B)27.35º32.69%81.57%-
XYZ45.3144.4331-
YUV178.53106.26149.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 140 (55.08% from 255) = 26.97%
R=40.08%
G=32.95%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817114000.180.330.1827.3541.9868.24
HexD0AB8C01221121b2a44
Octal32025321402241223352104
Binary11010000101010111000110001001010000110010110111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AB8C; }

 p { color: rgb(208,171,140); }

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

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

 a { background-color: rgb(208,171,140); }

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

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

 span { border-color: rgb(208,171,140); }

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