#D8CBAF

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

Shades of Aths Special #D8CBAF

Tints of Aths Special #D8CBAF

Color information

#D8CBAF (or 0xD8CBAF) is unknown color: approx Aths Special. HEX triplet: D8, CB and AF. RGB value is (216,203,175). Sum of RGB (Red+Green+Blue) = 216+203+175=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CBAF is #273450. Grayscale: #CBCBCB. Windows color (decimal): -2569297 or 11520984. OLE color: 11520984.

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

Color convert

RGB216203175-
CMYK00.060.190.15
HSL40.98º34.45%76.67%-
HSV(B)40.98º18.98%84.71%-
XYZ57.4160.4149.19-
YUV203.7111.81136.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.36%
GREEN value IS 203 (79.69% from 255) = 34.18%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=36.36%
G=34.18%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620317500.060.190.1540.9834.4576.67
HexD8CBAF0613F29224d
Octal3303132570623175142115
Binary11011000110010111010111101101001111111010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBAF; }

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

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

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

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

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

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

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

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