Shades of Goldenrod #DBE176
Tints of Goldenrod #DBE176
RGB
CMYK
RGB Variations
Color information
#DBE176 (or 0xDBE176) is known color: Goldenrod. HEX triplet: DB, E1 and 76. RGB value is (219,225,118). Sum of RGB (Red+Green+Blue) = 219+225+118=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE176 is #241E89. Grayscale: #D3D3D3. Windows color (decimal): -2367114 or 7791067. OLE color: 7791067.
HSL color Cylindrical-coordinate representation of color #DBE176: hue angle of 63.36º 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 #DBE176 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 118 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.12 |
| HSL | 63.36º | 0.64% | 0.67% | - |
| HSV(B) | 63.36º | 0.48% | 0.88% | - |
| XYZ | 59.41 | 70.22 | 27.56 | - |
| YUV | 211.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 118 | 0.03 | 0 | 0.48 | 0.12 | 63.36 | 0.64 | 0.67 |
| Hex | DB | E1 | 76 | 3 | 0 | 30 | C | 3F | 40 | 43 |
| Octal | 333 | 341 | 166 | 3 | 0 | 60 | 14 | 77 | 100 | 103 |
| Binary | 11011011 | 11100001 | 1110110 | 11 | 0 | 110000 | 1100 | 111111 | 1000000 | 1000011 |
Color Harmonies of #DBE176
Complementary color
Monochromatic Colors of #DBE176
Black with #DBE176
Text Example
Text Example
White with #DBE176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE176; }
p { color: rgb(219,225,118); }
H1.HeaderClassName
{
color: #DBE176;
}
.AnyTagClassName
{
color: #DBE176;
}
</style>
background-color css
<style>
a { background-color: #DBE176; }
a { background-color: rgb(219,225,118); }
div.DivClassName
{
background-color: #DBE176;
}
.BgClassName
{
background-color: #DBE176;
}
</style>
border-color css
<style>
span { border-color: #DBE176; }
span { border-color: rgb(219,225,118); }
td.TdClassName
{
border-color: #DBE176;
}
.TagClassName
{
border-color: #DBE176;
}
</style>