Shades of Goldenrod #DFD464
Tints of Goldenrod #DFD464
RGB
CMYK
RGB Variations
Color information
#DFD464 (or 0xDFD464) is known color: Goldenrod. HEX triplet: DF, D4 and 64. RGB value is (223,212,100). Sum of RGB (Red+Green+Blue) = 223+212+100=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD464 is #202B9B. Grayscale: #CACACA. Windows color (decimal): -2108316 or 6608095. OLE color: 6608095.
HSL color Cylindrical-coordinate representation of color #DFD464: hue angle of 54.63º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFD464 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 100 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.13 |
| HSL | 54.63º | 0.66% | 0.63% | - |
| HSV(B) | 54.63º | 0.55% | 0.87% | - |
| XYZ | 56.28 | 63.7 | 21.38 | - |
| YUV | 202.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 100 | 0 | 0.05 | 0.55 | 0.13 | 54.63 | 0.66 | 0.63 |
| Hex | DF | D4 | 64 | 0 | 5 | 37 | D | 37 | 42 | 3F |
| Octal | 337 | 324 | 144 | 0 | 5 | 67 | 15 | 67 | 102 | 77 |
| Binary | 11011111 | 11010100 | 1100100 | 0 | 101 | 110111 | 1101 | 110111 | 1000010 | 111111 |
Color Harmonies of #DFD464
Complementary color
Monochromatic Colors of #DFD464
Black with #DFD464
Text Example
Text Example
White with #DFD464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD464; }
p { color: rgb(223,212,100); }
H1.HeaderClassName
{
color: #DFD464;
}
.AnyTagClassName
{
color: #DFD464;
}
</style>
background-color css
<style>
a { background-color: #DFD464; }
a { background-color: rgb(223,212,100); }
div.DivClassName
{
background-color: #DFD464;
}
.BgClassName
{
background-color: #DFD464;
}
</style>
border-color css
<style>
span { border-color: #DFD464; }
span { border-color: rgb(223,212,100); }
td.TdClassName
{
border-color: #DFD464;
}
.TagClassName
{
border-color: #DFD464;
}
</style>