Shades of Goldenrod #DDDA80
Tints of Goldenrod #DDDA80
RGB
CMYK
RGB Variations
Color information
#DDDA80 (or 0xDDDA80) is known color: Goldenrod. HEX triplet: DD, DA and 80. RGB value is (221,218,128). Sum of RGB (Red+Green+Blue) = 221+218+128=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA80 is #22257F. Grayscale: #D1D1D1. Windows color (decimal): -2237824 or 8444637. OLE color: 8444637.
HSL color Cylindrical-coordinate representation of color #DDDA80: hue angle of 58.06º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDDA80 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 128 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.13 |
| HSL | 58.06º | 0.58% | 0.68% | - |
| HSV(B) | 58.06º | 0.42% | 0.87% | - |
| XYZ | 58.79 | 67.07 | 30.27 | - |
| YUV | 208.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 128 | 0 | 0.01 | 0.42 | 0.13 | 58.06 | 0.58 | 0.68 |
| Hex | DD | DA | 80 | 0 | 1 | 2A | D | 3A | 3A | 44 |
| Octal | 335 | 332 | 200 | 0 | 1 | 52 | 15 | 72 | 72 | 104 |
| Binary | 11011101 | 11011010 | 10000000 | 0 | 1 | 101010 | 1101 | 111010 | 111010 | 1000100 |
Color Harmonies of #DDDA80
Complementary color
Monochromatic Colors of #DDDA80
Black with #DDDA80
Text Example
Text Example
White with #DDDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA80; }
p { color: rgb(221,218,128); }
H1.HeaderClassName
{
color: #DDDA80;
}
.AnyTagClassName
{
color: #DDDA80;
}
</style>
background-color css
<style>
a { background-color: #DDDA80; }
a { background-color: rgb(221,218,128); }
div.DivClassName
{
background-color: #DDDA80;
}
.BgClassName
{
background-color: #DDDA80;
}
</style>
border-color css
<style>
span { border-color: #DDDA80; }
span { border-color: rgb(221,218,128); }
td.TdClassName
{
border-color: #DDDA80;
}
.TagClassName
{
border-color: #DDDA80;
}
</style>