Shades of Goldenrod #DBE073
Tints of Goldenrod #DBE073
RGB
CMYK
RGB Variations
Color information
#DBE073 (or 0xDBE073) is known color: Goldenrod. HEX triplet: DB, E0 and 73. RGB value is (219,224,115). Sum of RGB (Red+Green+Blue) = 219+224+115=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE073 is #241F8C. Grayscale: #D2D2D2. Windows color (decimal): -2367373 or 7594203. OLE color: 7594203.
HSL color Cylindrical-coordinate representation of color #DBE073: hue angle of 62.75º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBE073 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 115 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.12 |
| HSL | 62.75º | 0.64% | 0.66% | - |
| HSV(B) | 62.75º | 0.49% | 0.88% | - |
| XYZ | 58.96 | 69.61 | 26.55 | - |
| YUV | 210.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 115 | 0.02 | 0 | 0.49 | 0.12 | 62.75 | 0.64 | 0.66 |
| Hex | DB | E0 | 73 | 2 | 0 | 31 | C | 3F | 40 | 42 |
| Octal | 333 | 340 | 163 | 2 | 0 | 61 | 14 | 77 | 100 | 102 |
| Binary | 11011011 | 11100000 | 1110011 | 10 | 0 | 110001 | 1100 | 111111 | 1000000 | 1000010 |
Color Harmonies of #DBE073
Complementary color
Monochromatic Colors of #DBE073
Black with #DBE073
Text Example
Text Example
White with #DBE073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE073; }
p { color: rgb(219,224,115); }
H1.HeaderClassName
{
color: #DBE073;
}
.AnyTagClassName
{
color: #DBE073;
}
</style>
background-color css
<style>
a { background-color: #DBE073; }
a { background-color: rgb(219,224,115); }
div.DivClassName
{
background-color: #DBE073;
}
.BgClassName
{
background-color: #DBE073;
}
</style>
border-color css
<style>
span { border-color: #DBE073; }
span { border-color: rgb(219,224,115); }
td.TdClassName
{
border-color: #DBE073;
}
.TagClassName
{
border-color: #DBE073;
}
</style>