Shades of Goldenrod #DBDF6F
Tints of Goldenrod #DBDF6F
RGB
CMYK
RGB Variations
Color information
#DBDF6F (or 0xDBDF6F) is known color: Goldenrod. HEX triplet: DB, DF and 6F. RGB value is (219,223,111). Sum of RGB (Red+Green+Blue) = 219+223+111=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF6F is #242090. Grayscale: #D1D1D1. Windows color (decimal): -2367633 or 7331803. OLE color: 7331803.
HSL color Cylindrical-coordinate representation of color #DBDF6F: hue angle of 62.14º degrees, saturation: 0.64, 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 #DBDF6F is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 111 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.13 |
| HSL | 62.14º | 0.64% | 0.65% | - |
| HSV(B) | 62.14º | 0.5% | 0.87% | - |
| XYZ | 58.47 | 68.98 | 25.27 | - |
| YUV | 209.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 111 | 0.02 | 0 | 0.50 | 0.13 | 62.14 | 0.64 | 0.65 |
| Hex | DB | DF | 6F | 2 | 0 | 32 | D | 3E | 40 | 41 |
| Octal | 333 | 337 | 157 | 2 | 0 | 62 | 15 | 76 | 100 | 101 |
| Binary | 11011011 | 11011111 | 1101111 | 10 | 0 | 110010 | 1101 | 111110 | 1000000 | 1000001 |
Color Harmonies of #DBDF6F
Complementary color
Monochromatic Colors of #DBDF6F
Black with #DBDF6F
Text Example
Text Example
White with #DBDF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF6F; }
p { color: rgb(219,223,111); }
H1.HeaderClassName
{
color: #DBDF6F;
}
.AnyTagClassName
{
color: #DBDF6F;
}
</style>
background-color css
<style>
a { background-color: #DBDF6F; }
a { background-color: rgb(219,223,111); }
div.DivClassName
{
background-color: #DBDF6F;
}
.BgClassName
{
background-color: #DBDF6F;
}
</style>
border-color css
<style>
span { border-color: #DBDF6F; }
span { border-color: rgb(219,223,111); }
td.TdClassName
{
border-color: #DBDF6F;
}
.TagClassName
{
border-color: #DBDF6F;
}
</style>