#D5C8AD

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

Shades of Aths Special #D5C8AD

Tints of Aths Special #D5C8AD

Color information

#D5C8AD (or 0xD5C8AD) is unknown color: approx Aths Special. HEX triplet: D5, C8 and AD. RGB value is (213,200,173). Sum of RGB (Red+Green+Blue) = 213+200+173=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C8AD is #2A3752. Grayscale: #C8C8C8. Windows color (decimal): -2766675 or 11389141. OLE color: 11389141.

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

Color convert

RGB213200173-
CMYK00.060.190.16
HSL40.5º32.26%75.69%-
HSV(B)40.5º18.78%83.53%-
XYZ55.6458.4747.89-
YUV200.81112.31136.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 200 (78.52% from 255) = 34.13%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=36.35%
G=34.13%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320017300.060.190.1640.532.2675.69
HexD5C8AD06131029204c
Octal3253102550623205140114
Binary110101011100100010101101011010011100001010011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C8AD; }

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

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

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

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

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

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

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

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