#D5CCAE

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

Shades of Aths Special #D5CCAE

Tints of Aths Special #D5CCAE

Color information

#D5CCAE (or 0xD5CCAE) is unknown color: approx Aths Special. HEX triplet: D5, CC and AE. RGB value is (213,204,174). Sum of RGB (Red+Green+Blue) = 213+204+174=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CCAE is #2A3351. Grayscale: #CBCBCB. Windows color (decimal): -2765650 or 11455701. OLE color: 11455701.

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

Color convert

RGB213204174-
CMYK00.040.180.16
HSL46.15º31.71%75.88%-
HSV(B)46.15º18.31%83.53%-
XYZ56.6760.3948.71-
YUV203.27111.48134.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.04%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=36.04%
G=34.52%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320417400.040.180.1646.1531.7175.88
HexD5CCAE0412102e204c
Octal3253142560422205640114
Binary110101011100110010101110010010010100001011101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCAE; }

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

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

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

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

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

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

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

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