#D5C8AE

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

Shades of Aths Special #D5C8AE

Tints of Aths Special #D5C8AE

Color information

#D5C8AE (or 0xD5C8AE) is unknown color: approx Aths Special. HEX triplet: D5, C8 and AE. RGB value is (213,200,174). Sum of RGB (Red+Green+Blue) = 213+200+174=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C8AE is #2A3751. Grayscale: #C9C9C9. Windows color (decimal): -2766674 or 11454677. OLE color: 11454677.

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

Color convert

RGB213200174-
CMYK00.060.180.16
HSL40º31.71%75.88%-
HSV(B)40º18.31%83.53%-
XYZ55.7358.5148.4-
YUV200.92112.81136.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 200 (78.52% from 255) = 34.07%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=36.29%
G=34.07%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320017400.060.180.164031.7175.88
HexD5C8AE06121028204c
Octal3253102560622205040114
Binary110101011100100010101110011010010100001010001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C8AE; }

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

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

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

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

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

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

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

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