Shades of Goldenrod #DFE26B
Tints of Goldenrod #DFE26B
RGB
CMYK
RGB Variations
Color information
#DFE26B (or 0xDFE26B) is known color: Goldenrod. HEX triplet: DF, E2 and 6B. RGB value is (223,226,107). Sum of RGB (Red+Green+Blue) = 223+226+107=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE26B is #201D94. Grayscale: #D4D4D4. Windows color (decimal): -2104725 or 7070431. OLE color: 7070431.
HSL color Cylindrical-coordinate representation of color #DFE26B: hue angle of 61.51º degrees, saturation: 0.67, 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 #DFE26B is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 107 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.11 |
| HSL | 61.51º | 0.67% | 0.65% | - |
| HSV(B) | 61.51º | 0.53% | 0.89% | - |
| XYZ | 60.28 | 71.14 | 24.46 | - |
| YUV | 211.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 107 | 0.01 | 0 | 0.53 | 0.11 | 61.51 | 0.67 | 0.65 |
| Hex | DF | E2 | 6B | 1 | 0 | 35 | B | 3E | 43 | 41 |
| Octal | 337 | 342 | 153 | 1 | 0 | 65 | 13 | 76 | 103 | 101 |
| Binary | 11011111 | 11100010 | 1101011 | 1 | 0 | 110101 | 1011 | 111110 | 1000011 | 1000001 |
Color Harmonies of #DFE26B
Complementary color
Monochromatic Colors of #DFE26B
Black with #DFE26B
Text Example
Text Example
White with #DFE26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE26B; }
p { color: rgb(223,226,107); }
H1.HeaderClassName
{
color: #DFE26B;
}
.AnyTagClassName
{
color: #DFE26B;
}
</style>
background-color css
<style>
a { background-color: #DFE26B; }
a { background-color: rgb(223,226,107); }
div.DivClassName
{
background-color: #DFE26B;
}
.BgClassName
{
background-color: #DFE26B;
}
</style>
border-color css
<style>
span { border-color: #DFE26B; }
span { border-color: rgb(223,226,107); }
td.TdClassName
{
border-color: #DFE26B;
}
.TagClassName
{
border-color: #DFE26B;
}
</style>