Shades of Goldenrod #DFD872
Tints of Goldenrod #DFD872
RGB
CMYK
RGB Variations
Color information
#DFD872 (or 0xDFD872) is known color: Goldenrod. HEX triplet: DF, D8 and 72. RGB value is (223,216,114). Sum of RGB (Red+Green+Blue) = 223+216+114=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD872 is #20278D. Grayscale: #CECECE. Windows color (decimal): -2107278 or 7526623. OLE color: 7526623.
HSL color Cylindrical-coordinate representation of color #DFD872: hue angle of 56.15º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFD872 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 114 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.13 |
| HSL | 56.15º | 0.63% | 0.66% | - |
| HSV(B) | 56.15º | 0.49% | 0.87% | - |
| XYZ | 58.02 | 66.01 | 25.6 | - |
| YUV | 206.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 114 | 0 | 0.03 | 0.49 | 0.13 | 56.15 | 0.63 | 0.66 |
| Hex | DF | D8 | 72 | 0 | 3 | 31 | D | 38 | 3F | 42 |
| Octal | 337 | 330 | 162 | 0 | 3 | 61 | 15 | 70 | 77 | 102 |
| Binary | 11011111 | 11011000 | 1110010 | 0 | 11 | 110001 | 1101 | 111000 | 111111 | 1000010 |
Color Harmonies of #DFD872
Complementary color
Monochromatic Colors of #DFD872
Black with #DFD872
Text Example
Text Example
White with #DFD872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD872; }
p { color: rgb(223,216,114); }
H1.HeaderClassName
{
color: #DFD872;
}
.AnyTagClassName
{
color: #DFD872;
}
</style>
background-color css
<style>
a { background-color: #DFD872; }
a { background-color: rgb(223,216,114); }
div.DivClassName
{
background-color: #DFD872;
}
.BgClassName
{
background-color: #DFD872;
}
</style>
border-color css
<style>
span { border-color: #DFD872; }
span { border-color: rgb(223,216,114); }
td.TdClassName
{
border-color: #DFD872;
}
.TagClassName
{
border-color: #DFD872;
}
</style>