Shades of Goldenrod #DFDF70
Tints of Goldenrod #DFDF70
RGB
CMYK
RGB Variations
Color information
#DFDF70 (or 0xDFDF70) is known color: Goldenrod. HEX triplet: DF, DF and 70. RGB value is (223,223,112). Sum of RGB (Red+Green+Blue) = 223+223+112=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF70 is #20208F. Grayscale: #D2D2D2. Windows color (decimal): -2105488 or 7397343. OLE color: 7397343.
HSL color Cylindrical-coordinate representation of color #DFDF70: hue angle of 60º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFDF70 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 112 | - |
| CMYK | 0 | 0 | 0.50 | 0.13 |
| HSL | 60º | 0.63% | 0.66% | - |
| HSV(B) | 60º | 0.5% | 0.87% | - |
| XYZ | 59.74 | 69.63 | 25.62 | - |
| YUV | 210.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 112 | 0 | 0 | 0.50 | 0.13 | 60 | 0.63 | 0.66 |
| Hex | DF | DF | 70 | 0 | 0 | 32 | D | 3C | 3F | 42 |
| Octal | 337 | 337 | 160 | 0 | 0 | 62 | 15 | 74 | 77 | 102 |
| Binary | 11011111 | 11011111 | 1110000 | 0 | 0 | 110010 | 1101 | 111100 | 111111 | 1000010 |
Color Harmonies of #DFDF70
Complementary color
Monochromatic Colors of #DFDF70
Black with #DFDF70
Text Example
Text Example
White with #DFDF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF70; }
p { color: rgb(223,223,112); }
H1.HeaderClassName
{
color: #DFDF70;
}
.AnyTagClassName
{
color: #DFDF70;
}
</style>
background-color css
<style>
a { background-color: #DFDF70; }
a { background-color: rgb(223,223,112); }
div.DivClassName
{
background-color: #DFDF70;
}
.BgClassName
{
background-color: #DFDF70;
}
</style>
border-color css
<style>
span { border-color: #DFDF70; }
span { border-color: rgb(223,223,112); }
td.TdClassName
{
border-color: #DFDF70;
}
.TagClassName
{
border-color: #DFDF70;
}
</style>