#D5CCB0

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

Shades of Aths Special #D5CCB0

Tints of Aths Special #D5CCB0

Color information

#D5CCB0 (or 0xD5CCB0) is unknown color: approx Aths Special. HEX triplet: D5, CC and B0. RGB value is (213,204,176). Sum of RGB (Red+Green+Blue) = 213+204+176=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 176 (69.14% from 255 or 29.68% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CCB0 is #2A334F. Grayscale: #CBCBCB. Windows color (decimal): -2765648 or 11586773. OLE color: 11586773.

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

Color convert

RGB213204176-
CMYK00.040.170.16
HSL45.41º30.58%76.27%-
HSV(B)45.41º17.37%83.53%-
XYZ56.8760.4749.75-
YUV203.5112.48134.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.92%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 176 (69.14% from 255) = 29.68%
R=35.92%
G=34.40%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320417600.040.170.1645.4130.5876.27
HexD5CCB00411102d1f4c
Octal3253142600421205537114
Binary11010101110011001011000001001000110000101101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCB0; }

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

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

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

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

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

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

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

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