Shades of Goldenrod #DBDE6D
Tints of Goldenrod #DBDE6D
RGB
CMYK
RGB Variations
Color information
#DBDE6D (or 0xDBDE6D) is known color: Goldenrod. HEX triplet: DB, DE and 6D. RGB value is (219,222,109). Sum of RGB (Red+Green+Blue) = 219+222+109=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE6D is #242192. Grayscale: #D0D0D0. Windows color (decimal): -2367891 or 7200475. OLE color: 7200475.
HSL color Cylindrical-coordinate representation of color #DBDE6D: hue angle of 61.59º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBDE6D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 109 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.13 |
| HSL | 61.59º | 0.63% | 0.65% | - |
| HSV(B) | 61.59º | 0.51% | 0.87% | - |
| XYZ | 58.1 | 68.41 | 24.61 | - |
| YUV | 208.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 109 | 0.01 | 0 | 0.51 | 0.13 | 61.59 | 0.63 | 0.65 |
| Hex | DB | DE | 6D | 1 | 0 | 33 | D | 3E | 3F | 41 |
| Octal | 333 | 336 | 155 | 1 | 0 | 63 | 15 | 76 | 77 | 101 |
| Binary | 11011011 | 11011110 | 1101101 | 1 | 0 | 110011 | 1101 | 111110 | 111111 | 1000001 |
Color Harmonies of #DBDE6D
Complementary color
Monochromatic Colors of #DBDE6D
Black with #DBDE6D
Text Example
Text Example
White with #DBDE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE6D; }
p { color: rgb(219,222,109); }
H1.HeaderClassName
{
color: #DBDE6D;
}
.AnyTagClassName
{
color: #DBDE6D;
}
</style>
background-color css
<style>
a { background-color: #DBDE6D; }
a { background-color: rgb(219,222,109); }
div.DivClassName
{
background-color: #DBDE6D;
}
.BgClassName
{
background-color: #DBDE6D;
}
</style>
border-color css
<style>
span { border-color: #DBDE6D; }
span { border-color: rgb(219,222,109); }
td.TdClassName
{
border-color: #DBDE6D;
}
.TagClassName
{
border-color: #DBDE6D;
}
</style>