Shades of Goldenrod #DBDC6C
Tints of Goldenrod #DBDC6C
RGB
CMYK
RGB Variations
Color information
#DBDC6C (or 0xDBDC6C) is known color: Goldenrod. HEX triplet: DB, DC and 6C. RGB value is (219,220,108). Sum of RGB (Red+Green+Blue) = 219+220+108=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC6C is #242393. Grayscale: #CFCFCF. Windows color (decimal): -2368404 or 7134427. OLE color: 7134427.
HSL color Cylindrical-coordinate representation of color #DBDC6C: hue angle of 60.54º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBDC6C is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 108 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.14 |
| HSL | 60.54º | 0.62% | 0.64% | - |
| HSV(B) | 60.54º | 0.51% | 0.86% | - |
| XYZ | 57.51 | 67.33 | 24.15 | - |
| YUV | 206.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 108 | 0.00 | 0 | 0.51 | 0.14 | 60.54 | 0.62 | 0.64 |
| Hex | DB | DC | 6C | 0 | 0 | 33 | E | 3D | 3E | 40 |
| Octal | 333 | 334 | 154 | 0 | 0 | 63 | 16 | 75 | 76 | 100 |
| Binary | 11011011 | 11011100 | 1101100 | 0 | 0 | 110011 | 1110 | 111101 | 111110 | 1000000 |
Color Harmonies of #DBDC6C
Complementary color
Monochromatic Colors of #DBDC6C
Black with #DBDC6C
Text Example
Text Example
White with #DBDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC6C; }
p { color: rgb(219,220,108); }
H1.HeaderClassName
{
color: #DBDC6C;
}
.AnyTagClassName
{
color: #DBDC6C;
}
</style>
background-color css
<style>
a { background-color: #DBDC6C; }
a { background-color: rgb(219,220,108); }
div.DivClassName
{
background-color: #DBDC6C;
}
.BgClassName
{
background-color: #DBDC6C;
}
</style>
border-color css
<style>
span { border-color: #DBDC6C; }
span { border-color: rgb(219,220,108); }
td.TdClassName
{
border-color: #DBDC6C;
}
.TagClassName
{
border-color: #DBDC6C;
}
</style>