Shades of Goldenrod #DDDF73
Tints of Goldenrod #DDDF73
RGB
CMYK
RGB Variations
Color information
#DDDF73 (or 0xDDDF73) is known color: Goldenrod. HEX triplet: DD, DF and 73. RGB value is (221,223,115). Sum of RGB (Red+Green+Blue) = 221+223+115=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF73 is #22208C. Grayscale: #D2D2D2. Windows color (decimal): -2236557 or 7593949. OLE color: 7593949.
HSL color Cylindrical-coordinate representation of color #DDDF73: hue angle of 61.11º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDDF73 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 115 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.13 |
| HSL | 61.11º | 0.63% | 0.66% | - |
| HSV(B) | 61.11º | 0.48% | 0.87% | - |
| XYZ | 59.3 | 69.39 | 26.49 | - |
| YUV | 210.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 115 | 0.01 | 0 | 0.48 | 0.13 | 61.11 | 0.63 | 0.66 |
| Hex | DD | DF | 73 | 1 | 0 | 30 | D | 3D | 3F | 42 |
| Octal | 335 | 337 | 163 | 1 | 0 | 60 | 15 | 75 | 77 | 102 |
| Binary | 11011101 | 11011111 | 1110011 | 1 | 0 | 110000 | 1101 | 111101 | 111111 | 1000010 |
Color Harmonies of #DDDF73
Complementary color
Monochromatic Colors of #DDDF73
Black with #DDDF73
Text Example
Text Example
White with #DDDF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF73; }
p { color: rgb(221,223,115); }
H1.HeaderClassName
{
color: #DDDF73;
}
.AnyTagClassName
{
color: #DDDF73;
}
</style>
background-color css
<style>
a { background-color: #DDDF73; }
a { background-color: rgb(221,223,115); }
div.DivClassName
{
background-color: #DDDF73;
}
.BgClassName
{
background-color: #DDDF73;
}
</style>
border-color css
<style>
span { border-color: #DDDF73; }
span { border-color: rgb(221,223,115); }
td.TdClassName
{
border-color: #DDDF73;
}
.TagClassName
{
border-color: #DDDF73;
}
</style>