#D9D0B3

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

Shades of Aths Special #D9D0B3

Tints of Aths Special #D9D0B3

Color information

#D9D0B3 (or 0xD9D0B3) is unknown color: approx Aths Special. HEX triplet: D9, D0 and B3. RGB value is (217,208,179). Sum of RGB (Red+Green+Blue) = 217+208+179=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D0B3 is #262F4C. Grayscale: #CFCFCF. Windows color (decimal): -2502477 or 11784409. OLE color: 11784409.

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

Color convert

RGB217208179-
CMYK00.040.180.15
HSL45.79º33.33%77.65%-
HSV(B)45.79º17.51%85.1%-
XYZ59.3163.1251.7-
YUV207.38111.98134.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.93%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=35.93%
G=34.44%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720817900.040.180.1545.7933.3377.65
HexD9D0B30412F2e214e
Octal3313202630422175641116
Binary11011001110100001011001101001001011111011101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D0B3; }

 p { color: rgb(217,208,179); }

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

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

 a { background-color: rgb(217,208,179); }

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

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

 span { border-color: rgb(217,208,179); }

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