#D8C7AB

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

Shades of Aths Special #D8C7AB

Tints of Aths Special #D8C7AB

Color information

#D8C7AB (or 0xD8C7AB) is unknown color: approx Aths Special. HEX triplet: D8, C7 and AB. RGB value is (216,199,171). Sum of RGB (Red+Green+Blue) = 216+199+171=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C7AB is #273854. Grayscale: #C9C9C9. Windows color (decimal): -2570325 or 11257816. OLE color: 11257816.

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

Color convert

RGB216199171-
CMYK00.080.210.15
HSL37.33º36.59%75.88%-
HSV(B)37.33º20.83%84.71%-
XYZ56.0958.3946.84-
YUV200.89111.13138.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.86%
GREEN value IS 199 (78.12% from 255) = 33.96%
BLUE value IS 171 (67.19% from 255) = 29.18%
R=36.86%
G=33.96%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619917100.080.210.1537.3336.5975.88
HexD8C7AB0815F25254c
Octal33030725301025174545114
Binary110110001100011110101011010001010111111001011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C7AB; }

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

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

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

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

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

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

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

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