Shades of Goldenrod #DDD76F
Tints of Goldenrod #DDD76F
RGB
CMYK
RGB Variations
Color information
#DDD76F (or 0xDDD76F) is known color: Goldenrod. HEX triplet: DD, D7 and 6F. RGB value is (221,215,111). Sum of RGB (Red+Green+Blue) = 221+215+111=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD76F is #222890. Grayscale: #CDCDCD. Windows color (decimal): -2238609 or 7329757. OLE color: 7329757.
HSL color Cylindrical-coordinate representation of color #DDD76F: hue angle of 56.73º 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 #DDD76F is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 111 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.13 |
| HSL | 56.73º | 0.62% | 0.65% | - |
| HSV(B) | 56.73º | 0.5% | 0.87% | - |
| XYZ | 56.99 | 65.12 | 24.6 | - |
| YUV | 204.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 111 | 0 | 0.03 | 0.50 | 0.13 | 56.73 | 0.62 | 0.65 |
| Hex | DD | D7 | 6F | 0 | 3 | 32 | D | 39 | 3E | 41 |
| Octal | 335 | 327 | 157 | 0 | 3 | 62 | 15 | 71 | 76 | 101 |
| Binary | 11011101 | 11010111 | 1101111 | 0 | 11 | 110010 | 1101 | 111001 | 111110 | 1000001 |
Color Harmonies of #DDD76F
Complementary color
Monochromatic Colors of #DDD76F
Black with #DDD76F
Text Example
Text Example
White with #DDD76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD76F; }
p { color: rgb(221,215,111); }
H1.HeaderClassName
{
color: #DDD76F;
}
.AnyTagClassName
{
color: #DDD76F;
}
</style>
background-color css
<style>
a { background-color: #DDD76F; }
a { background-color: rgb(221,215,111); }
div.DivClassName
{
background-color: #DDD76F;
}
.BgClassName
{
background-color: #DDD76F;
}
</style>
border-color css
<style>
span { border-color: #DDD76F; }
span { border-color: rgb(221,215,111); }
td.TdClassName
{
border-color: #DDD76F;
}
.TagClassName
{
border-color: #DDD76F;
}
</style>