Shades of Goldenrod #DDDA7A
Tints of Goldenrod #DDDA7A
RGB
CMYK
RGB Variations
Color information
#DDDA7A (or 0xDDDA7A) is known color: Goldenrod. HEX triplet: DD, DA and 7A. RGB value is (221,218,122). Sum of RGB (Red+Green+Blue) = 221+218+122=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA7A is #222585. Grayscale: #D0D0D0. Windows color (decimal): -2237830 or 8051421. OLE color: 8051421.
HSL color Cylindrical-coordinate representation of color #DDDA7A: hue angle of 58.18º 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 #DDDA7A is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 122 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.13 |
| HSL | 58.18º | 0.59% | 0.67% | - |
| HSV(B) | 58.18º | 0.45% | 0.87% | - |
| XYZ | 58.4 | 66.92 | 28.25 | - |
| YUV | 207.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 122 | 0 | 0.01 | 0.45 | 0.13 | 58.18 | 0.59 | 0.67 |
| Hex | DD | DA | 7A | 0 | 1 | 2D | D | 3A | 3B | 43 |
| Octal | 335 | 332 | 172 | 0 | 1 | 55 | 15 | 72 | 73 | 103 |
| Binary | 11011101 | 11011010 | 1111010 | 0 | 1 | 101101 | 1101 | 111010 | 111011 | 1000011 |
Color Harmonies of #DDDA7A
Complementary color
Monochromatic Colors of #DDDA7A
Black with #DDDA7A
Text Example
Text Example
White with #DDDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA7A; }
p { color: rgb(221,218,122); }
H1.HeaderClassName
{
color: #DDDA7A;
}
.AnyTagClassName
{
color: #DDDA7A;
}
</style>
background-color css
<style>
a { background-color: #DDDA7A; }
a { background-color: rgb(221,218,122); }
div.DivClassName
{
background-color: #DDDA7A;
}
.BgClassName
{
background-color: #DDDA7A;
}
</style>
border-color css
<style>
span { border-color: #DDDA7A; }
span { border-color: rgb(221,218,122); }
td.TdClassName
{
border-color: #DDDA7A;
}
.TagClassName
{
border-color: #DDDA7A;
}
</style>