#D5CDB4

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

Shades of Aths Special #D5CDB4

Tints of Aths Special #D5CDB4

Color information

#D5CDB4 (or 0xD5CDB4) is unknown color: approx Aths Special. HEX triplet: D5, CD and B4. RGB value is (213,205,180). Sum of RGB (Red+Green+Blue) = 213+205+180=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDB4 is #2A324B. Grayscale: #CCCCCC. Windows color (decimal): -2765388 or 11849173. OLE color: 11849173.

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

Color convert

RGB213205180-
CMYK00.040.150.16
HSL45.45º28.21%77.06%-
HSV(B)45.45º15.49%83.53%-
XYZ57.5161.151.94-
YUV204.54114.15134.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.62%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 180 (70.70% from 255) = 30.10%
R=35.62%
G=34.28%
B=30.10%

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
Decimal21320518000.040.150.1645.4528.2177.06
HexD5CDB404F102d1c4d
Octal3253152640417205534115
Binary1101010111001101101101000100111110000101101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDB4; }

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

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

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

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

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

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

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

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