Shades of Goldenrod #DBDD6C
Tints of Goldenrod #DBDD6C
RGB
CMYK
RGB Variations
Color information
#DBDD6C (or 0xDBDD6C) is known color: Goldenrod. HEX triplet: DB, DD and 6C. RGB value is (219,221,108). Sum of RGB (Red+Green+Blue) = 219+221+108=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD6C is #242293. Grayscale: #CFCFCF. Windows color (decimal): -2368148 or 7134683. OLE color: 7134683.
HSL color Cylindrical-coordinate representation of color #DBDD6C: hue angle of 61.06º degrees, saturation: 0.62, 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 #DBDD6C is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 108 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.13 |
| HSL | 61.06º | 0.62% | 0.65% | - |
| HSV(B) | 61.06º | 0.51% | 0.87% | - |
| XYZ | 57.78 | 67.86 | 24.24 | - |
| YUV | 207.52 | 71.84 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 108 | 0.01 | 0 | 0.51 | 0.13 | 61.06 | 0.62 | 0.65 |
| Hex | DB | DD | 6C | 1 | 0 | 33 | D | 3D | 3E | 41 |
| Octal | 333 | 335 | 154 | 1 | 0 | 63 | 15 | 75 | 76 | 101 |
| Binary | 11011011 | 11011101 | 1101100 | 1 | 0 | 110011 | 1101 | 111101 | 111110 | 1000001 |
Color Harmonies of #DBDD6C
Complementary color
Monochromatic Colors of #DBDD6C
Black with #DBDD6C
Text Example
Text Example
White with #DBDD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD6C; }
p { color: rgb(219,221,108); }
H1.HeaderClassName
{
color: #DBDD6C;
}
.AnyTagClassName
{
color: #DBDD6C;
}
</style>
background-color css
<style>
a { background-color: #DBDD6C; }
a { background-color: rgb(219,221,108); }
div.DivClassName
{
background-color: #DBDD6C;
}
.BgClassName
{
background-color: #DBDD6C;
}
</style>
border-color css
<style>
span { border-color: #DBDD6C; }
span { border-color: rgb(219,221,108); }
td.TdClassName
{
border-color: #DBDD6C;
}
.TagClassName
{
border-color: #DBDD6C;
}
</style>