Shades of Goldenrod #DFD964
Tints of Goldenrod #DFD964
RGB
CMYK
RGB Variations
Color information
#DFD964 (or 0xDFD964) is known color: Goldenrod. HEX triplet: DF, D9 and 64. RGB value is (223,217,100). Sum of RGB (Red+Green+Blue) = 223+217+100=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD964 is #20269B. Grayscale: #CDCDCD. Windows color (decimal): -2107036 or 6609375. OLE color: 6609375.
HSL color Cylindrical-coordinate representation of color #DFD964: hue angle of 57.07º 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 #DFD964 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 100 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.13 |
| HSL | 57.07º | 0.66% | 0.63% | - |
| HSV(B) | 57.07º | 0.55% | 0.87% | - |
| XYZ | 57.54 | 66.23 | 21.81 | - |
| YUV | 205.46 | 68.49 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 100 | 0 | 0.03 | 0.55 | 0.13 | 57.07 | 0.66 | 0.63 |
| Hex | DF | D9 | 64 | 0 | 3 | 37 | D | 39 | 42 | 3F |
| Octal | 337 | 331 | 144 | 0 | 3 | 67 | 15 | 71 | 102 | 77 |
| Binary | 11011111 | 11011001 | 1100100 | 0 | 11 | 110111 | 1101 | 111001 | 1000010 | 111111 |
Color Harmonies of #DFD964
Complementary color
Monochromatic Colors of #DFD964
Black with #DFD964
Text Example
Text Example
White with #DFD964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD964; }
p { color: rgb(223,217,100); }
H1.HeaderClassName
{
color: #DFD964;
}
.AnyTagClassName
{
color: #DFD964;
}
</style>
background-color css
<style>
a { background-color: #DFD964; }
a { background-color: rgb(223,217,100); }
div.DivClassName
{
background-color: #DFD964;
}
.BgClassName
{
background-color: #DFD964;
}
</style>
border-color css
<style>
span { border-color: #DFD964; }
span { border-color: rgb(223,217,100); }
td.TdClassName
{
border-color: #DFD964;
}
.TagClassName
{
border-color: #DFD964;
}
</style>