Shades of Goldenrod #DFD873
Tints of Goldenrod #DFD873
RGB
CMYK
RGB Variations
Color information
#DFD873 (or 0xDFD873) is known color: Goldenrod. HEX triplet: DF, D8 and 73. RGB value is (223,216,115). Sum of RGB (Red+Green+Blue) = 223+216+115=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD873 is #20278C. Grayscale: #CECECE. Windows color (decimal): -2107277 or 7592159. OLE color: 7592159.
HSL color Cylindrical-coordinate representation of color #DFD873: hue angle of 56.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 #DFD873 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 115 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.13 |
| HSL | 56.11º | 0.63% | 0.66% | - |
| HSV(B) | 56.11º | 0.48% | 0.87% | - |
| XYZ | 58.08 | 66.04 | 25.9 | - |
| YUV | 206.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 115 | 0 | 0.03 | 0.48 | 0.13 | 56.11 | 0.63 | 0.66 |
| Hex | DF | D8 | 73 | 0 | 3 | 30 | D | 38 | 3F | 42 |
| Octal | 337 | 330 | 163 | 0 | 3 | 60 | 15 | 70 | 77 | 102 |
| Binary | 11011111 | 11011000 | 1110011 | 0 | 11 | 110000 | 1101 | 111000 | 111111 | 1000010 |
Color Harmonies of #DFD873
Complementary color
Monochromatic Colors of #DFD873
Black with #DFD873
Text Example
Text Example
White with #DFD873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD873; }
p { color: rgb(223,216,115); }
H1.HeaderClassName
{
color: #DFD873;
}
.AnyTagClassName
{
color: #DFD873;
}
</style>
background-color css
<style>
a { background-color: #DFD873; }
a { background-color: rgb(223,216,115); }
div.DivClassName
{
background-color: #DFD873;
}
.BgClassName
{
background-color: #DFD873;
}
</style>
border-color css
<style>
span { border-color: #DFD873; }
span { border-color: rgb(223,216,115); }
td.TdClassName
{
border-color: #DFD873;
}
.TagClassName
{
border-color: #DFD873;
}
</style>