#D9CCAF

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

Shades of Aths Special #D9CCAF

Tints of Aths Special #D9CCAF

Color information

#D9CCAF (or 0xD9CCAF) is unknown color: approx Aths Special. HEX triplet: D9, CC and AF. RGB value is (217,204,175). Sum of RGB (Red+Green+Blue) = 217+204+175=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CCAF is #263350. Grayscale: #CCCCCC. Windows color (decimal): -2503505 or 11521241. OLE color: 11521241.

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

Color convert

RGB217204175-
CMYK00.060.190.15
HSL41.43º35.59%76.86%-
HSV(B)41.43º19.35%85.1%-
XYZ57.9561.0349.28-
YUV204.58111.31136.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=36.41%
G=34.23%
B=29.36%

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
Decimal21720417500.060.190.1541.4335.5976.86
HexD9CCAF0613F29244d
Octal3313142570623175144115
Binary11011001110011001010111101101001111111010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCAF; }

 p { color: rgb(217,204,175); }

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

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

 a { background-color: rgb(217,204,175); }

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

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

 span { border-color: rgb(217,204,175); }

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