#D5C7AE

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

Shades of Aths Special #D5C7AE

Tints of Aths Special #D5C7AE

Color information

#D5C7AE (or 0xD5C7AE) is unknown color: approx Aths Special. HEX triplet: D5, C7 and AE. RGB value is (213,199,174). Sum of RGB (Red+Green+Blue) = 213+199+174=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C7AE is #2A3851. Grayscale: #C8C8C8. Windows color (decimal): -2766930 or 11454421. OLE color: 11454421.

HSL color Cylindrical-coordinate representation of color #D5C7AE: hue angle of 38.46º 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 #D5C7AE is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB213199174-
CMYK00.070.180.16
HSL38.46º31.71%75.88%-
HSV(B)38.46º18.31%83.53%-
XYZ55.558.0548.32-
YUV200.34113.14137.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 199 (78.12% from 255) = 33.96%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=36.35%
G=33.96%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319917400.070.180.1638.4631.7175.88
HexD5C7AE07121026204c
Octal3253072560722204640114
Binary110101011100011110101110011110010100001001101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C7AE; }

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

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

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

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

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

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

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

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