#DDD76D

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

Shades of Goldenrod #DDD76D

Tints of Goldenrod #DDD76D

Color information

#DDD76D (or 0xDDD76D) is unknown color: approx Goldenrod. HEX triplet: DD, D7 and 6D. RGB value is (221,215,109). Sum of RGB (Red+Green+Blue) = 221+215+109=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD76D is #222892. Grayscale: #CDCDCD. Windows color (decimal): -2238611 or 7198685. OLE color: 7198685.

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

Color convert

RGB221215109-
CMYK00.030.510.13
HSL56.79º62.22%64.71%-
HSV(B)56.79º50.68%86.67%-
XYZ56.8865.0824.03-
YUV204.7173.99139.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 215 (84.38% from 255) = 39.45%
BLUE value IS 109 (42.97% from 255) = 20%
R=40.55%
G=39.45%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121510900.030.510.1356.7962.2264.71
HexDDD76D0333D393e41
Octal3353271550363157176101
Binary1101110111010111110110101111001111011110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD76D; }

 p { color: rgb(221,215,109); }

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

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

 a { background-color: rgb(221,215,109); }

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

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

 span { border-color: rgb(221,215,109); }

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