Shades of Goldenrod #DBE269
Tints of Goldenrod #DBE269
RGB
CMYK
RGB Variations
Color information
#DBE269 (or 0xDBE269) is known color: Goldenrod. HEX triplet: DB, E2 and 69. RGB value is (219,226,105). Sum of RGB (Red+Green+Blue) = 219+226+105=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE269 is #241D96. Grayscale: #D2D2D2. Windows color (decimal): -2366871 or 6939355. OLE color: 6939355.
HSL color Cylindrical-coordinate representation of color #DBE269: hue angle of 63.47º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBE269 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 105 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.11 |
| HSL | 63.47º | 0.68% | 0.65% | - |
| HSV(B) | 63.47º | 0.54% | 0.89% | - |
| XYZ | 58.96 | 70.47 | 23.86 | - |
| YUV | 210.11 | 68.68 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 105 | 0.03 | 0 | 0.54 | 0.11 | 63.47 | 0.68 | 0.65 |
| Hex | DB | E2 | 69 | 3 | 0 | 36 | B | 3F | 44 | 41 |
| Octal | 333 | 342 | 151 | 3 | 0 | 66 | 13 | 77 | 104 | 101 |
| Binary | 11011011 | 11100010 | 1101001 | 11 | 0 | 110110 | 1011 | 111111 | 1000100 | 1000001 |
Color Harmonies of #DBE269
Complementary color
Monochromatic Colors of #DBE269
Black with #DBE269
Text Example
Text Example
White with #DBE269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE269; }
p { color: rgb(219,226,105); }
H1.HeaderClassName
{
color: #DBE269;
}
.AnyTagClassName
{
color: #DBE269;
}
</style>
background-color css
<style>
a { background-color: #DBE269; }
a { background-color: rgb(219,226,105); }
div.DivClassName
{
background-color: #DBE269;
}
.BgClassName
{
background-color: #DBE269;
}
</style>
border-color css
<style>
span { border-color: #DBE269; }
span { border-color: rgb(219,226,105); }
td.TdClassName
{
border-color: #DBE269;
}
.TagClassName
{
border-color: #DBE269;
}
</style>