Shades of Goldenrod #DBE27A
Tints of Goldenrod #DBE27A
RGB
CMYK
RGB Variations
Color information
#DBE27A (or 0xDBE27A) is known color: Goldenrod. HEX triplet: DB, E2 and 7A. RGB value is (219,226,122). Sum of RGB (Red+Green+Blue) = 219+226+122=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE27A is #241D85. Grayscale: #D4D4D4. Windows color (decimal): -2366854 or 8053467. OLE color: 8053467.
HSL color Cylindrical-coordinate representation of color #DBE27A: hue angle of 64.04º 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 #DBE27A is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 122 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.11 |
| HSL | 64.04º | 0.64% | 0.68% | - |
| HSV(B) | 64.04º | 0.46% | 0.89% | - |
| XYZ | 59.92 | 70.86 | 28.93 | - |
| YUV | 212.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 122 | 0.03 | 0 | 0.46 | 0.11 | 64.04 | 0.64 | 0.68 |
| Hex | DB | E2 | 7A | 3 | 0 | 2E | B | 40 | 40 | 44 |
| Octal | 333 | 342 | 172 | 3 | 0 | 56 | 13 | 100 | 100 | 104 |
| Binary | 11011011 | 11100010 | 1111010 | 11 | 0 | 101110 | 1011 | 1000000 | 1000000 | 1000100 |
Color Harmonies of #DBE27A
Complementary color
Monochromatic Colors of #DBE27A
Black with #DBE27A
Text Example
Text Example
White with #DBE27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE27A; }
p { color: rgb(219,226,122); }
H1.HeaderClassName
{
color: #DBE27A;
}
.AnyTagClassName
{
color: #DBE27A;
}
</style>
background-color css
<style>
a { background-color: #DBE27A; }
a { background-color: rgb(219,226,122); }
div.DivClassName
{
background-color: #DBE27A;
}
.BgClassName
{
background-color: #DBE27A;
}
</style>
border-color css
<style>
span { border-color: #DBE27A; }
span { border-color: rgb(219,226,122); }
td.TdClassName
{
border-color: #DBE27A;
}
.TagClassName
{
border-color: #DBE27A;
}
</style>