#D5CCB4

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

Shades of Aths Special #D5CCB4

Tints of Aths Special #D5CCB4

Color information

#D5CCB4 (or 0xD5CCB4) is unknown color: approx Aths Special. HEX triplet: D5, CC and B4. RGB value is (213,204,180). Sum of RGB (Red+Green+Blue) = 213+204+180=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCB4 is #2A334B. Grayscale: #CCCCCC. Windows color (decimal): -2765644 or 11848917. OLE color: 11848917.

HSL color Cylindrical-coordinate representation of color #D5CCB4: hue angle of 43.64º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5CCB4 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB213204180-
CMYK00.040.150.16
HSL43.64º28.21%77.06%-
HSV(B)43.64º15.49%83.53%-
XYZ57.2760.6351.86-
YUV203.96114.48134.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.68%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 180 (70.70% from 255) = 30.15%
R=35.68%
G=34.17%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320418000.040.150.1643.6428.2177.06
HexD5CCB404F102c1c4d
Octal3253142640417205434115
Binary1101010111001100101101000100111110000101100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCB4; }

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

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

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

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

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

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

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

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