#DDD96F

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

Shades of Goldenrod #DDD96F

Tints of Goldenrod #DDD96F

Color information

#DDD96F (or 0xDDD96F) is unknown color: approx Goldenrod. HEX triplet: DD, D9 and 6F. RGB value is (221,217,111). Sum of RGB (Red+Green+Blue) = 221+217+111=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD96F is #222690. Grayscale: #CECECE. Windows color (decimal): -2238097 or 7330269. OLE color: 7330269.

HSL color Cylindrical-coordinate representation of color #DDD96F: hue angle of 57.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDD96F is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221217111-
CMYK00.020.500.13
HSL57.82º61.8%65.1%-
HSV(B)57.82º49.77%86.67%-
XYZ57.566.1524.78-
YUV206.1174.33138.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 111 (43.75% from 255) = 20.22%
R=40.26%
G=39.53%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121711100.020.500.1357.8261.865.1
HexDDD96F0232D3a3e41
Octal3353311570262157276101
Binary1101110111011001110111101011001011011110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD96F; }

 p { color: rgb(221,217,111); }

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

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

 a { background-color: rgb(221,217,111); }

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

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

 span { border-color: rgb(221,217,111); }

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