Shades of Goldenrod #DBDE7E
Tints of Goldenrod #DBDE7E
RGB
CMYK
RGB Variations
Color information
#DBDE7E (or 0xDBDE7E) is known color: Goldenrod. HEX triplet: DB, DE and 7E. RGB value is (219,222,126). Sum of RGB (Red+Green+Blue) = 219+222+126=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE7E is #242181. Grayscale: #D2D2D2. Windows color (decimal): -2367874 or 8314587. OLE color: 8314587.
HSL color Cylindrical-coordinate representation of color #DBDE7E: hue angle of 61.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBDE7E is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 126 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.13 |
| HSL | 61.88º | 0.59% | 0.68% | - |
| HSV(B) | 61.88º | 0.43% | 0.87% | - |
| XYZ | 59.1 | 68.81 | 29.91 | - |
| YUV | 210.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 126 | 0.01 | 0 | 0.43 | 0.13 | 61.88 | 0.59 | 0.68 |
| Hex | DB | DE | 7E | 1 | 0 | 2B | D | 3E | 3B | 44 |
| Octal | 333 | 336 | 176 | 1 | 0 | 53 | 15 | 76 | 73 | 104 |
| Binary | 11011011 | 11011110 | 1111110 | 1 | 0 | 101011 | 1101 | 111110 | 111011 | 1000100 |
Color Harmonies of #DBDE7E
Complementary color
Monochromatic Colors of #DBDE7E
Black with #DBDE7E
Text Example
Text Example
White with #DBDE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE7E; }
p { color: rgb(219,222,126); }
H1.HeaderClassName
{
color: #DBDE7E;
}
.AnyTagClassName
{
color: #DBDE7E;
}
</style>
background-color css
<style>
a { background-color: #DBDE7E; }
a { background-color: rgb(219,222,126); }
div.DivClassName
{
background-color: #DBDE7E;
}
.BgClassName
{
background-color: #DBDE7E;
}
</style>
border-color css
<style>
span { border-color: #DBDE7E; }
span { border-color: rgb(219,222,126); }
td.TdClassName
{
border-color: #DBDE7E;
}
.TagClassName
{
border-color: #DBDE7E;
}
</style>