#D9D482

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

Shades of Deco #D9D482

Tints of Deco #D9D482

Color information

#D9D482 (or 0xD9D482) is unknown color: approx Deco. HEX triplet: D9, D4 and 82. RGB value is (217,212,130). Sum of RGB (Red+Green+Blue) = 217+212+130=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D482 is #262B7D. Grayscale: #CCCCCC. Windows color (decimal): -2501502 or 8574169. OLE color: 8574169.

HSL color Cylindrical-coordinate representation of color #D9D482: hue angle of 56.55º 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 #D9D482 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217212130-
CMYK00.020.400.15
HSL56.55º53.37%68.04%-
HSV(B)56.55º40.09%85.1%-
XYZ56.1963.4530.4-
YUV204.1586.16137.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 212 (83.20% from 255) = 37.92%
BLUE value IS 130 (51.17% from 255) = 23.26%
R=38.82%
G=37.92%
B=23.26%

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
Decimal21721213000.020.400.1556.5553.3768.04
HexD9D4820228F393544
Octal3313242020250177165104
Binary11011001110101001000001001010100011111110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D482; }

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

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

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

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

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

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

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

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