#D9D681

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

Shades of Deco #D9D681

Tints of Deco #D9D681

Color information

#D9D681 (or 0xD9D681) is unknown color: approx Deco. HEX triplet: D9, D6 and 81. RGB value is (217,214,129). Sum of RGB (Red+Green+Blue) = 217+214+129=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D681 is #26297E. Grayscale: #CDCDCD. Windows color (decimal): -2500991 or 8509145. OLE color: 8509145.

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

Color convert

RGB217214129-
CMYK00.010.410.15
HSL57.95º53.66%67.84%-
HSV(B)57.95º40.55%85.1%-
XYZ56.6264.4330.22-
YUV205.2184.99136.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 214 (83.98% from 255) = 38.21%
BLUE value IS 129 (50.78% from 255) = 23.04%
R=38.75%
G=38.21%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721412900.010.410.1557.9553.6667.84
HexD9D6810129F3a3644
Octal3313262010151177266104
Binary1101100111010110100000010110100111111110101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D681; }

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

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

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

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

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

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

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

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