Shades of Goldenrod #DFE46C
Tints of Goldenrod #DFE46C
RGB
CMYK
RGB Variations
Color information
#DFE46C (or 0xDFE46C) is known color: Goldenrod. HEX triplet: DF, E4 and 6C. RGB value is (223,228,108). Sum of RGB (Red+Green+Blue) = 223+228+108=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE46C is #201B93. Grayscale: #D5D5D5. Windows color (decimal): -2104212 or 7136479. OLE color: 7136479.
HSL color Cylindrical-coordinate representation of color #DFE46C: hue angle of 62.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFE46C is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 108 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.11 |
| HSL | 62.5º | 0.69% | 0.66% | - |
| HSV(B) | 62.5º | 0.53% | 0.89% | - |
| XYZ | 60.88 | 72.26 | 24.93 | - |
| YUV | 212.83 | 68.84 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 108 | 0.02 | 0 | 0.53 | 0.11 | 62.5 | 0.69 | 0.66 |
| Hex | DF | E4 | 6C | 2 | 0 | 35 | B | 3F | 45 | 42 |
| Octal | 337 | 344 | 154 | 2 | 0 | 65 | 13 | 77 | 105 | 102 |
| Binary | 11011111 | 11100100 | 1101100 | 10 | 0 | 110101 | 1011 | 111111 | 1000101 | 1000010 |
Color Harmonies of #DFE46C
Complementary color
Monochromatic Colors of #DFE46C
Black with #DFE46C
Text Example
Text Example
White with #DFE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE46C; }
p { color: rgb(223,228,108); }
H1.HeaderClassName
{
color: #DFE46C;
}
.AnyTagClassName
{
color: #DFE46C;
}
</style>
background-color css
<style>
a { background-color: #DFE46C; }
a { background-color: rgb(223,228,108); }
div.DivClassName
{
background-color: #DFE46C;
}
.BgClassName
{
background-color: #DFE46C;
}
</style>
border-color css
<style>
span { border-color: #DFE46C; }
span { border-color: rgb(223,228,108); }
td.TdClassName
{
border-color: #DFE46C;
}
.TagClassName
{
border-color: #DFE46C;
}
</style>