#D7CCAE

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

Shades of Aths Special #D7CCAE

Tints of Aths Special #D7CCAE

Color information

#D7CCAE (or 0xD7CCAE) is unknown color: approx Aths Special. HEX triplet: D7, CC and AE. RGB value is (215,204,174). Sum of RGB (Red+Green+Blue) = 215+204+174=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CCAE is #283351. Grayscale: #CCCCCC. Windows color (decimal): -2634578 or 11455703. OLE color: 11455703.

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

Color convert

RGB215204174-
CMYK00.050.190.16
HSL43.9º33.88%76.27%-
HSV(B)43.9º19.07%84.31%-
XYZ57.2660.6948.74-
YUV203.87111.14135.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.26%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 174 (68.36% from 255) = 29.34%
R=36.26%
G=34.40%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520417400.050.190.1643.933.8876.27
HexD7CCAE0513102c224c
Octal3273142560523205442114
Binary110101111100110010101110010110011100001011001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCAE; }

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

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

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

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

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

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

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

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