#D9D485

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

Shades of Deco #D9D485

Tints of Deco #D9D485

Color information

#D9D485 (or 0xD9D485) is unknown color: approx Deco. HEX triplet: D9, D4 and 85. RGB value is (217,212,133). Sum of RGB (Red+Green+Blue) = 217+212+133=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D485 is #262B7A. Grayscale: #CCCCCC. Windows color (decimal): -2501499 or 8770777. OLE color: 8770777.

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

Color convert

RGB217212133-
CMYK00.020.390.15
HSL56.43º52.5%68.63%-
HSV(B)56.43º38.71%85.1%-
XYZ56.3963.5331.48-
YUV204.4987.66136.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 212 (83.20% from 255) = 37.72%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=38.61%
G=37.72%
B=23.67%

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
Decimal21721213300.020.390.1556.4352.568.63
HexD9D4850227F383545
Octal3313242050247177065105
Binary11011001110101001000010101010011111111110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D485; }

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

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

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

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

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

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

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

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