Shades of Goldenrod #DDD86E
Tints of Goldenrod #DDD86E
RGB
CMYK
RGB Variations
Color information
#DDD86E (or 0xDDD86E) is known color: Goldenrod. HEX triplet: DD, D8 and 6E. RGB value is (221,216,110). Sum of RGB (Red+Green+Blue) = 221+216+110=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD86E is #222791. Grayscale: #CDCDCD. Windows color (decimal): -2238354 or 7264477. OLE color: 7264477.
HSL color Cylindrical-coordinate representation of color #DDD86E: hue angle of 57.3º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDD86E is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 110 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.13 |
| HSL | 57.3º | 0.62% | 0.65% | - |
| HSV(B) | 57.3º | 0.5% | 0.87% | - |
| XYZ | 57.19 | 65.61 | 24.4 | - |
| YUV | 205.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 110 | 0 | 0.02 | 0.50 | 0.13 | 57.3 | 0.62 | 0.65 |
| Hex | DD | D8 | 6E | 0 | 2 | 32 | D | 39 | 3E | 41 |
| Octal | 335 | 330 | 156 | 0 | 2 | 62 | 15 | 71 | 76 | 101 |
| Binary | 11011101 | 11011000 | 1101110 | 0 | 10 | 110010 | 1101 | 111001 | 111110 | 1000001 |
Color Harmonies of #DDD86E
Complementary color
Monochromatic Colors of #DDD86E
Black with #DDD86E
Text Example
Text Example
White with #DDD86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD86E; }
p { color: rgb(221,216,110); }
H1.HeaderClassName
{
color: #DDD86E;
}
.AnyTagClassName
{
color: #DDD86E;
}
</style>
background-color css
<style>
a { background-color: #DDD86E; }
a { background-color: rgb(221,216,110); }
div.DivClassName
{
background-color: #DDD86E;
}
.BgClassName
{
background-color: #DDD86E;
}
</style>
border-color css
<style>
span { border-color: #DDD86E; }
span { border-color: rgb(221,216,110); }
td.TdClassName
{
border-color: #DDD86E;
}
.TagClassName
{
border-color: #DDD86E;
}
</style>