Shades of Goldenrod #DBE173
Tints of Goldenrod #DBE173
RGB
CMYK
RGB Variations
Color information
#DBE173 (or 0xDBE173) is known color: Goldenrod. HEX triplet: DB, E1 and 73. RGB value is (219,225,115). Sum of RGB (Red+Green+Blue) = 219+225+115=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE173 is #241E8C. Grayscale: #D3D3D3. Windows color (decimal): -2367117 or 7594459. OLE color: 7594459.
HSL color Cylindrical-coordinate representation of color #DBE173: hue angle of 63.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBE173 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 115 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.12 |
| HSL | 63.27º | 0.65% | 0.67% | - |
| HSV(B) | 63.27º | 0.49% | 0.88% | - |
| XYZ | 59.23 | 70.15 | 26.64 | - |
| YUV | 210.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 115 | 0.03 | 0 | 0.49 | 0.12 | 63.27 | 0.65 | 0.67 |
| Hex | DB | E1 | 73 | 3 | 0 | 31 | C | 3F | 41 | 43 |
| Octal | 333 | 341 | 163 | 3 | 0 | 61 | 14 | 77 | 101 | 103 |
| Binary | 11011011 | 11100001 | 1110011 | 11 | 0 | 110001 | 1100 | 111111 | 1000001 | 1000011 |
Color Harmonies of #DBE173
Complementary color
Monochromatic Colors of #DBE173
Black with #DBE173
Text Example
Text Example
White with #DBE173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE173; }
p { color: rgb(219,225,115); }
H1.HeaderClassName
{
color: #DBE173;
}
.AnyTagClassName
{
color: #DBE173;
}
</style>
background-color css
<style>
a { background-color: #DBE173; }
a { background-color: rgb(219,225,115); }
div.DivClassName
{
background-color: #DBE173;
}
.BgClassName
{
background-color: #DBE173;
}
</style>
border-color css
<style>
span { border-color: #DBE173; }
span { border-color: rgb(219,225,115); }
td.TdClassName
{
border-color: #DBE173;
}
.TagClassName
{
border-color: #DBE173;
}
</style>