Shades of Goldenrod #DDDB71
Tints of Goldenrod #DDDB71
RGB
CMYK
RGB Variations
Color information
#DDDB71 (or 0xDDDB71) is known color: Goldenrod. HEX triplet: DD, DB and 71. RGB value is (221,219,113). Sum of RGB (Red+Green+Blue) = 221+219+113=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB71 is #22248E. Grayscale: #CFCFCF. Windows color (decimal): -2237583 or 7461853. OLE color: 7461853.
HSL color Cylindrical-coordinate representation of color #DDDB71: hue angle of 58.89º degrees, saturation: 0.61, 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 #DDDB71 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 113 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.13 |
| HSL | 58.89º | 0.61% | 0.65% | - |
| HSV(B) | 58.89º | 0.49% | 0.87% | - |
| XYZ | 58.13 | 67.23 | 25.54 | - |
| YUV | 207.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 113 | 0 | 0.01 | 0.49 | 0.13 | 58.89 | 0.61 | 0.65 |
| Hex | DD | DB | 71 | 0 | 1 | 31 | D | 3B | 3D | 41 |
| Octal | 335 | 333 | 161 | 0 | 1 | 61 | 15 | 73 | 75 | 101 |
| Binary | 11011101 | 11011011 | 1110001 | 0 | 1 | 110001 | 1101 | 111011 | 111101 | 1000001 |
Color Harmonies of #DDDB71
Complementary color
Monochromatic Colors of #DDDB71
Black with #DDDB71
Text Example
Text Example
White with #DDDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB71; }
p { color: rgb(221,219,113); }
H1.HeaderClassName
{
color: #DDDB71;
}
.AnyTagClassName
{
color: #DDDB71;
}
</style>
background-color css
<style>
a { background-color: #DDDB71; }
a { background-color: rgb(221,219,113); }
div.DivClassName
{
background-color: #DDDB71;
}
.BgClassName
{
background-color: #DDDB71;
}
</style>
border-color css
<style>
span { border-color: #DDDB71; }
span { border-color: rgb(221,219,113); }
td.TdClassName
{
border-color: #DDDB71;
}
.TagClassName
{
border-color: #DDDB71;
}
</style>