#D9D581

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

Shades of Deco #D9D581

Tints of Deco #D9D581

Color information

#D9D581 (or 0xD9D581) is unknown color: approx Deco. HEX triplet: D9, D5 and 81. RGB value is (217,213,129). Sum of RGB (Red+Green+Blue) = 217+213+129=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D581 is #262A7E. Grayscale: #CCCCCC. Windows color (decimal): -2501247 or 8508889. OLE color: 8508889.

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

Color convert

RGB217213129-
CMYK00.020.410.15
HSL57.27º53.66%67.84%-
HSV(B)57.27º40.55%85.1%-
XYZ56.3763.9330.14-
YUV204.6285.33136.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 213 (83.59% from 255) = 38.10%
BLUE value IS 129 (50.78% from 255) = 23.08%
R=38.82%
G=38.10%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721312900.020.410.1557.2753.6667.84
HexD9D5810229F393644
Octal3313252010251177166104
Binary11011001110101011000000101010100111111110011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D581; }

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

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

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

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

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

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

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

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