#D0CAB9

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

Shades of Aths Special #D0CAB9

Tints of Aths Special #D0CAB9

Color information

#D0CAB9 (or 0xD0CAB9) is unknown color: approx Aths Special. HEX triplet: D0, CA and B9. RGB value is (208,202,185). Sum of RGB (Red+Green+Blue) = 208+202+185=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CAB9 is #2F3546. Grayscale: #C9C9C9. Windows color (decimal): -3093831 or 12176080. OLE color: 12176080.

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

Color convert

RGB208202185-
CMYK00.030.110.18
HSL44.35º19.66%77.06%-
HSV(B)44.35º11.06%81.57%-
XYZ55.8959.1554.37-
YUV201.86118.49132.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 185 (72.66% from 255) = 31.09%
R=34.96%
G=33.95%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820218500.030.110.1844.3519.6677.06
HexD0CAB903B122c144d
Octal3203122710313225424115
Binary110100001100101010111001011101110010101100101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CAB9; }

 p { color: rgb(208,202,185); }

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

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

 a { background-color: rgb(208,202,185); }

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

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

 span { border-color: rgb(208,202,185); }

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