#D4CAB4

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

Shades of Aths Special #D4CAB4

Tints of Aths Special #D4CAB4

Color information

#D4CAB4 (or 0xD4CAB4) is unknown color: approx Aths Special. HEX triplet: D4, CA and B4. RGB value is (212,202,180). Sum of RGB (Red+Green+Blue) = 212+202+180=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CAB4 is #2B354B. Grayscale: #CACACA. Windows color (decimal): -2831692 or 11848404. OLE color: 11848404.

HSL color Cylindrical-coordinate representation of color #D4CAB4: hue angle of 41.25º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4CAB4 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB212202180-
CMYK00.050.150.17
HSL41.25º27.12%76.86%-
HSV(B)41.25º15.09%83.14%-
XYZ56.5159.5351.69-
YUV202.48115.31134.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.69%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 180 (70.70% from 255) = 30.30%
R=35.69%
G=34.01%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220218000.050.150.1741.2527.1276.86
HexD4CAB405F11291b4d
Octal3243122640517215133115
Binary1101010011001010101101000101111110001101001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CAB4; }

 p { color: rgb(212,202,180); }

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

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

 a { background-color: rgb(212,202,180); }

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

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

 span { border-color: rgb(212,202,180); }

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