#D8C8AB

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

Shades of Aths Special #D8C8AB

Tints of Aths Special #D8C8AB

Color information

#D8C8AB (or 0xD8C8AB) is unknown color: approx Aths Special. HEX triplet: D8, C8 and AB. RGB value is (216,200,171). Sum of RGB (Red+Green+Blue) = 216+200+171=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C8AB is #273754. Grayscale: #C9C9C9. Windows color (decimal): -2570069 or 11258072. OLE color: 11258072.

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

Color convert

RGB216200171-
CMYK00.070.210.15
HSL38.67º36.59%75.88%-
HSV(B)38.67º20.83%84.71%-
XYZ56.3258.8546.92-
YUV201.48110.8138.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 200 (78.52% from 255) = 34.07%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=36.80%
G=34.07%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620017100.070.210.1538.6736.5975.88
HexD8C8AB0715F27254c
Octal3303102530725174745114
Binary11011000110010001010101101111010111111001111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C8AB; }

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

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

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

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

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

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

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

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