#D9CDB1

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

Shades of Aths Special #D9CDB1

Tints of Aths Special #D9CDB1

Color information

#D9CDB1 (or 0xD9CDB1) is unknown color: approx Aths Special. HEX triplet: D9, CD and B1. RGB value is (217,205,177). Sum of RGB (Red+Green+Blue) = 217+205+177=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CDB1 is #26324E. Grayscale: #CDCDCD. Windows color (decimal): -2503247 or 11652569. OLE color: 11652569.

HSL color Cylindrical-coordinate representation of color #D9CDB1: hue angle of 42º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9CDB1 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217205177-
CMYK00.060.180.15
HSL42º34.48%77.25%-
HSV(B)42º18.43%85.1%-
XYZ58.3861.5950.41-
YUV205.4111.98136.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.23%
GREEN value IS 205 (80.47% from 255) = 34.22%
BLUE value IS 177 (69.53% from 255) = 29.55%
R=36.23%
G=34.22%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720517700.060.180.154234.4877.25
HexD9CDB10612F2a224d
Octal3313152610622175242115
Binary11011001110011011011000101101001011111010101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDB1; }

 p { color: rgb(217,205,177); }

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

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

 a { background-color: rgb(217,205,177); }

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

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

 span { border-color: rgb(217,205,177); }

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