Shades of Goldenrod #DBE078
Tints of Goldenrod #DBE078
RGB
CMYK
RGB Variations
Color information
#DBE078 (or 0xDBE078) is known color: Goldenrod. HEX triplet: DB, E0 and 78. RGB value is (219,224,120). Sum of RGB (Red+Green+Blue) = 219+224+120=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE078 is #241F87. Grayscale: #D3D3D3. Windows color (decimal): -2367368 or 7921883. OLE color: 7921883.
HSL color Cylindrical-coordinate representation of color #DBE078: hue angle of 62.88º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBE078 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 120 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.12 |
| HSL | 62.88º | 0.63% | 0.67% | - |
| HSV(B) | 62.88º | 0.46% | 0.88% | - |
| XYZ | 59.26 | 69.73 | 28.1 | - |
| YUV | 210.65 | 76.84 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 120 | 0.02 | 0 | 0.46 | 0.12 | 62.88 | 0.63 | 0.67 |
| Hex | DB | E0 | 78 | 2 | 0 | 2E | C | 3F | 3F | 43 |
| Octal | 333 | 340 | 170 | 2 | 0 | 56 | 14 | 77 | 77 | 103 |
| Binary | 11011011 | 11100000 | 1111000 | 10 | 0 | 101110 | 1100 | 111111 | 111111 | 1000011 |
Color Harmonies of #DBE078
Complementary color
Monochromatic Colors of #DBE078
Black with #DBE078
Text Example
Text Example
White with #DBE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE078; }
p { color: rgb(219,224,120); }
H1.HeaderClassName
{
color: #DBE078;
}
.AnyTagClassName
{
color: #DBE078;
}
</style>
background-color css
<style>
a { background-color: #DBE078; }
a { background-color: rgb(219,224,120); }
div.DivClassName
{
background-color: #DBE078;
}
.BgClassName
{
background-color: #DBE078;
}
</style>
border-color css
<style>
span { border-color: #DBE078; }
span { border-color: rgb(219,224,120); }
td.TdClassName
{
border-color: #DBE078;
}
.TagClassName
{
border-color: #DBE078;
}
</style>