Shades of Goldenrod #DDD878
Tints of Goldenrod #DDD878
RGB
CMYK
RGB Variations
Color information
#DDD878 (or 0xDDD878) is known color: Goldenrod. HEX triplet: DD, D8 and 78. RGB value is (221,216,120). Sum of RGB (Red+Green+Blue) = 221+216+120=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD878 is #222787. Grayscale: #CECECE. Windows color (decimal): -2238344 or 7919837. OLE color: 7919837.
HSL color Cylindrical-coordinate representation of color #DDD878: hue angle of 57.03º 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 #DDD878 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 120 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.13 |
| HSL | 57.03º | 0.6% | 0.67% | - |
| HSV(B) | 57.03º | 0.46% | 0.87% | - |
| XYZ | 57.76 | 65.84 | 27.43 | - |
| YUV | 206.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 120 | 0 | 0.02 | 0.46 | 0.13 | 57.03 | 0.6 | 0.67 |
| Hex | DD | D8 | 78 | 0 | 2 | 2E | D | 39 | 3C | 43 |
| Octal | 335 | 330 | 170 | 0 | 2 | 56 | 15 | 71 | 74 | 103 |
| Binary | 11011101 | 11011000 | 1111000 | 0 | 10 | 101110 | 1101 | 111001 | 111100 | 1000011 |
Color Harmonies of #DDD878
Complementary color
Monochromatic Colors of #DDD878
Black with #DDD878
Text Example
Text Example
White with #DDD878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD878; }
p { color: rgb(221,216,120); }
H1.HeaderClassName
{
color: #DDD878;
}
.AnyTagClassName
{
color: #DDD878;
}
</style>
background-color css
<style>
a { background-color: #DDD878; }
a { background-color: rgb(221,216,120); }
div.DivClassName
{
background-color: #DDD878;
}
.BgClassName
{
background-color: #DDD878;
}
</style>
border-color css
<style>
span { border-color: #DDD878; }
span { border-color: rgb(221,216,120); }
td.TdClassName
{
border-color: #DDD878;
}
.TagClassName
{
border-color: #DDD878;
}
</style>