Shades of Goldenrod #DBE074
Tints of Goldenrod #DBE074
RGB
CMYK
RGB Variations
Color information
#DBE074 (or 0xDBE074) is known color: Goldenrod. HEX triplet: DB, E0 and 74. RGB value is (219,224,116). Sum of RGB (Red+Green+Blue) = 219+224+116=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE074 is #241F8B. Grayscale: #D2D2D2. Windows color (decimal): -2367372 or 7659739. OLE color: 7659739.
HSL color Cylindrical-coordinate representation of color #DBE074: hue angle of 62.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBE074 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 116 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.12 |
| HSL | 62.78º | 0.64% | 0.67% | - |
| HSV(B) | 62.78º | 0.48% | 0.88% | - |
| XYZ | 59.02 | 69.63 | 26.85 | - |
| YUV | 210.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 116 | 0.02 | 0 | 0.48 | 0.12 | 62.78 | 0.64 | 0.67 |
| Hex | DB | E0 | 74 | 2 | 0 | 30 | C | 3F | 40 | 43 |
| Octal | 333 | 340 | 164 | 2 | 0 | 60 | 14 | 77 | 100 | 103 |
| Binary | 11011011 | 11100000 | 1110100 | 10 | 0 | 110000 | 1100 | 111111 | 1000000 | 1000011 |
Color Harmonies of #DBE074
Complementary color
Monochromatic Colors of #DBE074
Black with #DBE074
Text Example
Text Example
White with #DBE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE074; }
p { color: rgb(219,224,116); }
H1.HeaderClassName
{
color: #DBE074;
}
.AnyTagClassName
{
color: #DBE074;
}
</style>
background-color css
<style>
a { background-color: #DBE074; }
a { background-color: rgb(219,224,116); }
div.DivClassName
{
background-color: #DBE074;
}
.BgClassName
{
background-color: #DBE074;
}
</style>
border-color css
<style>
span { border-color: #DBE074; }
span { border-color: rgb(219,224,116); }
td.TdClassName
{
border-color: #DBE074;
}
.TagClassName
{
border-color: #DBE074;
}
</style>