Shades of Goldenrod #DBE168
Tints of Goldenrod #DBE168
RGB
CMYK
RGB Variations
Color information
#DBE168 (or 0xDBE168) is known color: Goldenrod. HEX triplet: DB, E1 and 68. RGB value is (219,225,104). Sum of RGB (Red+Green+Blue) = 219+225+104=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE168 is #241E97. Grayscale: #D1D1D1. Windows color (decimal): -2367128 or 6873563. OLE color: 6873563.
HSL color Cylindrical-coordinate representation of color #DBE168: hue angle of 62.98º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBE168 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 104 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.12 |
| HSL | 62.98º | 0.67% | 0.65% | - |
| HSV(B) | 62.98º | 0.54% | 0.88% | - |
| XYZ | 58.64 | 69.91 | 23.5 | - |
| YUV | 209.41 | 68.51 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 104 | 0.03 | 0 | 0.54 | 0.12 | 62.98 | 0.67 | 0.65 |
| Hex | DB | E1 | 68 | 3 | 0 | 36 | C | 3F | 43 | 41 |
| Octal | 333 | 341 | 150 | 3 | 0 | 66 | 14 | 77 | 103 | 101 |
| Binary | 11011011 | 11100001 | 1101000 | 11 | 0 | 110110 | 1100 | 111111 | 1000011 | 1000001 |
Color Harmonies of #DBE168
Complementary color
Monochromatic Colors of #DBE168
Black with #DBE168
Text Example
Text Example
White with #DBE168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE168; }
p { color: rgb(219,225,104); }
H1.HeaderClassName
{
color: #DBE168;
}
.AnyTagClassName
{
color: #DBE168;
}
</style>
background-color css
<style>
a { background-color: #DBE168; }
a { background-color: rgb(219,225,104); }
div.DivClassName
{
background-color: #DBE168;
}
.BgClassName
{
background-color: #DBE168;
}
</style>
border-color css
<style>
span { border-color: #DBE168; }
span { border-color: rgb(219,225,104); }
td.TdClassName
{
border-color: #DBE168;
}
.TagClassName
{
border-color: #DBE168;
}
</style>