Shades of Goldenrod #DFE06D
Tints of Goldenrod #DFE06D
RGB
CMYK
RGB Variations
Color information
#DFE06D (or 0xDFE06D) is known color: Goldenrod. HEX triplet: DF, E0 and 6D. RGB value is (223,224,109). Sum of RGB (Red+Green+Blue) = 223+224+109=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE06D is #201F92. Grayscale: #D3D3D3. Windows color (decimal): -2105235 or 7200991. OLE color: 7200991.
HSL color Cylindrical-coordinate representation of color #DFE06D: hue angle of 60.52º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFE06D is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 109 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.12 |
| HSL | 60.52º | 0.65% | 0.65% | - |
| HSV(B) | 60.52º | 0.51% | 0.88% | - |
| XYZ | 59.85 | 70.1 | 24.85 | - |
| YUV | 210.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 109 | 0.00 | 0 | 0.51 | 0.12 | 60.52 | 0.65 | 0.65 |
| Hex | DF | E0 | 6D | 0 | 0 | 33 | C | 3D | 41 | 41 |
| Octal | 337 | 340 | 155 | 0 | 0 | 63 | 14 | 75 | 101 | 101 |
| Binary | 11011111 | 11100000 | 1101101 | 0 | 0 | 110011 | 1100 | 111101 | 1000001 | 1000001 |
Color Harmonies of #DFE06D
Complementary color
Monochromatic Colors of #DFE06D
Black with #DFE06D
Text Example
Text Example
White with #DFE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE06D; }
p { color: rgb(223,224,109); }
H1.HeaderClassName
{
color: #DFE06D;
}
.AnyTagClassName
{
color: #DFE06D;
}
</style>
background-color css
<style>
a { background-color: #DFE06D; }
a { background-color: rgb(223,224,109); }
div.DivClassName
{
background-color: #DFE06D;
}
.BgClassName
{
background-color: #DFE06D;
}
</style>
border-color css
<style>
span { border-color: #DFE06D; }
span { border-color: rgb(223,224,109); }
td.TdClassName
{
border-color: #DFE06D;
}
.TagClassName
{
border-color: #DFE06D;
}
</style>