Shades of Goldenrod #DBE26D
Tints of Goldenrod #DBE26D
RGB
CMYK
RGB Variations
Color information
#DBE26D (or 0xDBE26D) is known color: Goldenrod. HEX triplet: DB, E2 and 6D. RGB value is (219,226,109). Sum of RGB (Red+Green+Blue) = 219+226+109=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE26D is #241D92. Grayscale: #D3D3D3. Windows color (decimal): -2366867 or 7201499. OLE color: 7201499.
HSL color Cylindrical-coordinate representation of color #DBE26D: hue angle of 63.59º degrees, saturation: 0.67, 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 #DBE26D is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 109 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.11 |
| HSL | 63.59º | 0.67% | 0.66% | - |
| HSV(B) | 63.59º | 0.52% | 0.89% | - |
| XYZ | 59.17 | 70.56 | 24.97 | - |
| YUV | 210.57 | 70.68 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 109 | 0.03 | 0 | 0.52 | 0.11 | 63.59 | 0.67 | 0.66 |
| Hex | DB | E2 | 6D | 3 | 0 | 34 | B | 40 | 43 | 42 |
| Octal | 333 | 342 | 155 | 3 | 0 | 64 | 13 | 100 | 103 | 102 |
| Binary | 11011011 | 11100010 | 1101101 | 11 | 0 | 110100 | 1011 | 1000000 | 1000011 | 1000010 |
Color Harmonies of #DBE26D
Complementary color
Monochromatic Colors of #DBE26D
Black with #DBE26D
Text Example
Text Example
White with #DBE26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE26D; }
p { color: rgb(219,226,109); }
H1.HeaderClassName
{
color: #DBE26D;
}
.AnyTagClassName
{
color: #DBE26D;
}
</style>
background-color css
<style>
a { background-color: #DBE26D; }
a { background-color: rgb(219,226,109); }
div.DivClassName
{
background-color: #DBE26D;
}
.BgClassName
{
background-color: #DBE26D;
}
</style>
border-color css
<style>
span { border-color: #DBE26D; }
span { border-color: rgb(219,226,109); }
td.TdClassName
{
border-color: #DBE26D;
}
.TagClassName
{
border-color: #DBE26D;
}
</style>