Shades of Goldenrod #DFD865
Tints of Goldenrod #DFD865
RGB
CMYK
RGB Variations
Color information
#DFD865 (or 0xDFD865) is known color: Goldenrod. HEX triplet: DF, D8 and 65. RGB value is (223,216,101). Sum of RGB (Red+Green+Blue) = 223+216+101=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD865 is #20279A. Grayscale: #CDCDCD. Windows color (decimal): -2107291 or 6674655. OLE color: 6674655.
HSL color Cylindrical-coordinate representation of color #DFD865: hue angle of 56.56º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFD865 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 101 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.13 |
| HSL | 56.56º | 0.66% | 0.64% | - |
| HSV(B) | 56.56º | 0.55% | 0.87% | - |
| XYZ | 57.34 | 65.74 | 21.98 | - |
| YUV | 204.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 101 | 0 | 0.03 | 0.55 | 0.13 | 56.56 | 0.66 | 0.64 |
| Hex | DF | D8 | 65 | 0 | 3 | 37 | D | 39 | 42 | 40 |
| Octal | 337 | 330 | 145 | 0 | 3 | 67 | 15 | 71 | 102 | 100 |
| Binary | 11011111 | 11011000 | 1100101 | 0 | 11 | 110111 | 1101 | 111001 | 1000010 | 1000000 |
Color Harmonies of #DFD865
Complementary color
Monochromatic Colors of #DFD865
Black with #DFD865
Text Example
Text Example
White with #DFD865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD865; }
p { color: rgb(223,216,101); }
H1.HeaderClassName
{
color: #DFD865;
}
.AnyTagClassName
{
color: #DFD865;
}
</style>
background-color css
<style>
a { background-color: #DFD865; }
a { background-color: rgb(223,216,101); }
div.DivClassName
{
background-color: #DFD865;
}
.BgClassName
{
background-color: #DFD865;
}
</style>
border-color css
<style>
span { border-color: #DFD865; }
span { border-color: rgb(223,216,101); }
td.TdClassName
{
border-color: #DFD865;
}
.TagClassName
{
border-color: #DFD865;
}
</style>