Shades of Goldenrod #DDD76C
Tints of Goldenrod #DDD76C
RGB
CMYK
RGB Variations
Color information
#DDD76C (or 0xDDD76C) is known color: Goldenrod. HEX triplet: DD, D7 and 6C. RGB value is (221,215,108). Sum of RGB (Red+Green+Blue) = 221+215+108=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD76C is #222893. Grayscale: #CDCDCD. Windows color (decimal): -2238612 or 7133149. OLE color: 7133149.
HSL color Cylindrical-coordinate representation of color #DDD76C: hue angle of 56.81º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDD76C is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 108 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.13 |
| HSL | 56.81º | 0.62% | 0.65% | - |
| HSV(B) | 56.81º | 0.51% | 0.87% | - |
| XYZ | 56.83 | 65.06 | 23.75 | - |
| YUV | 204.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 108 | 0 | 0.03 | 0.51 | 0.13 | 56.81 | 0.62 | 0.65 |
| Hex | DD | D7 | 6C | 0 | 3 | 33 | D | 39 | 3E | 41 |
| Octal | 335 | 327 | 154 | 0 | 3 | 63 | 15 | 71 | 76 | 101 |
| Binary | 11011101 | 11010111 | 1101100 | 0 | 11 | 110011 | 1101 | 111001 | 111110 | 1000001 |
Color Harmonies of #DDD76C
Complementary color
Monochromatic Colors of #DDD76C
Black with #DDD76C
Text Example
Text Example
White with #DDD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD76C; }
p { color: rgb(221,215,108); }
H1.HeaderClassName
{
color: #DDD76C;
}
.AnyTagClassName
{
color: #DDD76C;
}
</style>
background-color css
<style>
a { background-color: #DDD76C; }
a { background-color: rgb(221,215,108); }
div.DivClassName
{
background-color: #DDD76C;
}
.BgClassName
{
background-color: #DDD76C;
}
</style>
border-color css
<style>
span { border-color: #DDD76C; }
span { border-color: rgb(221,215,108); }
td.TdClassName
{
border-color: #DDD76C;
}
.TagClassName
{
border-color: #DDD76C;
}
</style>