Shades of Goldenrod #DBDE74
Tints of Goldenrod #DBDE74
RGB
CMYK
RGB Variations
Color information
#DBDE74 (or 0xDBDE74) is known color: Goldenrod. HEX triplet: DB, DE and 74. RGB value is (219,222,116). Sum of RGB (Red+Green+Blue) = 219+222+116=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE74 is #24218B. Grayscale: #D1D1D1. Windows color (decimal): -2367884 or 7659227. OLE color: 7659227.
HSL color Cylindrical-coordinate representation of color #DBDE74: hue angle of 61.7º degrees, saturation: 0.62, 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 #DBDE74 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 116 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.13 |
| HSL | 61.7º | 0.62% | 0.66% | - |
| HSV(B) | 61.7º | 0.48% | 0.87% | - |
| XYZ | 58.49 | 68.56 | 26.67 | - |
| YUV | 209.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 116 | 0.01 | 0 | 0.48 | 0.13 | 61.7 | 0.62 | 0.66 |
| Hex | DB | DE | 74 | 1 | 0 | 30 | D | 3E | 3E | 42 |
| Octal | 333 | 336 | 164 | 1 | 0 | 60 | 15 | 76 | 76 | 102 |
| Binary | 11011011 | 11011110 | 1110100 | 1 | 0 | 110000 | 1101 | 111110 | 111110 | 1000010 |
Color Harmonies of #DBDE74
Complementary color
Monochromatic Colors of #DBDE74
Black with #DBDE74
Text Example
Text Example
White with #DBDE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE74; }
p { color: rgb(219,222,116); }
H1.HeaderClassName
{
color: #DBDE74;
}
.AnyTagClassName
{
color: #DBDE74;
}
</style>
background-color css
<style>
a { background-color: #DBDE74; }
a { background-color: rgb(219,222,116); }
div.DivClassName
{
background-color: #DBDE74;
}
.BgClassName
{
background-color: #DBDE74;
}
</style>
border-color css
<style>
span { border-color: #DBDE74; }
span { border-color: rgb(219,222,116); }
td.TdClassName
{
border-color: #DBDE74;
}
.TagClassName
{
border-color: #DBDE74;
}
</style>