Shades of Goldenrod #DDDB77
Tints of Goldenrod #DDDB77
RGB
CMYK
RGB Variations
Color information
#DDDB77 (or 0xDDDB77) is known color: Goldenrod. HEX triplet: DD, DB and 77. RGB value is (221,219,119). Sum of RGB (Red+Green+Blue) = 221+219+119=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB77 is #222488. Grayscale: #D0D0D0. Windows color (decimal): -2237577 or 7855069. OLE color: 7855069.
HSL color Cylindrical-coordinate representation of color #DDDB77: hue angle of 58.82º 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 #DDDB77 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 119 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.13 |
| HSL | 58.82º | 0.6% | 0.67% | - |
| HSV(B) | 58.82º | 0.46% | 0.87% | - |
| XYZ | 58.48 | 67.37 | 27.37 | - |
| YUV | 208.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 119 | 0 | 0.01 | 0.46 | 0.13 | 58.82 | 0.6 | 0.67 |
| Hex | DD | DB | 77 | 0 | 1 | 2E | D | 3B | 3C | 43 |
| Octal | 335 | 333 | 167 | 0 | 1 | 56 | 15 | 73 | 74 | 103 |
| Binary | 11011101 | 11011011 | 1110111 | 0 | 1 | 101110 | 1101 | 111011 | 111100 | 1000011 |
Color Harmonies of #DDDB77
Complementary color
Monochromatic Colors of #DDDB77
Black with #DDDB77
Text Example
Text Example
White with #DDDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB77; }
p { color: rgb(221,219,119); }
H1.HeaderClassName
{
color: #DDDB77;
}
.AnyTagClassName
{
color: #DDDB77;
}
</style>
background-color css
<style>
a { background-color: #DDDB77; }
a { background-color: rgb(221,219,119); }
div.DivClassName
{
background-color: #DDDB77;
}
.BgClassName
{
background-color: #DDDB77;
}
</style>
border-color css
<style>
span { border-color: #DDDB77; }
span { border-color: rgb(221,219,119); }
td.TdClassName
{
border-color: #DDDB77;
}
.TagClassName
{
border-color: #DDDB77;
}
</style>