Shades of Goldenrod #DFE36B
Tints of Goldenrod #DFE36B
RGB
CMYK
RGB Variations
Color information
#DFE36B (or 0xDFE36B) is known color: Goldenrod. HEX triplet: DF, E3 and 6B. RGB value is (223,227,107). Sum of RGB (Red+Green+Blue) = 223+227+107=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 107 (42.19% from 255 or 19.21% from 557); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE36B is #201C94. Grayscale: #D4D4D4. Windows color (decimal): -2104469 or 7070687. OLE color: 7070687.
HSL color Cylindrical-coordinate representation of color #DFE36B: hue angle of 62º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFE36B is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 107 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.11 |
| HSL | 62º | 0.68% | 0.65% | - |
| HSV(B) | 62º | 0.53% | 0.89% | - |
| XYZ | 60.55 | 71.69 | 24.56 | - |
| YUV | 212.12 | 68.67 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 107 | 0.02 | 0 | 0.53 | 0.11 | 62 | 0.68 | 0.65 |
| Hex | DF | E3 | 6B | 2 | 0 | 35 | B | 3E | 44 | 41 |
| Octal | 337 | 343 | 153 | 2 | 0 | 65 | 13 | 76 | 104 | 101 |
| Binary | 11011111 | 11100011 | 1101011 | 10 | 0 | 110101 | 1011 | 111110 | 1000100 | 1000001 |
Color Harmonies of #DFE36B
Complementary color
Monochromatic Colors of #DFE36B
Black with #DFE36B
Text Example
Text Example
White with #DFE36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE36B; }
p { color: rgb(223,227,107); }
H1.HeaderClassName
{
color: #DFE36B;
}
.AnyTagClassName
{
color: #DFE36B;
}
</style>
background-color css
<style>
a { background-color: #DFE36B; }
a { background-color: rgb(223,227,107); }
div.DivClassName
{
background-color: #DFE36B;
}
.BgClassName
{
background-color: #DFE36B;
}
</style>
border-color css
<style>
span { border-color: #DFE36B; }
span { border-color: rgb(223,227,107); }
td.TdClassName
{
border-color: #DFE36B;
}
.TagClassName
{
border-color: #DFE36B;
}
</style>