Shades of Goldenrod #DBDE75
Tints of Goldenrod #DBDE75
RGB
CMYK
RGB Variations
Color information
#DBDE75 (or 0xDBDE75) is known color: Goldenrod. HEX triplet: DB, DE and 75. RGB value is (219,222,117). Sum of RGB (Red+Green+Blue) = 219+222+117=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE75 is #24218A. Grayscale: #D1D1D1. Windows color (decimal): -2367883 or 7724763. OLE color: 7724763.
HSL color Cylindrical-coordinate representation of color #DBDE75: hue angle of 61.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBDE75 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 117 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.13 |
| HSL | 61.71º | 0.61% | 0.66% | - |
| HSV(B) | 61.71º | 0.47% | 0.87% | - |
| XYZ | 58.55 | 68.59 | 26.98 | - |
| YUV | 209.13 | 76.01 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 117 | 0.01 | 0 | 0.47 | 0.13 | 61.71 | 0.61 | 0.66 |
| Hex | DB | DE | 75 | 1 | 0 | 2F | D | 3E | 3D | 42 |
| Octal | 333 | 336 | 165 | 1 | 0 | 57 | 15 | 76 | 75 | 102 |
| Binary | 11011011 | 11011110 | 1110101 | 1 | 0 | 101111 | 1101 | 111110 | 111101 | 1000010 |
Color Harmonies of #DBDE75
Complementary color
Monochromatic Colors of #DBDE75
Black with #DBDE75
Text Example
Text Example
White with #DBDE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE75; }
p { color: rgb(219,222,117); }
H1.HeaderClassName
{
color: #DBDE75;
}
.AnyTagClassName
{
color: #DBDE75;
}
</style>
background-color css
<style>
a { background-color: #DBDE75; }
a { background-color: rgb(219,222,117); }
div.DivClassName
{
background-color: #DBDE75;
}
.BgClassName
{
background-color: #DBDE75;
}
</style>
border-color css
<style>
span { border-color: #DBDE75; }
span { border-color: rgb(219,222,117); }
td.TdClassName
{
border-color: #DBDE75;
}
.TagClassName
{
border-color: #DBDE75;
}
</style>