Shades of Goldenrod #DDD772
Tints of Goldenrod #DDD772
RGB
CMYK
RGB Variations
Color information
#DDD772 (or 0xDDD772) is known color: Goldenrod. HEX triplet: DD, D7 and 72. RGB value is (221,215,114). Sum of RGB (Red+Green+Blue) = 221+215+114=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD772 is #22288D. Grayscale: #CDCDCD. Windows color (decimal): -2238606 or 7526365. OLE color: 7526365.
HSL color Cylindrical-coordinate representation of color #DDD772: hue angle of 56.64º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDD772 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 114 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.13 |
| HSL | 56.64º | 0.61% | 0.66% | - |
| HSV(B) | 56.64º | 0.48% | 0.87% | - |
| XYZ | 57.16 | 65.19 | 25.49 | - |
| YUV | 205.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 114 | 0 | 0.03 | 0.48 | 0.13 | 56.64 | 0.61 | 0.66 |
| Hex | DD | D7 | 72 | 0 | 3 | 30 | D | 39 | 3D | 42 |
| Octal | 335 | 327 | 162 | 0 | 3 | 60 | 15 | 71 | 75 | 102 |
| Binary | 11011101 | 11010111 | 1110010 | 0 | 11 | 110000 | 1101 | 111001 | 111101 | 1000010 |
Color Harmonies of #DDD772
Complementary color
Monochromatic Colors of #DDD772
Black with #DDD772
Text Example
Text Example
White with #DDD772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD772; }
p { color: rgb(221,215,114); }
H1.HeaderClassName
{
color: #DDD772;
}
.AnyTagClassName
{
color: #DDD772;
}
</style>
background-color css
<style>
a { background-color: #DDD772; }
a { background-color: rgb(221,215,114); }
div.DivClassName
{
background-color: #DDD772;
}
.BgClassName
{
background-color: #DDD772;
}
</style>
border-color css
<style>
span { border-color: #DDD772; }
span { border-color: rgb(221,215,114); }
td.TdClassName
{
border-color: #DDD772;
}
.TagClassName
{
border-color: #DDD772;
}
</style>