Shades of Goldenrod #DDD672
Tints of Goldenrod #DDD672
RGB
CMYK
RGB Variations
Color information
#DDD672 (or 0xDDD672) is known color: Goldenrod. HEX triplet: DD, D6 and 72. RGB value is (221,214,114). Sum of RGB (Red+Green+Blue) = 221+214+114=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD672 is #22298D. Grayscale: #CDCDCD. Windows color (decimal): -2238862 or 7526109. OLE color: 7526109.
HSL color Cylindrical-coordinate representation of color #DDD672: hue angle of 56.07º 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 #DDD672 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 114 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.13 |
| HSL | 56.07º | 0.61% | 0.66% | - |
| HSV(B) | 56.07º | 0.48% | 0.87% | - |
| XYZ | 56.9 | 64.68 | 25.41 | - |
| YUV | 204.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 114 | 0 | 0.03 | 0.48 | 0.13 | 56.07 | 0.61 | 0.66 |
| Hex | DD | D6 | 72 | 0 | 3 | 30 | D | 38 | 3D | 42 |
| Octal | 335 | 326 | 162 | 0 | 3 | 60 | 15 | 70 | 75 | 102 |
| Binary | 11011101 | 11010110 | 1110010 | 0 | 11 | 110000 | 1101 | 111000 | 111101 | 1000010 |
Color Harmonies of #DDD672
Complementary color
Monochromatic Colors of #DDD672
Black with #DDD672
Text Example
Text Example
White with #DDD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD672; }
p { color: rgb(221,214,114); }
H1.HeaderClassName
{
color: #DDD672;
}
.AnyTagClassName
{
color: #DDD672;
}
</style>
background-color css
<style>
a { background-color: #DDD672; }
a { background-color: rgb(221,214,114); }
div.DivClassName
{
background-color: #DDD672;
}
.BgClassName
{
background-color: #DDD672;
}
</style>
border-color css
<style>
span { border-color: #DDD672; }
span { border-color: rgb(221,214,114); }
td.TdClassName
{
border-color: #DDD672;
}
.TagClassName
{
border-color: #DDD672;
}
</style>