Shades of Goldenrod #DBE279
Tints of Goldenrod #DBE279
RGB
CMYK
RGB Variations
Color information
#DBE279 (or 0xDBE279) is known color: Goldenrod. HEX triplet: DB, E2 and 79. RGB value is (219,226,121). Sum of RGB (Red+Green+Blue) = 219+226+121=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 121 (47.66% from 255 or 21.38% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE279 is #241D86. Grayscale: #D4D4D4. Windows color (decimal): -2366855 or 7987931. OLE color: 7987931.
HSL color Cylindrical-coordinate representation of color #DBE279: hue angle of 64º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBE279 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 121 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.11 |
| HSL | 64º | 0.64% | 0.68% | - |
| HSV(B) | 64º | 0.46% | 0.89% | - |
| XYZ | 59.86 | 70.83 | 28.61 | - |
| YUV | 211.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 121 | 0.03 | 0 | 0.46 | 0.11 | 64 | 0.64 | 0.68 |
| Hex | DB | E2 | 79 | 3 | 0 | 2E | B | 40 | 40 | 44 |
| Octal | 333 | 342 | 171 | 3 | 0 | 56 | 13 | 100 | 100 | 104 |
| Binary | 11011011 | 11100010 | 1111001 | 11 | 0 | 101110 | 1011 | 1000000 | 1000000 | 1000100 |
Color Harmonies of #DBE279
Complementary color
Monochromatic Colors of #DBE279
Black with #DBE279
Text Example
Text Example
White with #DBE279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE279; }
p { color: rgb(219,226,121); }
H1.HeaderClassName
{
color: #DBE279;
}
.AnyTagClassName
{
color: #DBE279;
}
</style>
background-color css
<style>
a { background-color: #DBE279; }
a { background-color: rgb(219,226,121); }
div.DivClassName
{
background-color: #DBE279;
}
.BgClassName
{
background-color: #DBE279;
}
</style>
border-color css
<style>
span { border-color: #DBE279; }
span { border-color: rgb(219,226,121); }
td.TdClassName
{
border-color: #DBE279;
}
.TagClassName
{
border-color: #DBE279;
}
</style>