Shades of Goldenrod #DBE169
Tints of Goldenrod #DBE169
RGB
CMYK
RGB Variations
Color information
#DBE169 (or 0xDBE169) is known color: Goldenrod. HEX triplet: DB, E1 and 69. RGB value is (219,225,105). Sum of RGB (Red+Green+Blue) = 219+225+105=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE169 is #241E96. Grayscale: #D2D2D2. Windows color (decimal): -2367127 or 6939099. OLE color: 6939099.
HSL color Cylindrical-coordinate representation of color #DBE169: hue angle of 63º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBE169 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 105 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.12 |
| HSL | 63º | 0.67% | 0.65% | - |
| HSV(B) | 63º | 0.53% | 0.88% | - |
| XYZ | 58.69 | 69.93 | 23.77 | - |
| YUV | 209.53 | 69.01 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 105 | 0.03 | 0 | 0.53 | 0.12 | 63 | 0.67 | 0.65 |
| Hex | DB | E1 | 69 | 3 | 0 | 35 | C | 3F | 43 | 41 |
| Octal | 333 | 341 | 151 | 3 | 0 | 65 | 14 | 77 | 103 | 101 |
| Binary | 11011011 | 11100001 | 1101001 | 11 | 0 | 110101 | 1100 | 111111 | 1000011 | 1000001 |
Color Harmonies of #DBE169
Complementary color
Monochromatic Colors of #DBE169
Black with #DBE169
Text Example
Text Example
White with #DBE169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE169; }
p { color: rgb(219,225,105); }
H1.HeaderClassName
{
color: #DBE169;
}
.AnyTagClassName
{
color: #DBE169;
}
</style>
background-color css
<style>
a { background-color: #DBE169; }
a { background-color: rgb(219,225,105); }
div.DivClassName
{
background-color: #DBE169;
}
.BgClassName
{
background-color: #DBE169;
}
</style>
border-color css
<style>
span { border-color: #DBE169; }
span { border-color: rgb(219,225,105); }
td.TdClassName
{
border-color: #DBE169;
}
.TagClassName
{
border-color: #DBE169;
}
</style>