Shades of Goldenrod #DDD671
Tints of Goldenrod #DDD671
RGB
CMYK
RGB Variations
Color information
#DDD671 (or 0xDDD671) is known color: Goldenrod. HEX triplet: DD, D6 and 71. RGB value is (221,214,113). Sum of RGB (Red+Green+Blue) = 221+214+113=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD671 is #22298E. Grayscale: #CCCCCC. Windows color (decimal): -2238863 or 7460573. OLE color: 7460573.
HSL color Cylindrical-coordinate representation of color #DDD671: hue angle of 56.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDD671 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 113 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.13 |
| HSL | 56.11º | 0.61% | 0.65% | - |
| HSV(B) | 56.11º | 0.49% | 0.87% | - |
| XYZ | 56.85 | 64.66 | 25.11 | - |
| YUV | 204.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 113 | 0 | 0.03 | 0.49 | 0.13 | 56.11 | 0.61 | 0.65 |
| Hex | DD | D6 | 71 | 0 | 3 | 31 | D | 38 | 3D | 41 |
| Octal | 335 | 326 | 161 | 0 | 3 | 61 | 15 | 70 | 75 | 101 |
| Binary | 11011101 | 11010110 | 1110001 | 0 | 11 | 110001 | 1101 | 111000 | 111101 | 1000001 |
Color Harmonies of #DDD671
Complementary color
Monochromatic Colors of #DDD671
Black with #DDD671
Text Example
Text Example
White with #DDD671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD671; }
p { color: rgb(221,214,113); }
H1.HeaderClassName
{
color: #DDD671;
}
.AnyTagClassName
{
color: #DDD671;
}
</style>
background-color css
<style>
a { background-color: #DDD671; }
a { background-color: rgb(221,214,113); }
div.DivClassName
{
background-color: #DDD671;
}
.BgClassName
{
background-color: #DDD671;
}
</style>
border-color css
<style>
span { border-color: #DDD671; }
span { border-color: rgb(221,214,113); }
td.TdClassName
{
border-color: #DDD671;
}
.TagClassName
{
border-color: #DDD671;
}
</style>