Shades of Goldenrod #DBE17A
Tints of Goldenrod #DBE17A
RGB
CMYK
RGB Variations
Color information
#DBE17A (or 0xDBE17A) is known color: Goldenrod. HEX triplet: DB, E1 and 7A. RGB value is (219,225,122). Sum of RGB (Red+Green+Blue) = 219+225+122=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE17A is #241E85. Grayscale: #D3D3D3. Windows color (decimal): -2367110 or 8053211. OLE color: 8053211.
HSL color Cylindrical-coordinate representation of color #DBE17A: hue angle of 63.5º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBE17A is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 122 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.12 |
| HSL | 63.5º | 0.63% | 0.68% | - |
| HSV(B) | 63.5º | 0.46% | 0.88% | - |
| XYZ | 59.65 | 70.32 | 28.84 | - |
| YUV | 211.46 | 77.51 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 122 | 0.03 | 0 | 0.46 | 0.12 | 63.5 | 0.63 | 0.68 |
| Hex | DB | E1 | 7A | 3 | 0 | 2E | C | 3F | 3F | 44 |
| Octal | 333 | 341 | 172 | 3 | 0 | 56 | 14 | 77 | 77 | 104 |
| Binary | 11011011 | 11100001 | 1111010 | 11 | 0 | 101110 | 1100 | 111111 | 111111 | 1000100 |
Color Harmonies of #DBE17A
Complementary color
Monochromatic Colors of #DBE17A
Black with #DBE17A
Text Example
Text Example
White with #DBE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE17A; }
p { color: rgb(219,225,122); }
H1.HeaderClassName
{
color: #DBE17A;
}
.AnyTagClassName
{
color: #DBE17A;
}
</style>
background-color css
<style>
a { background-color: #DBE17A; }
a { background-color: rgb(219,225,122); }
div.DivClassName
{
background-color: #DBE17A;
}
.BgClassName
{
background-color: #DBE17A;
}
</style>
border-color css
<style>
span { border-color: #DBE17A; }
span { border-color: rgb(219,225,122); }
td.TdClassName
{
border-color: #DBE17A;
}
.TagClassName
{
border-color: #DBE17A;
}
</style>