Shades of Goldenrod #DFE070
Tints of Goldenrod #DFE070
RGB
CMYK
RGB Variations
Color information
#DFE070 (or 0xDFE070) is known color: Goldenrod. HEX triplet: DF, E0 and 70. RGB value is (223,224,112). Sum of RGB (Red+Green+Blue) = 223+224+112=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE070 is #201F8F. Grayscale: #D3D3D3. Windows color (decimal): -2105232 or 7397599. OLE color: 7397599.
HSL color Cylindrical-coordinate representation of color #DFE070: hue angle of 60.54º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFE070 is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 112 | - |
| CMYK | 0.00 | 0 | 0.50 | 0.12 |
| HSL | 60.54º | 0.64% | 0.66% | - |
| HSV(B) | 60.54º | 0.5% | 0.88% | - |
| XYZ | 60.01 | 70.17 | 25.71 | - |
| YUV | 210.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 112 | 0.00 | 0 | 0.50 | 0.12 | 60.54 | 0.64 | 0.66 |
| Hex | DF | E0 | 70 | 0 | 0 | 32 | C | 3D | 40 | 42 |
| Octal | 337 | 340 | 160 | 0 | 0 | 62 | 14 | 75 | 100 | 102 |
| Binary | 11011111 | 11100000 | 1110000 | 0 | 0 | 110010 | 1100 | 111101 | 1000000 | 1000010 |
Color Harmonies of #DFE070
Complementary color
Monochromatic Colors of #DFE070
Black with #DFE070
Text Example
Text Example
White with #DFE070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE070; }
p { color: rgb(223,224,112); }
H1.HeaderClassName
{
color: #DFE070;
}
.AnyTagClassName
{
color: #DFE070;
}
</style>
background-color css
<style>
a { background-color: #DFE070; }
a { background-color: rgb(223,224,112); }
div.DivClassName
{
background-color: #DFE070;
}
.BgClassName
{
background-color: #DFE070;
}
</style>
border-color css
<style>
span { border-color: #DFE070; }
span { border-color: rgb(223,224,112); }
td.TdClassName
{
border-color: #DFE070;
}
.TagClassName
{
border-color: #DFE070;
}
</style>