#DDD76C

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

Shades of Goldenrod #DDD76C

Tints of Goldenrod #DDD76C

Color information

#DDD76C (or 0xDDD76C) is unknown color: approx Goldenrod. HEX triplet: DD, D7 and 6C. RGB value is (221,215,108). Sum of RGB (Red+Green+Blue) = 221+215+108=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD76C is #222893. Grayscale: #CDCDCD. Windows color (decimal): -2238612 or 7133149. OLE color: 7133149.

HSL color Cylindrical-coordinate representation of color #DDD76C: hue angle of 56.81º 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 #DDD76C is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB221215108-
CMYK00.030.510.13
HSL56.81º62.43%64.51%-
HSV(B)56.81º51.13%86.67%-
XYZ56.8365.0623.75-
YUV204.673.49139.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 215 (84.38% from 255) = 39.52%
BLUE value IS 108 (42.58% from 255) = 19.85%
R=40.62%
G=39.52%
B=19.85%

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
Decimal22121510800.030.510.1356.8162.4364.51
HexDDD76C0333D393e41
Octal3353271540363157176101
Binary1101110111010111110110001111001111011110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD76C; }

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

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

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

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

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

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

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

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