Shades of Goldenrod #DBE063
Tints of Goldenrod #DBE063
RGB
CMYK
RGB Variations
Color information
#DBE063 (or 0xDBE063) is known color: Goldenrod. HEX triplet: DB, E0 and 63. RGB value is (219,224,99). Sum of RGB (Red+Green+Blue) = 219+224+99=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE063 is #241F9C. Grayscale: #D0D0D0. Windows color (decimal): -2367389 or 6545627. OLE color: 6545627.
HSL color Cylindrical-coordinate representation of color #DBE063: hue angle of 62.4º degrees, saturation: 0.67, 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 #DBE063 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 99 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.12 |
| HSL | 62.4º | 0.67% | 0.63% | - |
| HSV(B) | 62.4º | 0.56% | 0.88% | - |
| XYZ | 58.12 | 69.27 | 22.11 | - |
| YUV | 208.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 99 | 0.02 | 0 | 0.56 | 0.12 | 62.4 | 0.67 | 0.63 |
| Hex | DB | E0 | 63 | 2 | 0 | 38 | C | 3E | 43 | 3F |
| Octal | 333 | 340 | 143 | 2 | 0 | 70 | 14 | 76 | 103 | 77 |
| Binary | 11011011 | 11100000 | 1100011 | 10 | 0 | 111000 | 1100 | 111110 | 1000011 | 111111 |
Color Harmonies of #DBE063
Complementary color
Monochromatic Colors of #DBE063
Black with #DBE063
Text Example
Text Example
White with #DBE063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE063; }
p { color: rgb(219,224,99); }
H1.HeaderClassName
{
color: #DBE063;
}
.AnyTagClassName
{
color: #DBE063;
}
</style>
background-color css
<style>
a { background-color: #DBE063; }
a { background-color: rgb(219,224,99); }
div.DivClassName
{
background-color: #DBE063;
}
.BgClassName
{
background-color: #DBE063;
}
</style>
border-color css
<style>
span { border-color: #DBE063; }
span { border-color: rgb(219,224,99); }
td.TdClassName
{
border-color: #DBE063;
}
.TagClassName
{
border-color: #DBE063;
}
</style>