#D6CAB5

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

Shades of Aths Special #D6CAB5

Tints of Aths Special #D6CAB5

Color information

#D6CAB5 (or 0xD6CAB5) is unknown color: approx Aths Special. HEX triplet: D6, CA and B5. RGB value is (214,202,181). Sum of RGB (Red+Green+Blue) = 214+202+181=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CAB5 is #29354A. Grayscale: #CBCBCB. Windows color (decimal): -2700619 or 11913942. OLE color: 11913942.

HSL color Cylindrical-coordinate representation of color #D6CAB5: hue angle of 38.18º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6CAB5 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB214202181-
CMYK00.060.150.16
HSL38.18º28.7%77.45%-
HSV(B)38.18º15.42%83.92%-
XYZ57.1959.8752.26-
YUV203.19115.48135.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 181 (71.09% from 255) = 30.32%
R=35.85%
G=33.84%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420218100.060.150.1638.1828.777.45
HexD6CAB506F10261d4d
Octal3263122650617204635115
Binary1101011011001010101101010110111110000100110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAB5; }

 p { color: rgb(214,202,181); }

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

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

 a { background-color: rgb(214,202,181); }

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

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

 span { border-color: rgb(214,202,181); }

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