Shades of Goldenrod #DDD96B
Tints of Goldenrod #DDD96B
RGB
CMYK
RGB Variations
Color information
#DDD96B (or 0xDDD96B) is known color: Goldenrod. HEX triplet: DD, D9 and 6B. RGB value is (221,217,107). Sum of RGB (Red+Green+Blue) = 221+217+107=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD96B is #222694. Grayscale: #CECECE. Windows color (decimal): -2238101 or 7068125. OLE color: 7068125.
HSL color Cylindrical-coordinate representation of color #DDD96B: hue angle of 57.89º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDD96B is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 107 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.13 |
| HSL | 57.89º | 0.63% | 0.64% | - |
| HSV(B) | 57.89º | 0.52% | 0.87% | - |
| XYZ | 57.29 | 66.06 | 23.64 | - |
| YUV | 205.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 107 | 0 | 0.02 | 0.52 | 0.13 | 57.89 | 0.63 | 0.64 |
| Hex | DD | D9 | 6B | 0 | 2 | 34 | D | 3A | 3F | 40 |
| Octal | 335 | 331 | 153 | 0 | 2 | 64 | 15 | 72 | 77 | 100 |
| Binary | 11011101 | 11011001 | 1101011 | 0 | 10 | 110100 | 1101 | 111010 | 111111 | 1000000 |
Color Harmonies of #DDD96B
Complementary color
Monochromatic Colors of #DDD96B
Black with #DDD96B
Text Example
Text Example
White with #DDD96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD96B; }
p { color: rgb(221,217,107); }
H1.HeaderClassName
{
color: #DDD96B;
}
.AnyTagClassName
{
color: #DDD96B;
}
</style>
background-color css
<style>
a { background-color: #DDD96B; }
a { background-color: rgb(221,217,107); }
div.DivClassName
{
background-color: #DDD96B;
}
.BgClassName
{
background-color: #DDD96B;
}
</style>
border-color css
<style>
span { border-color: #DDD96B; }
span { border-color: rgb(221,217,107); }
td.TdClassName
{
border-color: #DDD96B;
}
.TagClassName
{
border-color: #DDD96B;
}
</style>