Shades of Goldenrod #DFDD73
Tints of Goldenrod #DFDD73
RGB
CMYK
RGB Variations
Color information
#DFDD73 (or 0xDFDD73) is known color: Goldenrod. HEX triplet: DF, DD and 73. RGB value is (223,221,115). Sum of RGB (Red+Green+Blue) = 223+221+115=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD73 is #20228C. Grayscale: #D1D1D1. Windows color (decimal): -2105997 or 7593439. OLE color: 7593439.
HSL color Cylindrical-coordinate representation of color #DFDD73: hue angle of 58.89º 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 #DFDD73 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 115 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.13 |
| HSL | 58.89º | 0.63% | 0.66% | - |
| HSV(B) | 58.89º | 0.48% | 0.87% | - |
| XYZ | 59.38 | 68.64 | 26.34 | - |
| YUV | 209.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 115 | 0 | 0.01 | 0.48 | 0.13 | 58.89 | 0.63 | 0.66 |
| Hex | DF | DD | 73 | 0 | 1 | 30 | D | 3B | 3F | 42 |
| Octal | 337 | 335 | 163 | 0 | 1 | 60 | 15 | 73 | 77 | 102 |
| Binary | 11011111 | 11011101 | 1110011 | 0 | 1 | 110000 | 1101 | 111011 | 111111 | 1000010 |
Color Harmonies of #DFDD73
Complementary color
Monochromatic Colors of #DFDD73
Black with #DFDD73
Text Example
Text Example
White with #DFDD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD73; }
p { color: rgb(223,221,115); }
H1.HeaderClassName
{
color: #DFDD73;
}
.AnyTagClassName
{
color: #DFDD73;
}
</style>
background-color css
<style>
a { background-color: #DFDD73; }
a { background-color: rgb(223,221,115); }
div.DivClassName
{
background-color: #DFDD73;
}
.BgClassName
{
background-color: #DFDD73;
}
</style>
border-color css
<style>
span { border-color: #DFDD73; }
span { border-color: rgb(223,221,115); }
td.TdClassName
{
border-color: #DFDD73;
}
.TagClassName
{
border-color: #DFDD73;
}
</style>