Shades of Goldenrod #DDD868
Tints of Goldenrod #DDD868
RGB
CMYK
RGB Variations
Color information
#DDD868 (or 0xDDD868) is known color: Goldenrod. HEX triplet: DD, D8 and 68. RGB value is (221,216,104). Sum of RGB (Red+Green+Blue) = 221+216+104=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD868 is #222797. Grayscale: #CDCDCD. Windows color (decimal): -2238360 or 6871261. OLE color: 6871261.
HSL color Cylindrical-coordinate representation of color #DDD868: hue angle of 57.44º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDD868 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 104 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.13 |
| HSL | 57.44º | 0.63% | 0.64% | - |
| HSV(B) | 57.44º | 0.53% | 0.87% | - |
| XYZ | 56.87 | 65.48 | 22.74 | - |
| YUV | 204.73 | 71.16 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 104 | 0 | 0.02 | 0.53 | 0.13 | 57.44 | 0.63 | 0.64 |
| Hex | DD | D8 | 68 | 0 | 2 | 35 | D | 39 | 3F | 40 |
| Octal | 335 | 330 | 150 | 0 | 2 | 65 | 15 | 71 | 77 | 100 |
| Binary | 11011101 | 11011000 | 1101000 | 0 | 10 | 110101 | 1101 | 111001 | 111111 | 1000000 |
Color Harmonies of #DDD868
Complementary color
Monochromatic Colors of #DDD868
Black with #DDD868
Text Example
Text Example
White with #DDD868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD868; }
p { color: rgb(221,216,104); }
H1.HeaderClassName
{
color: #DDD868;
}
.AnyTagClassName
{
color: #DDD868;
}
</style>
background-color css
<style>
a { background-color: #DDD868; }
a { background-color: rgb(221,216,104); }
div.DivClassName
{
background-color: #DDD868;
}
.BgClassName
{
background-color: #DDD868;
}
</style>
border-color css
<style>
span { border-color: #DDD868; }
span { border-color: rgb(221,216,104); }
td.TdClassName
{
border-color: #DDD868;
}
.TagClassName
{
border-color: #DDD868;
}
</style>