Shades of Goldenrod #DDD76B
Tints of Goldenrod #DDD76B
RGB
CMYK
RGB Variations
Color information
#DDD76B (or 0xDDD76B) is known color: Goldenrod. HEX triplet: DD, D7 and 6B. RGB value is (221,215,107). Sum of RGB (Red+Green+Blue) = 221+215+107=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD76B is #222894. Grayscale: #CCCCCC. Windows color (decimal): -2238613 or 7067613. OLE color: 7067613.
HSL color Cylindrical-coordinate representation of color #DDD76B: hue angle of 56.84º 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 #DDD76B is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 107 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.13 |
| HSL | 56.84º | 0.63% | 0.64% | - |
| HSV(B) | 56.84º | 0.52% | 0.87% | - |
| XYZ | 56.77 | 65.03 | 23.47 | - |
| YUV | 204.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 107 | 0 | 0.03 | 0.52 | 0.13 | 56.84 | 0.63 | 0.64 |
| Hex | DD | D7 | 6B | 0 | 3 | 34 | D | 39 | 3F | 40 |
| Octal | 335 | 327 | 153 | 0 | 3 | 64 | 15 | 71 | 77 | 100 |
| Binary | 11011101 | 11010111 | 1101011 | 0 | 11 | 110100 | 1101 | 111001 | 111111 | 1000000 |
Color Harmonies of #DDD76B
Complementary color
Monochromatic Colors of #DDD76B
Black with #DDD76B
Text Example
Text Example
White with #DDD76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD76B; }
p { color: rgb(221,215,107); }
H1.HeaderClassName
{
color: #DDD76B;
}
.AnyTagClassName
{
color: #DDD76B;
}
</style>
background-color css
<style>
a { background-color: #DDD76B; }
a { background-color: rgb(221,215,107); }
div.DivClassName
{
background-color: #DDD76B;
}
.BgClassName
{
background-color: #DDD76B;
}
</style>
border-color css
<style>
span { border-color: #DDD76B; }
span { border-color: rgb(221,215,107); }
td.TdClassName
{
border-color: #DDD76B;
}
.TagClassName
{
border-color: #DDD76B;
}
</style>