Shades of Goldenrod #DFE36C
Tints of Goldenrod #DFE36C
RGB
CMYK
RGB Variations
Color information
#DFE36C (or 0xDFE36C) is known color: Goldenrod. HEX triplet: DF, E3 and 6C. RGB value is (223,227,108). Sum of RGB (Red+Green+Blue) = 223+227+108=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE36C is #201C93. Grayscale: #D4D4D4. Windows color (decimal): -2104468 or 7136223. OLE color: 7136223.
HSL color Cylindrical-coordinate representation of color #DFE36C: hue angle of 62.02º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFE36C is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 108 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.11 |
| HSL | 62.02º | 0.68% | 0.66% | - |
| HSV(B) | 62.02º | 0.52% | 0.89% | - |
| XYZ | 60.61 | 71.71 | 24.83 | - |
| YUV | 212.24 | 69.17 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 108 | 0.02 | 0 | 0.52 | 0.11 | 62.02 | 0.68 | 0.66 |
| Hex | DF | E3 | 6C | 2 | 0 | 34 | B | 3E | 44 | 42 |
| Octal | 337 | 343 | 154 | 2 | 0 | 64 | 13 | 76 | 104 | 102 |
| Binary | 11011111 | 11100011 | 1101100 | 10 | 0 | 110100 | 1011 | 111110 | 1000100 | 1000010 |
Color Harmonies of #DFE36C
Complementary color
Monochromatic Colors of #DFE36C
Black with #DFE36C
Text Example
Text Example
White with #DFE36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE36C; }
p { color: rgb(223,227,108); }
H1.HeaderClassName
{
color: #DFE36C;
}
.AnyTagClassName
{
color: #DFE36C;
}
</style>
background-color css
<style>
a { background-color: #DFE36C; }
a { background-color: rgb(223,227,108); }
div.DivClassName
{
background-color: #DFE36C;
}
.BgClassName
{
background-color: #DFE36C;
}
</style>
border-color css
<style>
span { border-color: #DFE36C; }
span { border-color: rgb(223,227,108); }
td.TdClassName
{
border-color: #DFE36C;
}
.TagClassName
{
border-color: #DFE36C;
}
</style>