Shades of Goldenrod #DDD770
Tints of Goldenrod #DDD770
RGB
CMYK
RGB Variations
Color information
#DDD770 (or 0xDDD770) is known color: Goldenrod. HEX triplet: DD, D7 and 70. RGB value is (221,215,112). Sum of RGB (Red+Green+Blue) = 221+215+112=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD770 is #22288F. Grayscale: #CDCDCD. Windows color (decimal): -2238608 or 7395293. OLE color: 7395293.
HSL color Cylindrical-coordinate representation of color #DDD770: hue angle of 56.7º 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 #DDD770 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 112 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.13 |
| HSL | 56.7º | 0.62% | 0.65% | - |
| HSV(B) | 56.7º | 0.49% | 0.87% | - |
| XYZ | 57.04 | 65.14 | 24.9 | - |
| YUV | 205.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 112 | 0 | 0.03 | 0.49 | 0.13 | 56.7 | 0.62 | 0.65 |
| Hex | DD | D7 | 70 | 0 | 3 | 31 | D | 39 | 3E | 41 |
| Octal | 335 | 327 | 160 | 0 | 3 | 61 | 15 | 71 | 76 | 101 |
| Binary | 11011101 | 11010111 | 1110000 | 0 | 11 | 110001 | 1101 | 111001 | 111110 | 1000001 |
Color Harmonies of #DDD770
Complementary color
Monochromatic Colors of #DDD770
Black with #DDD770
Text Example
Text Example
White with #DDD770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD770; }
p { color: rgb(221,215,112); }
H1.HeaderClassName
{
color: #DDD770;
}
.AnyTagClassName
{
color: #DDD770;
}
</style>
background-color css
<style>
a { background-color: #DDD770; }
a { background-color: rgb(221,215,112); }
div.DivClassName
{
background-color: #DDD770;
}
.BgClassName
{
background-color: #DDD770;
}
</style>
border-color css
<style>
span { border-color: #DDD770; }
span { border-color: rgb(221,215,112); }
td.TdClassName
{
border-color: #DDD770;
}
.TagClassName
{
border-color: #DDD770;
}
</style>