#D5C9B0

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

Shades of Aths Special #D5C9B0

Tints of Aths Special #D5C9B0

Color information

#D5C9B0 (or 0xD5C9B0) is unknown color: approx Aths Special. HEX triplet: D5, C9 and B0. RGB value is (213,201,176). Sum of RGB (Red+Green+Blue) = 213+201+176=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C9B0 is #2A364F. Grayscale: #C9C9C9. Windows color (decimal): -2766416 or 11586005. OLE color: 11586005.

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

Color convert

RGB213201176-
CMYK00.060.170.16
HSL40.54º30.58%76.27%-
HSV(B)40.54º17.37%83.53%-
XYZ56.1659.0549.51-
YUV201.74113.48136.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 201 (78.91% from 255) = 34.07%
BLUE value IS 176 (69.14% from 255) = 29.83%
R=36.10%
G=34.07%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320117600.060.170.1640.5430.5876.27
HexD5C9B0061110291f4c
Octal3253112600621205137114
Binary11010101110010011011000001101000110000101001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C9B0; }

 p { color: rgb(213,201,176); }

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

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

 a { background-color: rgb(213,201,176); }

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

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

 span { border-color: rgb(213,201,176); }

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