Shades of Goldenrod #DBDC6E
Tints of Goldenrod #DBDC6E
RGB
CMYK
RGB Variations
Color information
#DBDC6E (or 0xDBDC6E) is known color: Goldenrod. HEX triplet: DB, DC and 6E. RGB value is (219,220,110). Sum of RGB (Red+Green+Blue) = 219+220+110=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC6E is #242391. Grayscale: #CFCFCF. Windows color (decimal): -2368402 or 7265499. OLE color: 7265499.
HSL color Cylindrical-coordinate representation of color #DBDC6E: hue angle of 60.55º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBDC6E is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 110 | - |
| CMYK | 0.00 | 0 | 0.50 | 0.14 |
| HSL | 60.55º | 0.61% | 0.65% | - |
| HSV(B) | 60.55º | 0.5% | 0.86% | - |
| XYZ | 57.62 | 67.37 | 24.72 | - |
| YUV | 207.16 | 73.17 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 110 | 0.00 | 0 | 0.50 | 0.14 | 60.55 | 0.61 | 0.65 |
| Hex | DB | DC | 6E | 0 | 0 | 32 | E | 3D | 3D | 41 |
| Octal | 333 | 334 | 156 | 0 | 0 | 62 | 16 | 75 | 75 | 101 |
| Binary | 11011011 | 11011100 | 1101110 | 0 | 0 | 110010 | 1110 | 111101 | 111101 | 1000001 |
Color Harmonies of #DBDC6E
Complementary color
Monochromatic Colors of #DBDC6E
Black with #DBDC6E
Text Example
Text Example
White with #DBDC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC6E; }
p { color: rgb(219,220,110); }
H1.HeaderClassName
{
color: #DBDC6E;
}
.AnyTagClassName
{
color: #DBDC6E;
}
</style>
background-color css
<style>
a { background-color: #DBDC6E; }
a { background-color: rgb(219,220,110); }
div.DivClassName
{
background-color: #DBDC6E;
}
.BgClassName
{
background-color: #DBDC6E;
}
</style>
border-color css
<style>
span { border-color: #DBDC6E; }
span { border-color: rgb(219,220,110); }
td.TdClassName
{
border-color: #DBDC6E;
}
.TagClassName
{
border-color: #DBDC6E;
}
</style>