Shades of Goldenrod #DFE370
Tints of Goldenrod #DFE370
RGB
CMYK
RGB Variations
Color information
#DFE370 (or 0xDFE370) is known color: Goldenrod. HEX triplet: DF, E3 and 70. RGB value is (223,227,112). Sum of RGB (Red+Green+Blue) = 223+227+112=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE370 is #201C8F. Grayscale: #D5D5D5. Windows color (decimal): -2104464 or 7398367. OLE color: 7398367.
HSL color Cylindrical-coordinate representation of color #DFE370: hue angle of 62.09º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFE370 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 112 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.11 |
| HSL | 62.09º | 0.67% | 0.66% | - |
| HSV(B) | 62.09º | 0.51% | 0.89% | - |
| XYZ | 60.83 | 71.8 | 25.98 | - |
| YUV | 212.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 112 | 0.02 | 0 | 0.51 | 0.11 | 62.09 | 0.67 | 0.66 |
| Hex | DF | E3 | 70 | 2 | 0 | 33 | B | 3E | 43 | 42 |
| Octal | 337 | 343 | 160 | 2 | 0 | 63 | 13 | 76 | 103 | 102 |
| Binary | 11011111 | 11100011 | 1110000 | 10 | 0 | 110011 | 1011 | 111110 | 1000011 | 1000010 |
Color Harmonies of #DFE370
Complementary color
Monochromatic Colors of #DFE370
Black with #DFE370
Text Example
Text Example
White with #DFE370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE370; }
p { color: rgb(223,227,112); }
H1.HeaderClassName
{
color: #DFE370;
}
.AnyTagClassName
{
color: #DFE370;
}
</style>
background-color css
<style>
a { background-color: #DFE370; }
a { background-color: rgb(223,227,112); }
div.DivClassName
{
background-color: #DFE370;
}
.BgClassName
{
background-color: #DFE370;
}
</style>
border-color css
<style>
span { border-color: #DFE370; }
span { border-color: rgb(223,227,112); }
td.TdClassName
{
border-color: #DFE370;
}
.TagClassName
{
border-color: #DFE370;
}
</style>