Shades of Goldenrod #DDD97A
Tints of Goldenrod #DDD97A
RGB
CMYK
RGB Variations
Color information
#DDD97A (or 0xDDD97A) is known color: Goldenrod. HEX triplet: DD, D9 and 7A. RGB value is (221,217,122). Sum of RGB (Red+Green+Blue) = 221+217+122=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD97A is #222685. Grayscale: #CFCFCF. Windows color (decimal): -2238086 or 8051165. OLE color: 8051165.
HSL color Cylindrical-coordinate representation of color #DDD97A: hue angle of 57.58º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDD97A is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 122 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.13 |
| HSL | 57.58º | 0.59% | 0.67% | - |
| HSV(B) | 57.58º | 0.45% | 0.87% | - |
| XYZ | 58.14 | 66.4 | 28.16 | - |
| YUV | 207.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 122 | 0 | 0.02 | 0.45 | 0.13 | 57.58 | 0.59 | 0.67 |
| Hex | DD | D9 | 7A | 0 | 2 | 2D | D | 3A | 3B | 43 |
| Octal | 335 | 331 | 172 | 0 | 2 | 55 | 15 | 72 | 73 | 103 |
| Binary | 11011101 | 11011001 | 1111010 | 0 | 10 | 101101 | 1101 | 111010 | 111011 | 1000011 |
Color Harmonies of #DDD97A
Complementary color
Monochromatic Colors of #DDD97A
Black with #DDD97A
Text Example
Text Example
White with #DDD97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD97A; }
p { color: rgb(221,217,122); }
H1.HeaderClassName
{
color: #DDD97A;
}
.AnyTagClassName
{
color: #DDD97A;
}
</style>
background-color css
<style>
a { background-color: #DDD97A; }
a { background-color: rgb(221,217,122); }
div.DivClassName
{
background-color: #DDD97A;
}
.BgClassName
{
background-color: #DDD97A;
}
</style>
border-color css
<style>
span { border-color: #DDD97A; }
span { border-color: rgb(221,217,122); }
td.TdClassName
{
border-color: #DDD97A;
}
.TagClassName
{
border-color: #DDD97A;
}
</style>