Shades of Goldenrod #DDDD7A
Tints of Goldenrod #DDDD7A
RGB
CMYK
RGB Variations
Color information
#DDDD7A (or 0xDDDD7A) is known color: Goldenrod. HEX triplet: DD, DD and 7A. RGB value is (221,221,122). Sum of RGB (Red+Green+Blue) = 221+221+122=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD7A is #222285. Grayscale: #D2D2D2. Windows color (decimal): -2237062 or 8052189. OLE color: 8052189.
HSL color Cylindrical-coordinate representation of color #DDDD7A: hue angle of 60º 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 #DDDD7A is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 122 | - |
| CMYK | 0 | 0 | 0.45 | 0.13 |
| HSL | 60º | 0.59% | 0.67% | - |
| HSV(B) | 60º | 0.45% | 0.87% | - |
| XYZ | 59.19 | 68.49 | 28.51 | - |
| YUV | 209.71 | 78.5 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 122 | 0 | 0 | 0.45 | 0.13 | 60 | 0.59 | 0.67 |
| Hex | DD | DD | 7A | 0 | 0 | 2D | D | 3C | 3B | 43 |
| Octal | 335 | 335 | 172 | 0 | 0 | 55 | 15 | 74 | 73 | 103 |
| Binary | 11011101 | 11011101 | 1111010 | 0 | 0 | 101101 | 1101 | 111100 | 111011 | 1000011 |
Color Harmonies of #DDDD7A
Complementary color
Monochromatic Colors of #DDDD7A
Black with #DDDD7A
Text Example
Text Example
White with #DDDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD7A; }
p { color: rgb(221,221,122); }
H1.HeaderClassName
{
color: #DDDD7A;
}
.AnyTagClassName
{
color: #DDDD7A;
}
</style>
background-color css
<style>
a { background-color: #DDDD7A; }
a { background-color: rgb(221,221,122); }
div.DivClassName
{
background-color: #DDDD7A;
}
.BgClassName
{
background-color: #DDDD7A;
}
</style>
border-color css
<style>
span { border-color: #DDDD7A; }
span { border-color: rgb(221,221,122); }
td.TdClassName
{
border-color: #DDDD7A;
}
.TagClassName
{
border-color: #DDDD7A;
}
</style>