#D7CCA9

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

Shades of Aths Special #D7CCA9

Tints of Aths Special #D7CCA9

Color information

#D7CCA9 (or 0xD7CCA9) is unknown color: approx Aths Special. HEX triplet: D7, CC and A9. RGB value is (215,204,169). Sum of RGB (Red+Green+Blue) = 215+204+169=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 169 (66.41% from 255 or 28.74% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CCA9 is #283356. Grayscale: #CBCBCB. Windows color (decimal): -2634583 or 11128023. OLE color: 11128023.

HSL color Cylindrical-coordinate representation of color #D7CCA9: hue angle of 45.65º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7CCA9 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB215204169-
CMYK00.050.210.16
HSL45.65º36.51%75.29%-
HSV(B)45.65º21.4%84.31%-
XYZ56.7860.546.22-
YUV203.3108.64136.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 169 (66.41% from 255) = 28.74%
R=36.56%
G=34.69%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520416900.050.210.1645.6536.5175.29
HexD7CCA90515102e254b
Octal3273142510525205645113
Binary110101111100110010101001010110101100001011101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCA9; }

 p { color: rgb(215,204,169); }

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

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

 a { background-color: rgb(215,204,169); }

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

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

 span { border-color: rgb(215,204,169); }

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