Shades of Goldenrod #DBE26C
Tints of Goldenrod #DBE26C
RGB
CMYK
RGB Variations
Color information
#DBE26C (or 0xDBE26C) is known color: Goldenrod. HEX triplet: DB, E2 and 6C. RGB value is (219,226,108). Sum of RGB (Red+Green+Blue) = 219+226+108=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE26C is #241D93. Grayscale: #D2D2D2. Windows color (decimal): -2366868 or 7135963. OLE color: 7135963.
HSL color Cylindrical-coordinate representation of color #DBE26C: hue angle of 63.56º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBE26C is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 108 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.11 |
| HSL | 63.56º | 0.67% | 0.65% | - |
| HSV(B) | 63.56º | 0.52% | 0.89% | - |
| XYZ | 59.12 | 70.54 | 24.69 | - |
| YUV | 210.46 | 70.18 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 108 | 0.03 | 0 | 0.52 | 0.11 | 63.56 | 0.67 | 0.65 |
| Hex | DB | E2 | 6C | 3 | 0 | 34 | B | 40 | 43 | 41 |
| Octal | 333 | 342 | 154 | 3 | 0 | 64 | 13 | 100 | 103 | 101 |
| Binary | 11011011 | 11100010 | 1101100 | 11 | 0 | 110100 | 1011 | 1000000 | 1000011 | 1000001 |
Color Harmonies of #DBE26C
Complementary color
Monochromatic Colors of #DBE26C
Black with #DBE26C
Text Example
Text Example
White with #DBE26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE26C; }
p { color: rgb(219,226,108); }
H1.HeaderClassName
{
color: #DBE26C;
}
.AnyTagClassName
{
color: #DBE26C;
}
</style>
background-color css
<style>
a { background-color: #DBE26C; }
a { background-color: rgb(219,226,108); }
div.DivClassName
{
background-color: #DBE26C;
}
.BgClassName
{
background-color: #DBE26C;
}
</style>
border-color css
<style>
span { border-color: #DBE26C; }
span { border-color: rgb(219,226,108); }
td.TdClassName
{
border-color: #DBE26C;
}
.TagClassName
{
border-color: #DBE26C;
}
</style>