#D8CBAA

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

Shades of Aths Special #D8CBAA

Tints of Aths Special #D8CBAA

Color information

#D8CBAA (or 0xD8CBAA) is unknown color: approx Aths Special. HEX triplet: D8, CB and AA. RGB value is (216,203,170). Sum of RGB (Red+Green+Blue) = 216+203+170=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CBAA is #273455. Grayscale: #CBCBCB. Windows color (decimal): -2569302 or 11193304. OLE color: 11193304.

HSL color Cylindrical-coordinate representation of color #D8CBAA: hue angle of 43.04º 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 #D8CBAA is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216203170-
CMYK00.060.210.15
HSL43.04º37.1%75.69%-
HSV(B)43.04º21.3%84.71%-
XYZ56.9360.2146.65-
YUV203.12109.31137.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.67%
GREEN value IS 203 (79.69% from 255) = 34.47%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=36.67%
G=34.47%
B=28.86%

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
Decimal21620317000.060.210.1543.0437.175.69
HexD8CBAA0615F2b254c
Octal3303132520625175345114
Binary11011000110010111010101001101010111111010111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBAA; }

 p { color: rgb(216,203,170); }

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

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

 a { background-color: rgb(216,203,170); }

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

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

 span { border-color: rgb(216,203,170); }

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