Shades of Goldenrod #DDDA76
Tints of Goldenrod #DDDA76
RGB
CMYK
RGB Variations
Color information
#DDDA76 (or 0xDDDA76) is known color: Goldenrod. HEX triplet: DD, DA and 76. RGB value is (221,218,118). Sum of RGB (Red+Green+Blue) = 221+218+118=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA76 is #222589. Grayscale: #CFCFCF. Windows color (decimal): -2237834 or 7789277. OLE color: 7789277.
HSL color Cylindrical-coordinate representation of color #DDDA76: hue angle of 58.25º 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 #DDDA76 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 118 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.13 |
| HSL | 58.25º | 0.6% | 0.66% | - |
| HSV(B) | 58.25º | 0.47% | 0.87% | - |
| XYZ | 58.16 | 66.82 | 26.97 | - |
| YUV | 207.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 118 | 0 | 0.01 | 0.47 | 0.13 | 58.25 | 0.6 | 0.66 |
| Hex | DD | DA | 76 | 0 | 1 | 2F | D | 3A | 3C | 42 |
| Octal | 335 | 332 | 166 | 0 | 1 | 57 | 15 | 72 | 74 | 102 |
| Binary | 11011101 | 11011010 | 1110110 | 0 | 1 | 101111 | 1101 | 111010 | 111100 | 1000010 |
Color Harmonies of #DDDA76
Complementary color
Monochromatic Colors of #DDDA76
Black with #DDDA76
Text Example
Text Example
White with #DDDA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA76; }
p { color: rgb(221,218,118); }
H1.HeaderClassName
{
color: #DDDA76;
}
.AnyTagClassName
{
color: #DDDA76;
}
</style>
background-color css
<style>
a { background-color: #DDDA76; }
a { background-color: rgb(221,218,118); }
div.DivClassName
{
background-color: #DDDA76;
}
.BgClassName
{
background-color: #DDDA76;
}
</style>
border-color css
<style>
span { border-color: #DDDA76; }
span { border-color: rgb(221,218,118); }
td.TdClassName
{
border-color: #DDDA76;
}
.TagClassName
{
border-color: #DDDA76;
}
</style>