#DDD97B

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

Shades of Goldenrod #DDD97B

Tints of Goldenrod #DDD97B

Color information

#DDD97B (or 0xDDD97B) is unknown color: approx Goldenrod. HEX triplet: DD, D9 and 7B. RGB value is (221,217,123). Sum of RGB (Red+Green+Blue) = 221+217+123=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD97B is #222684. Grayscale: #CFCFCF. Windows color (decimal): -2238085 or 8116701. OLE color: 8116701.

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

Color convert

RGB221217123-
CMYK00.020.440.13
HSL57.55º59.04%67.45%-
HSV(B)57.55º44.34%86.67%-
XYZ58.2166.4328.49-
YUV207.4880.33137.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 217 (85.16% from 255) = 38.68%
BLUE value IS 123 (48.44% from 255) = 21.93%
R=39.39%
G=38.68%
B=21.93%

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
Decimal22121712300.020.440.1357.5559.0467.45
HexDDD97B022CD3a3b43
Octal3353311730254157273103
Binary1101110111011001111101101010110011011110101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD97B; }

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

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

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

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

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

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

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

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