#D9D584

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

Shades of Deco #D9D584

Tints of Deco #D9D584

Color information

#D9D584 (or 0xD9D584) is unknown color: approx Deco. HEX triplet: D9, D5 and 84. RGB value is (217,213,132). Sum of RGB (Red+Green+Blue) = 217+213+132=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D584 is #262A7B. Grayscale: #CDCDCD. Windows color (decimal): -2501244 or 8705497. OLE color: 8705497.

HSL color Cylindrical-coordinate representation of color #D9D584: hue angle of 57.18º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9D584 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB217213132-
CMYK00.020.390.15
HSL57.18º52.8%68.43%-
HSV(B)57.18º39.17%85.1%-
XYZ56.5764.0131.2-
YUV204.9686.83136.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 213 (83.59% from 255) = 37.90%
BLUE value IS 132 (51.95% from 255) = 23.49%
R=38.61%
G=37.90%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721313200.020.390.1557.1852.868.43
HexD9D5840227F393544
Octal3313252040247177165104
Binary11011001110101011000010001010011111111110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D584; }

 p { color: rgb(217,213,132); }

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

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

 a { background-color: rgb(217,213,132); }

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

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

 span { border-color: rgb(217,213,132); }

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