Shades of Goldenrod #DBE261
Tints of Goldenrod #DBE261
RGB
CMYK
RGB Variations
Color information
#DBE261 (or 0xDBE261) is known color: Goldenrod. HEX triplet: DB, E2 and 61. RGB value is (219,226,97). Sum of RGB (Red+Green+Blue) = 219+226+97=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 97 (38.28% from 255 or 17.90% from 542); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE261 is #241D9E. Grayscale: #D1D1D1. Windows color (decimal): -2366879 or 6415067. OLE color: 6415067.
HSL color Cylindrical-coordinate representation of color #DBE261: hue angle of 63.26º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBE261 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 97 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.11 |
| HSL | 63.26º | 0.69% | 0.63% | - |
| HSV(B) | 63.26º | 0.57% | 0.89% | - |
| XYZ | 58.57 | 70.32 | 21.79 | - |
| YUV | 209.2 | 64.68 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 97 | 0.03 | 0 | 0.57 | 0.11 | 63.26 | 0.69 | 0.63 |
| Hex | DB | E2 | 61 | 3 | 0 | 39 | B | 3F | 45 | 3F |
| Octal | 333 | 342 | 141 | 3 | 0 | 71 | 13 | 77 | 105 | 77 |
| Binary | 11011011 | 11100010 | 1100001 | 11 | 0 | 111001 | 1011 | 111111 | 1000101 | 111111 |
Color Harmonies of #DBE261
Complementary color
Monochromatic Colors of #DBE261
Black with #DBE261
Text Example
Text Example
White with #DBE261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE261; }
p { color: rgb(219,226,97); }
H1.HeaderClassName
{
color: #DBE261;
}
.AnyTagClassName
{
color: #DBE261;
}
</style>
background-color css
<style>
a { background-color: #DBE261; }
a { background-color: rgb(219,226,97); }
div.DivClassName
{
background-color: #DBE261;
}
.BgClassName
{
background-color: #DBE261;
}
</style>
border-color css
<style>
span { border-color: #DBE261; }
span { border-color: rgb(219,226,97); }
td.TdClassName
{
border-color: #DBE261;
}
.TagClassName
{
border-color: #DBE261;
}
</style>