#DDD97C

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

Shades of Goldenrod #DDD97C

Tints of Goldenrod #DDD97C

Color information

#DDD97C (or 0xDDD97C) is unknown color: approx Goldenrod. HEX triplet: DD, D9 and 7C. RGB value is (221,217,124). Sum of RGB (Red+Green+Blue) = 221+217+124=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD97C is #222683. Grayscale: #CFCFCF. Windows color (decimal): -2238084 or 8182237. OLE color: 8182237.

HSL color Cylindrical-coordinate representation of color #DDD97C: hue angle of 57.53º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDD97C is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221217124-
CMYK00.020.440.13
HSL57.53º58.79%67.65%-
HSV(B)57.53º43.89%86.67%-
XYZ58.2766.4528.82-
YUV207.5980.83137.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 217 (85.16% from 255) = 38.61%
BLUE value IS 124 (48.83% from 255) = 22.06%
R=39.32%
G=38.61%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121712400.020.440.1357.5358.7967.65
HexDDD97C022CD3a3b44
Octal3353311740254157273104
Binary1101110111011001111110001010110011011110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD97C; }

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

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

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

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

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

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

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

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