Shades of Goldenrod #DBD875
Tints of Goldenrod #DBD875
RGB
CMYK
RGB Variations
Color information
#DBD875 (or 0xDBD875) is known color: Goldenrod. HEX triplet: DB, D8 and 75. RGB value is (219,216,117). Sum of RGB (Red+Green+Blue) = 219+216+117=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD875 is #24278A. Grayscale: #CECECE. Windows color (decimal): -2369419 or 7723227. OLE color: 7723227.
HSL color Cylindrical-coordinate representation of color #DBD875: hue angle of 58.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBD875 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 117 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.14 |
| HSL | 58.24º | 0.59% | 0.66% | - |
| HSV(B) | 58.24º | 0.47% | 0.86% | - |
| XYZ | 56.98 | 65.46 | 26.46 | - |
| YUV | 205.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 117 | 0 | 0.01 | 0.47 | 0.14 | 58.24 | 0.59 | 0.66 |
| Hex | DB | D8 | 75 | 0 | 1 | 2F | E | 3A | 3B | 42 |
| Octal | 333 | 330 | 165 | 0 | 1 | 57 | 16 | 72 | 73 | 102 |
| Binary | 11011011 | 11011000 | 1110101 | 0 | 1 | 101111 | 1110 | 111010 | 111011 | 1000010 |
Color Harmonies of #DBD875
Complementary color
Monochromatic Colors of #DBD875
Black with #DBD875
Text Example
Text Example
White with #DBD875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD875; }
p { color: rgb(219,216,117); }
H1.HeaderClassName
{
color: #DBD875;
}
.AnyTagClassName
{
color: #DBD875;
}
</style>
background-color css
<style>
a { background-color: #DBD875; }
a { background-color: rgb(219,216,117); }
div.DivClassName
{
background-color: #DBD875;
}
.BgClassName
{
background-color: #DBD875;
}
</style>
border-color css
<style>
span { border-color: #DBD875; }
span { border-color: rgb(219,216,117); }
td.TdClassName
{
border-color: #DBD875;
}
.TagClassName
{
border-color: #DBD875;
}
</style>