#DDDD76

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

Shades of Goldenrod #DDDD76

Tints of Goldenrod #DDDD76

Color information

#DDDD76 (or 0xDDDD76) is unknown color: approx Goldenrod. HEX triplet: DD, DD and 76. RGB value is (221,221,118). Sum of RGB (Red+Green+Blue) = 221+221+118=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD76 is #222289. Grayscale: #D1D1D1. Windows color (decimal): -2237066 or 7790045. OLE color: 7790045.

HSL color Cylindrical-coordinate representation of color #DDDD76: hue angle of 60º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDDD76 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221221118-
CMYK000.470.13
HSL60º60.23%66.47%-
HSV(B)60º46.61%86.67%-
XYZ58.9568.3927.23-
YUV209.2676.5136.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 221 (86.72% from 255) = 39.46%
BLUE value IS 118 (46.48% from 255) = 21.07%
R=39.46%
G=39.46%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221118000.470.136060.2366.47
HexDDDD76002FD3c3c42
Octal3353351660057157474102
Binary110111011101110111101100010111111011111001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD76; }

 p { color: rgb(221,221,118); }

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

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

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

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

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

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

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