Shades of Goldenrod #DBDD6E
Tints of Goldenrod #DBDD6E
RGB
CMYK
RGB Variations
Color information
#DBDD6E (or 0xDBDD6E) is known color: Goldenrod. HEX triplet: DB, DD and 6E. RGB value is (219,221,110). Sum of RGB (Red+Green+Blue) = 219+221+110=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD6E is #242291. Grayscale: #D0D0D0. Windows color (decimal): -2368146 or 7265755. OLE color: 7265755.
HSL color Cylindrical-coordinate representation of color #DBDD6E: hue angle of 61.08º degrees, saturation: 0.62, 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 #DBDD6E is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 110 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.13 |
| HSL | 61.08º | 0.62% | 0.65% | - |
| HSV(B) | 61.08º | 0.5% | 0.87% | - |
| XYZ | 57.88 | 67.9 | 24.81 | - |
| YUV | 207.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 110 | 0.01 | 0 | 0.50 | 0.13 | 61.08 | 0.62 | 0.65 |
| Hex | DB | DD | 6E | 1 | 0 | 32 | D | 3D | 3E | 41 |
| Octal | 333 | 335 | 156 | 1 | 0 | 62 | 15 | 75 | 76 | 101 |
| Binary | 11011011 | 11011101 | 1101110 | 1 | 0 | 110010 | 1101 | 111101 | 111110 | 1000001 |
Color Harmonies of #DBDD6E
Complementary color
Monochromatic Colors of #DBDD6E
Black with #DBDD6E
Text Example
Text Example
White with #DBDD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD6E; }
p { color: rgb(219,221,110); }
H1.HeaderClassName
{
color: #DBDD6E;
}
.AnyTagClassName
{
color: #DBDD6E;
}
</style>
background-color css
<style>
a { background-color: #DBDD6E; }
a { background-color: rgb(219,221,110); }
div.DivClassName
{
background-color: #DBDD6E;
}
.BgClassName
{
background-color: #DBDD6E;
}
</style>
border-color css
<style>
span { border-color: #DBDD6E; }
span { border-color: rgb(219,221,110); }
td.TdClassName
{
border-color: #DBDD6E;
}
.TagClassName
{
border-color: #DBDD6E;
}
</style>