Shades of Goldenrod #DDD570
Tints of Goldenrod #DDD570
RGB
CMYK
RGB Variations
Color information
#DDD570 (or 0xDDD570) is known color: Goldenrod. HEX triplet: DD, D5 and 70. RGB value is (221,213,112). Sum of RGB (Red+Green+Blue) = 221+213+112=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD570 is #222A8F. Grayscale: #CCCCCC. Windows color (decimal): -2239120 or 7394781. OLE color: 7394781.
HSL color Cylindrical-coordinate representation of color #DDD570: hue angle of 55.6º degrees, saturation: 0.62, 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 #DDD570 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 112 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.13 |
| HSL | 55.6º | 0.62% | 0.65% | - |
| HSV(B) | 55.6º | 0.49% | 0.87% | - |
| XYZ | 56.54 | 64.13 | 24.73 | - |
| YUV | 203.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 112 | 0 | 0.04 | 0.49 | 0.13 | 55.6 | 0.62 | 0.65 |
| Hex | DD | D5 | 70 | 0 | 4 | 31 | D | 38 | 3E | 41 |
| Octal | 335 | 325 | 160 | 0 | 4 | 61 | 15 | 70 | 76 | 101 |
| Binary | 11011101 | 11010101 | 1110000 | 0 | 100 | 110001 | 1101 | 111000 | 111110 | 1000001 |
Color Harmonies of #DDD570
Complementary color
Monochromatic Colors of #DDD570
Black with #DDD570
Text Example
Text Example
White with #DDD570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD570; }
p { color: rgb(221,213,112); }
H1.HeaderClassName
{
color: #DDD570;
}
.AnyTagClassName
{
color: #DDD570;
}
</style>
background-color css
<style>
a { background-color: #DDD570; }
a { background-color: rgb(221,213,112); }
div.DivClassName
{
background-color: #DDD570;
}
.BgClassName
{
background-color: #DDD570;
}
</style>
border-color css
<style>
span { border-color: #DDD570; }
span { border-color: rgb(221,213,112); }
td.TdClassName
{
border-color: #DDD570;
}
.TagClassName
{
border-color: #DDD570;
}
</style>