Shades of Goldenrod #DBE162
Tints of Goldenrod #DBE162
RGB
CMYK
RGB Variations
Color information
#DBE162 (or 0xDBE162) is known color: Goldenrod. HEX triplet: DB, E1 and 62. RGB value is (219,225,98). Sum of RGB (Red+Green+Blue) = 219+225+98=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE162 is #241E9D. Grayscale: #D1D1D1. Windows color (decimal): -2367134 or 6480347. OLE color: 6480347.
HSL color Cylindrical-coordinate representation of color #DBE162: hue angle of 62.83º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBE162 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 98 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.12 |
| HSL | 62.83º | 0.68% | 0.63% | - |
| HSV(B) | 62.83º | 0.56% | 0.88% | - |
| XYZ | 58.34 | 69.79 | 21.95 | - |
| YUV | 208.73 | 65.51 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 98 | 0.03 | 0 | 0.56 | 0.12 | 62.83 | 0.68 | 0.63 |
| Hex | DB | E1 | 62 | 3 | 0 | 38 | C | 3F | 44 | 3F |
| Octal | 333 | 341 | 142 | 3 | 0 | 70 | 14 | 77 | 104 | 77 |
| Binary | 11011011 | 11100001 | 1100010 | 11 | 0 | 111000 | 1100 | 111111 | 1000100 | 111111 |
Color Harmonies of #DBE162
Complementary color
Monochromatic Colors of #DBE162
Black with #DBE162
Text Example
Text Example
White with #DBE162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE162; }
p { color: rgb(219,225,98); }
H1.HeaderClassName
{
color: #DBE162;
}
.AnyTagClassName
{
color: #DBE162;
}
</style>
background-color css
<style>
a { background-color: #DBE162; }
a { background-color: rgb(219,225,98); }
div.DivClassName
{
background-color: #DBE162;
}
.BgClassName
{
background-color: #DBE162;
}
</style>
border-color css
<style>
span { border-color: #DBE162; }
span { border-color: rgb(219,225,98); }
td.TdClassName
{
border-color: #DBE162;
}
.TagClassName
{
border-color: #DBE162;
}
</style>