Shades of Goldenrod #DFE06F
Tints of Goldenrod #DFE06F
RGB
CMYK
RGB Variations
Color information
#DFE06F (or 0xDFE06F) is known color: Goldenrod. HEX triplet: DF, E0 and 6F. RGB value is (223,224,111). Sum of RGB (Red+Green+Blue) = 223+224+111=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 111 (43.75% from 255 or 19.89% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE06F is #201F90. Grayscale: #D3D3D3. Windows color (decimal): -2105233 or 7332063. OLE color: 7332063.
HSL color Cylindrical-coordinate representation of color #DFE06F: hue angle of 60.53º degrees, saturation: 0.65, 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 #DFE06F is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 111 | - |
| CMYK | 0.00 | 0 | 0.50 | 0.12 |
| HSL | 60.53º | 0.65% | 0.66% | - |
| HSV(B) | 60.53º | 0.5% | 0.88% | - |
| XYZ | 59.96 | 70.15 | 25.42 | - |
| YUV | 210.82 | 71.67 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 111 | 0.00 | 0 | 0.50 | 0.12 | 60.53 | 0.65 | 0.66 |
| Hex | DF | E0 | 6F | 0 | 0 | 32 | C | 3D | 41 | 42 |
| Octal | 337 | 340 | 157 | 0 | 0 | 62 | 14 | 75 | 101 | 102 |
| Binary | 11011111 | 11100000 | 1101111 | 0 | 0 | 110010 | 1100 | 111101 | 1000001 | 1000010 |
Color Harmonies of #DFE06F
Complementary color
Monochromatic Colors of #DFE06F
Black with #DFE06F
Text Example
Text Example
White with #DFE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE06F; }
p { color: rgb(223,224,111); }
H1.HeaderClassName
{
color: #DFE06F;
}
.AnyTagClassName
{
color: #DFE06F;
}
</style>
background-color css
<style>
a { background-color: #DFE06F; }
a { background-color: rgb(223,224,111); }
div.DivClassName
{
background-color: #DFE06F;
}
.BgClassName
{
background-color: #DFE06F;
}
</style>
border-color css
<style>
span { border-color: #DFE06F; }
span { border-color: rgb(223,224,111); }
td.TdClassName
{
border-color: #DFE06F;
}
.TagClassName
{
border-color: #DFE06F;
}
</style>