Shades of Goldenrod #DFE36F
Tints of Goldenrod #DFE36F
RGB
CMYK
RGB Variations
Color information
#DFE36F (or 0xDFE36F) is known color: Goldenrod. HEX triplet: DF, E3 and 6F. RGB value is (223,227,111). Sum of RGB (Red+Green+Blue) = 223+227+111=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 111 (43.75% from 255 or 19.79% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE36F is #201C90. Grayscale: #D5D5D5. Windows color (decimal): -2104465 or 7332831. OLE color: 7332831.
HSL color Cylindrical-coordinate representation of color #DFE36F: hue angle of 62.07º 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 #DFE36F is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 111 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.11 |
| HSL | 62.07º | 0.67% | 0.66% | - |
| HSV(B) | 62.07º | 0.51% | 0.89% | - |
| XYZ | 60.77 | 71.77 | 25.69 | - |
| YUV | 212.58 | 70.67 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 111 | 0.02 | 0 | 0.51 | 0.11 | 62.07 | 0.67 | 0.66 |
| Hex | DF | E3 | 6F | 2 | 0 | 33 | B | 3E | 43 | 42 |
| Octal | 337 | 343 | 157 | 2 | 0 | 63 | 13 | 76 | 103 | 102 |
| Binary | 11011111 | 11100011 | 1101111 | 10 | 0 | 110011 | 1011 | 111110 | 1000011 | 1000010 |
Color Harmonies of #DFE36F
Complementary color
Monochromatic Colors of #DFE36F
Black with #DFE36F
Text Example
Text Example
White with #DFE36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE36F; }
p { color: rgb(223,227,111); }
H1.HeaderClassName
{
color: #DFE36F;
}
.AnyTagClassName
{
color: #DFE36F;
}
</style>
background-color css
<style>
a { background-color: #DFE36F; }
a { background-color: rgb(223,227,111); }
div.DivClassName
{
background-color: #DFE36F;
}
.BgClassName
{
background-color: #DFE36F;
}
</style>
border-color css
<style>
span { border-color: #DFE36F; }
span { border-color: rgb(223,227,111); }
td.TdClassName
{
border-color: #DFE36F;
}
.TagClassName
{
border-color: #DFE36F;
}
</style>