Shades of Goldenrod #DFD963
Tints of Goldenrod #DFD963
RGB
CMYK
RGB Variations
Color information
#DFD963 (or 0xDFD963) is known color: Goldenrod. HEX triplet: DF, D9 and 63. RGB value is (223,217,99). Sum of RGB (Red+Green+Blue) = 223+217+99=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD963 is #20269C. Grayscale: #CDCDCD. Windows color (decimal): -2107037 or 6543839. OLE color: 6543839.
HSL color Cylindrical-coordinate representation of color #DFD963: hue angle of 57.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFD963 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 99 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.13 |
| HSL | 57.1º | 0.66% | 0.63% | - |
| HSV(B) | 57.1º | 0.56% | 0.87% | - |
| XYZ | 57.5 | 66.21 | 21.55 | - |
| YUV | 205.34 | 67.99 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 99 | 0 | 0.03 | 0.56 | 0.13 | 57.1 | 0.66 | 0.63 |
| Hex | DF | D9 | 63 | 0 | 3 | 38 | D | 39 | 42 | 3F |
| Octal | 337 | 331 | 143 | 0 | 3 | 70 | 15 | 71 | 102 | 77 |
| Binary | 11011111 | 11011001 | 1100011 | 0 | 11 | 111000 | 1101 | 111001 | 1000010 | 111111 |
Color Harmonies of #DFD963
Complementary color
Monochromatic Colors of #DFD963
Black with #DFD963
Text Example
Text Example
White with #DFD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD963; }
p { color: rgb(223,217,99); }
H1.HeaderClassName
{
color: #DFD963;
}
.AnyTagClassName
{
color: #DFD963;
}
</style>
background-color css
<style>
a { background-color: #DFD963; }
a { background-color: rgb(223,217,99); }
div.DivClassName
{
background-color: #DFD963;
}
.BgClassName
{
background-color: #DFD963;
}
</style>
border-color css
<style>
span { border-color: #DFD963; }
span { border-color: rgb(223,217,99); }
td.TdClassName
{
border-color: #DFD963;
}
.TagClassName
{
border-color: #DFD963;
}
</style>