#D9D582

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

Shades of Deco #D9D582

Tints of Deco #D9D582

Color information

#D9D582 (or 0xD9D582) is unknown color: approx Deco. HEX triplet: D9, D5 and 82. RGB value is (217,213,130). Sum of RGB (Red+Green+Blue) = 217+213+130=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D582 is #262A7D. Grayscale: #CDCDCD. Windows color (decimal): -2501246 or 8574425. OLE color: 8574425.

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

Color convert

RGB217213130-
CMYK00.020.400.15
HSL57.24º53.37%68.04%-
HSV(B)57.24º40.09%85.1%-
XYZ56.4463.9530.49-
YUV204.7385.83136.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 213 (83.59% from 255) = 38.04%
BLUE value IS 130 (51.17% from 255) = 23.21%
R=38.75%
G=38.04%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721313000.020.400.1557.2453.3768.04
HexD9D5820228F393544
Octal3313252020250177165104
Binary11011001110101011000001001010100011111110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D582; }

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

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

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

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

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

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

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

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