Shades of Goldenrod #DBD36C
Tints of Goldenrod #DBD36C
RGB
CMYK
RGB Variations
Color information
#DBD36C (or 0xDBD36C) is known color: Goldenrod. HEX triplet: DB, D3 and 6C. RGB value is (219,211,108). Sum of RGB (Red+Green+Blue) = 219+211+108=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD36C is #242C93. Grayscale: #CACACA. Windows color (decimal): -2370708 or 7132123. OLE color: 7132123.
HSL color Cylindrical-coordinate representation of color #DBD36C: hue angle of 55.68º degrees, saturation: 0.61, 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 #DBD36C is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 108 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.14 |
| HSL | 55.68º | 0.61% | 0.64% | - |
| HSV(B) | 55.68º | 0.51% | 0.86% | - |
| XYZ | 55.21 | 62.73 | 23.39 | - |
| YUV | 201.65 | 75.15 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 108 | 0 | 0.04 | 0.51 | 0.14 | 55.68 | 0.61 | 0.64 |
| Hex | DB | D3 | 6C | 0 | 4 | 33 | E | 38 | 3D | 40 |
| Octal | 333 | 323 | 154 | 0 | 4 | 63 | 16 | 70 | 75 | 100 |
| Binary | 11011011 | 11010011 | 1101100 | 0 | 100 | 110011 | 1110 | 111000 | 111101 | 1000000 |
Color Harmonies of #DBD36C
Complementary color
Monochromatic Colors of #DBD36C
Black with #DBD36C
Text Example
Text Example
White with #DBD36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD36C; }
p { color: rgb(219,211,108); }
H1.HeaderClassName
{
color: #DBD36C;
}
.AnyTagClassName
{
color: #DBD36C;
}
</style>
background-color css
<style>
a { background-color: #DBD36C; }
a { background-color: rgb(219,211,108); }
div.DivClassName
{
background-color: #DBD36C;
}
.BgClassName
{
background-color: #DBD36C;
}
</style>
border-color css
<style>
span { border-color: #DBD36C; }
span { border-color: rgb(219,211,108); }
td.TdClassName
{
border-color: #DBD36C;
}
.TagClassName
{
border-color: #DBD36C;
}
</style>