Shades of Goldenrod #DBE174
Tints of Goldenrod #DBE174
RGB
CMYK
RGB Variations
Color information
#DBE174 (or 0xDBE174) is known color: Goldenrod. HEX triplet: DB, E1 and 74. RGB value is (219,225,116). Sum of RGB (Red+Green+Blue) = 219+225+116=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE174 is #241E8B. Grayscale: #D3D3D3. Windows color (decimal): -2367116 or 7659995. OLE color: 7659995.
HSL color Cylindrical-coordinate representation of color #DBE174: hue angle of 63.3º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBE174 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 116 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.12 |
| HSL | 63.3º | 0.64% | 0.67% | - |
| HSV(B) | 63.3º | 0.48% | 0.88% | - |
| XYZ | 59.29 | 70.17 | 26.94 | - |
| YUV | 210.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 116 | 0.03 | 0 | 0.48 | 0.12 | 63.3 | 0.64 | 0.67 |
| Hex | DB | E1 | 74 | 3 | 0 | 30 | C | 3F | 40 | 43 |
| Octal | 333 | 341 | 164 | 3 | 0 | 60 | 14 | 77 | 100 | 103 |
| Binary | 11011011 | 11100001 | 1110100 | 11 | 0 | 110000 | 1100 | 111111 | 1000000 | 1000011 |
Color Harmonies of #DBE174
Complementary color
Monochromatic Colors of #DBE174
Black with #DBE174
Text Example
Text Example
White with #DBE174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE174; }
p { color: rgb(219,225,116); }
H1.HeaderClassName
{
color: #DBE174;
}
.AnyTagClassName
{
color: #DBE174;
}
</style>
background-color css
<style>
a { background-color: #DBE174; }
a { background-color: rgb(219,225,116); }
div.DivClassName
{
background-color: #DBE174;
}
.BgClassName
{
background-color: #DBE174;
}
</style>
border-color css
<style>
span { border-color: #DBE174; }
span { border-color: rgb(219,225,116); }
td.TdClassName
{
border-color: #DBE174;
}
.TagClassName
{
border-color: #DBE174;
}
</style>