Shades of Goldenrod #DBDF6D
Tints of Goldenrod #DBDF6D
RGB
CMYK
RGB Variations
Color information
#DBDF6D (or 0xDBDF6D) is known color: Goldenrod. HEX triplet: DB, DF and 6D. RGB value is (219,223,109). Sum of RGB (Red+Green+Blue) = 219+223+109=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF6D is #242092. Grayscale: #D1D1D1. Windows color (decimal): -2367635 or 7200731. OLE color: 7200731.
HSL color Cylindrical-coordinate representation of color #DBDF6D: hue angle of 62.11º degrees, saturation: 0.64, 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 #DBDF6D is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 109 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.13 |
| HSL | 62.11º | 0.64% | 0.65% | - |
| HSV(B) | 62.11º | 0.51% | 0.87% | - |
| XYZ | 58.36 | 68.94 | 24.7 | - |
| YUV | 208.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 109 | 0.02 | 0 | 0.51 | 0.13 | 62.11 | 0.64 | 0.65 |
| Hex | DB | DF | 6D | 2 | 0 | 33 | D | 3E | 40 | 41 |
| Octal | 333 | 337 | 155 | 2 | 0 | 63 | 15 | 76 | 100 | 101 |
| Binary | 11011011 | 11011111 | 1101101 | 10 | 0 | 110011 | 1101 | 111110 | 1000000 | 1000001 |
Color Harmonies of #DBDF6D
Complementary color
Monochromatic Colors of #DBDF6D
Black with #DBDF6D
Text Example
Text Example
White with #DBDF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF6D; }
p { color: rgb(219,223,109); }
H1.HeaderClassName
{
color: #DBDF6D;
}
.AnyTagClassName
{
color: #DBDF6D;
}
</style>
background-color css
<style>
a { background-color: #DBDF6D; }
a { background-color: rgb(219,223,109); }
div.DivClassName
{
background-color: #DBDF6D;
}
.BgClassName
{
background-color: #DBDF6D;
}
</style>
border-color css
<style>
span { border-color: #DBDF6D; }
span { border-color: rgb(219,223,109); }
td.TdClassName
{
border-color: #DBDF6D;
}
.TagClassName
{
border-color: #DBDF6D;
}
</style>