Shades of Goldenrod #DDD777
Tints of Goldenrod #DDD777
RGB
CMYK
RGB Variations
Color information
#DDD777 (or 0xDDD777) is known color: Goldenrod. HEX triplet: DD, D7 and 77. RGB value is (221,215,119). Sum of RGB (Red+Green+Blue) = 221+215+119=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD777 is #222888. Grayscale: #CECECE. Windows color (decimal): -2238601 or 7854045. OLE color: 7854045.
HSL color Cylindrical-coordinate representation of color #DDD777: hue angle of 56.47º 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 #DDD777 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 119 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.13 |
| HSL | 56.47º | 0.6% | 0.67% | - |
| HSV(B) | 56.47º | 0.46% | 0.87% | - |
| XYZ | 57.45 | 65.3 | 27.03 | - |
| YUV | 205.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 119 | 0 | 0.03 | 0.46 | 0.13 | 56.47 | 0.6 | 0.67 |
| Hex | DD | D7 | 77 | 0 | 3 | 2E | D | 38 | 3C | 43 |
| Octal | 335 | 327 | 167 | 0 | 3 | 56 | 15 | 70 | 74 | 103 |
| Binary | 11011101 | 11010111 | 1110111 | 0 | 11 | 101110 | 1101 | 111000 | 111100 | 1000011 |
Color Harmonies of #DDD777
Complementary color
Monochromatic Colors of #DDD777
Black with #DDD777
Text Example
Text Example
White with #DDD777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD777; }
p { color: rgb(221,215,119); }
H1.HeaderClassName
{
color: #DDD777;
}
.AnyTagClassName
{
color: #DDD777;
}
</style>
background-color css
<style>
a { background-color: #DDD777; }
a { background-color: rgb(221,215,119); }
div.DivClassName
{
background-color: #DDD777;
}
.BgClassName
{
background-color: #DDD777;
}
</style>
border-color css
<style>
span { border-color: #DDD777; }
span { border-color: rgb(221,215,119); }
td.TdClassName
{
border-color: #DDD777;
}
.TagClassName
{
border-color: #DDD777;
}
</style>