Shades of Goldenrod #DBDD72
Tints of Goldenrod #DBDD72
RGB
CMYK
RGB Variations
Color information
#DBDD72 (or 0xDBDD72) is known color: Goldenrod. HEX triplet: DB, DD and 72. RGB value is (219,221,114). Sum of RGB (Red+Green+Blue) = 219+221+114=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD72 is #24228D. Grayscale: #D0D0D0. Windows color (decimal): -2368142 or 7527899. OLE color: 7527899.
HSL color Cylindrical-coordinate representation of color #DBDD72: hue angle of 61.12º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBDD72 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 114 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.13 |
| HSL | 61.12º | 0.61% | 0.66% | - |
| HSV(B) | 61.12º | 0.48% | 0.87% | - |
| XYZ | 58.11 | 67.99 | 25.98 | - |
| YUV | 208.2 | 74.84 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 114 | 0.01 | 0 | 0.48 | 0.13 | 61.12 | 0.61 | 0.66 |
| Hex | DB | DD | 72 | 1 | 0 | 30 | D | 3D | 3D | 42 |
| Octal | 333 | 335 | 162 | 1 | 0 | 60 | 15 | 75 | 75 | 102 |
| Binary | 11011011 | 11011101 | 1110010 | 1 | 0 | 110000 | 1101 | 111101 | 111101 | 1000010 |
Color Harmonies of #DBDD72
Complementary color
Monochromatic Colors of #DBDD72
Black with #DBDD72
Text Example
Text Example
White with #DBDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD72; }
p { color: rgb(219,221,114); }
H1.HeaderClassName
{
color: #DBDD72;
}
.AnyTagClassName
{
color: #DBDD72;
}
</style>
background-color css
<style>
a { background-color: #DBDD72; }
a { background-color: rgb(219,221,114); }
div.DivClassName
{
background-color: #DBDD72;
}
.BgClassName
{
background-color: #DBDD72;
}
</style>
border-color css
<style>
span { border-color: #DBDD72; }
span { border-color: rgb(219,221,114); }
td.TdClassName
{
border-color: #DBDD72;
}
.TagClassName
{
border-color: #DBDD72;
}
</style>