Shades of Goldenrod #DDD86F
Tints of Goldenrod #DDD86F
RGB
CMYK
RGB Variations
Color information
#DDD86F (or 0xDDD86F) is known color: Goldenrod. HEX triplet: DD, D8 and 6F. RGB value is (221,216,111). Sum of RGB (Red+Green+Blue) = 221+216+111=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD86F is #222790. Grayscale: #CDCDCD. Windows color (decimal): -2238353 or 7330013. OLE color: 7330013.
HSL color Cylindrical-coordinate representation of color #DDD86F: hue angle of 57.27º 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 #DDD86F is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 111 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.13 |
| HSL | 57.27º | 0.62% | 0.65% | - |
| HSV(B) | 57.27º | 0.5% | 0.87% | - |
| XYZ | 57.24 | 65.63 | 24.69 | - |
| YUV | 205.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 111 | 0 | 0.02 | 0.50 | 0.13 | 57.27 | 0.62 | 0.65 |
| Hex | DD | D8 | 6F | 0 | 2 | 32 | D | 39 | 3E | 41 |
| Octal | 335 | 330 | 157 | 0 | 2 | 62 | 15 | 71 | 76 | 101 |
| Binary | 11011101 | 11011000 | 1101111 | 0 | 10 | 110010 | 1101 | 111001 | 111110 | 1000001 |
Color Harmonies of #DDD86F
Complementary color
Monochromatic Colors of #DDD86F
Black with #DDD86F
Text Example
Text Example
White with #DDD86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD86F; }
p { color: rgb(221,216,111); }
H1.HeaderClassName
{
color: #DDD86F;
}
.AnyTagClassName
{
color: #DDD86F;
}
</style>
background-color css
<style>
a { background-color: #DDD86F; }
a { background-color: rgb(221,216,111); }
div.DivClassName
{
background-color: #DDD86F;
}
.BgClassName
{
background-color: #DDD86F;
}
</style>
border-color css
<style>
span { border-color: #DDD86F; }
span { border-color: rgb(221,216,111); }
td.TdClassName
{
border-color: #DDD86F;
}
.TagClassName
{
border-color: #DDD86F;
}
</style>