Shades of Goldenrod #DFE372
Tints of Goldenrod #DFE372
RGB
CMYK
RGB Variations
Color information
#DFE372 (or 0xDFE372) is known color: Goldenrod. HEX triplet: DF, E3 and 72. RGB value is (223,227,114). Sum of RGB (Red+Green+Blue) = 223+227+114=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE372 is #201C8D. Grayscale: #D5D5D5. Windows color (decimal): -2104462 or 7529439. OLE color: 7529439.
HSL color Cylindrical-coordinate representation of color #DFE372: hue angle of 62.12º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFE372 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 114 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.11 |
| HSL | 62.12º | 0.67% | 0.67% | - |
| HSV(B) | 62.12º | 0.5% | 0.89% | - |
| XYZ | 60.94 | 71.84 | 26.57 | - |
| YUV | 212.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 114 | 0.02 | 0 | 0.50 | 0.11 | 62.12 | 0.67 | 0.67 |
| Hex | DF | E3 | 72 | 2 | 0 | 32 | B | 3E | 43 | 43 |
| Octal | 337 | 343 | 162 | 2 | 0 | 62 | 13 | 76 | 103 | 103 |
| Binary | 11011111 | 11100011 | 1110010 | 10 | 0 | 110010 | 1011 | 111110 | 1000011 | 1000011 |
Color Harmonies of #DFE372
Complementary color
Monochromatic Colors of #DFE372
Black with #DFE372
Text Example
Text Example
White with #DFE372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE372; }
p { color: rgb(223,227,114); }
H1.HeaderClassName
{
color: #DFE372;
}
.AnyTagClassName
{
color: #DFE372;
}
</style>
background-color css
<style>
a { background-color: #DFE372; }
a { background-color: rgb(223,227,114); }
div.DivClassName
{
background-color: #DFE372;
}
.BgClassName
{
background-color: #DFE372;
}
</style>
border-color css
<style>
span { border-color: #DFE372; }
span { border-color: rgb(223,227,114); }
td.TdClassName
{
border-color: #DFE372;
}
.TagClassName
{
border-color: #DFE372;
}
</style>