Shades of Goldenrod #DDDC77
Tints of Goldenrod #DDDC77
RGB
CMYK
RGB Variations
Color information
#DDDC77 (or 0xDDDC77) is known color: Goldenrod. HEX triplet: DD, DC and 77. RGB value is (221,220,119). Sum of RGB (Red+Green+Blue) = 221+220+119=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC77 is #222388. Grayscale: #D1D1D1. Windows color (decimal): -2237321 or 7855325. OLE color: 7855325.
HSL color Cylindrical-coordinate representation of color #DDDC77: hue angle of 59.41º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDDC77 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 119 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.13 |
| HSL | 59.41º | 0.6% | 0.67% | - |
| HSV(B) | 59.41º | 0.46% | 0.87% | - |
| XYZ | 58.74 | 67.89 | 27.46 | - |
| YUV | 208.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 119 | 0 | 0.00 | 0.46 | 0.13 | 59.41 | 0.6 | 0.67 |
| Hex | DD | DC | 77 | 0 | 0 | 2E | D | 3B | 3C | 43 |
| Octal | 335 | 334 | 167 | 0 | 0 | 56 | 15 | 73 | 74 | 103 |
| Binary | 11011101 | 11011100 | 1110111 | 0 | 0 | 101110 | 1101 | 111011 | 111100 | 1000011 |
Color Harmonies of #DDDC77
Complementary color
Monochromatic Colors of #DDDC77
Black with #DDDC77
Text Example
Text Example
White with #DDDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC77; }
p { color: rgb(221,220,119); }
H1.HeaderClassName
{
color: #DDDC77;
}
.AnyTagClassName
{
color: #DDDC77;
}
</style>
background-color css
<style>
a { background-color: #DDDC77; }
a { background-color: rgb(221,220,119); }
div.DivClassName
{
background-color: #DDDC77;
}
.BgClassName
{
background-color: #DDDC77;
}
</style>
border-color css
<style>
span { border-color: #DDDC77; }
span { border-color: rgb(221,220,119); }
td.TdClassName
{
border-color: #DDDC77;
}
.TagClassName
{
border-color: #DDDC77;
}
</style>