Shades of Goldenrod #DBDE6E
Tints of Goldenrod #DBDE6E
RGB
CMYK
RGB Variations
Color information
#DBDE6E (or 0xDBDE6E) is known color: Goldenrod. HEX triplet: DB, DE and 6E. RGB value is (219,222,110). Sum of RGB (Red+Green+Blue) = 219+222+110=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE6E is #242191. Grayscale: #D0D0D0. Windows color (decimal): -2367890 or 7266011. OLE color: 7266011.
HSL color Cylindrical-coordinate representation of color #DBDE6E: hue angle of 61.61º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBDE6E is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 110 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.13 |
| HSL | 61.61º | 0.63% | 0.65% | - |
| HSV(B) | 61.61º | 0.5% | 0.87% | - |
| XYZ | 58.15 | 68.43 | 24.9 | - |
| YUV | 208.34 | 72.51 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 110 | 0.01 | 0 | 0.50 | 0.13 | 61.61 | 0.63 | 0.65 |
| Hex | DB | DE | 6E | 1 | 0 | 32 | D | 3E | 3F | 41 |
| Octal | 333 | 336 | 156 | 1 | 0 | 62 | 15 | 76 | 77 | 101 |
| Binary | 11011011 | 11011110 | 1101110 | 1 | 0 | 110010 | 1101 | 111110 | 111111 | 1000001 |
Color Harmonies of #DBDE6E
Complementary color
Monochromatic Colors of #DBDE6E
Black with #DBDE6E
Text Example
Text Example
White with #DBDE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE6E; }
p { color: rgb(219,222,110); }
H1.HeaderClassName
{
color: #DBDE6E;
}
.AnyTagClassName
{
color: #DBDE6E;
}
</style>
background-color css
<style>
a { background-color: #DBDE6E; }
a { background-color: rgb(219,222,110); }
div.DivClassName
{
background-color: #DBDE6E;
}
.BgClassName
{
background-color: #DBDE6E;
}
</style>
border-color css
<style>
span { border-color: #DBDE6E; }
span { border-color: rgb(219,222,110); }
td.TdClassName
{
border-color: #DBDE6E;
}
.TagClassName
{
border-color: #DBDE6E;
}
</style>