#D5CDB9

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

Shades of Aths Special #D5CDB9

Tints of Aths Special #D5CDB9

Color information

#D5CDB9 (or 0xD5CDB9) is unknown color: approx Aths Special. HEX triplet: D5, CD and B9. RGB value is (213,205,185). Sum of RGB (Red+Green+Blue) = 213+205+185=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDB9 is #2A3246. Grayscale: #CDCDCD. Windows color (decimal): -2765383 or 12176853. OLE color: 12176853.

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

Color convert

RGB213205185-
CMYK00.040.130.16
HSL42.86º25%78.04%-
HSV(B)42.86º13.15%83.53%-
XYZ58.0361.3154.67-
YUV205.11116.65133.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.32%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 185 (72.66% from 255) = 30.68%
R=35.32%
G=34.00%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320518500.040.130.1642.862578.04
HexD5CDB904D102b194e
Octal3253152710415205331116
Binary1101010111001101101110010100110110000101011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDB9; }

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

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

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

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

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

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

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

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