Shades of Goldenrod #DDDA77
Tints of Goldenrod #DDDA77
RGB
CMYK
RGB Variations
Color information
#DDDA77 (or 0xDDDA77) is known color: Goldenrod. HEX triplet: DD, DA and 77. RGB value is (221,218,119). Sum of RGB (Red+Green+Blue) = 221+218+119=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA77 is #222588. Grayscale: #D0D0D0. Windows color (decimal): -2237833 or 7854813. OLE color: 7854813.
HSL color Cylindrical-coordinate representation of color #DDDA77: hue angle of 58.24º 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 #DDDA77 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 119 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.13 |
| HSL | 58.24º | 0.6% | 0.67% | - |
| HSV(B) | 58.24º | 0.46% | 0.87% | - |
| XYZ | 58.22 | 66.85 | 27.29 | - |
| YUV | 207.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 119 | 0 | 0.01 | 0.46 | 0.13 | 58.24 | 0.6 | 0.67 |
| Hex | DD | DA | 77 | 0 | 1 | 2E | D | 3A | 3C | 43 |
| Octal | 335 | 332 | 167 | 0 | 1 | 56 | 15 | 72 | 74 | 103 |
| Binary | 11011101 | 11011010 | 1110111 | 0 | 1 | 101110 | 1101 | 111010 | 111100 | 1000011 |
Color Harmonies of #DDDA77
Complementary color
Monochromatic Colors of #DDDA77
Black with #DDDA77
Text Example
Text Example
White with #DDDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA77; }
p { color: rgb(221,218,119); }
H1.HeaderClassName
{
color: #DDDA77;
}
.AnyTagClassName
{
color: #DDDA77;
}
</style>
background-color css
<style>
a { background-color: #DDDA77; }
a { background-color: rgb(221,218,119); }
div.DivClassName
{
background-color: #DDDA77;
}
.BgClassName
{
background-color: #DDDA77;
}
</style>
border-color css
<style>
span { border-color: #DDDA77; }
span { border-color: rgb(221,218,119); }
td.TdClassName
{
border-color: #DDDA77;
}
.TagClassName
{
border-color: #DDDA77;
}
</style>