#D8CAAB

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

Shades of Aths Special #D8CAAB

Tints of Aths Special #D8CAAB

Color information

#D8CAAB (or 0xD8CAAB) is unknown color: approx Aths Special. HEX triplet: D8, CA and AB. RGB value is (216,202,171). Sum of RGB (Red+Green+Blue) = 216+202+171=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CAAB is #273554. Grayscale: #CACACA. Windows color (decimal): -2569557 or 11258584. OLE color: 11258584.

HSL color Cylindrical-coordinate representation of color #D8CAAB: hue angle of 41.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8CAAB is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216202171-
CMYK00.060.210.15
HSL41.33º36.59%75.88%-
HSV(B)41.33º20.83%84.71%-
XYZ56.7959.7847.07-
YUV202.65110.14137.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.67%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 171 (67.19% from 255) = 29.03%
R=36.67%
G=34.30%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620217100.060.210.1541.3336.5975.88
HexD8CAAB0615F29254c
Octal3303122530625175145114
Binary11011000110010101010101101101010111111010011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAAB; }

 p { color: rgb(216,202,171); }

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

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

 a { background-color: rgb(216,202,171); }

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

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

 span { border-color: rgb(216,202,171); }

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