Shades of Goldenrod #DBE17C
Tints of Goldenrod #DBE17C
RGB
CMYK
RGB Variations
Color information
#DBE17C (or 0xDBE17C) is known color: Goldenrod. HEX triplet: DB, E1 and 7C. RGB value is (219,225,124). Sum of RGB (Red+Green+Blue) = 219+225+124=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE17C is #241E83. Grayscale: #D4D4D4. Windows color (decimal): -2367108 or 8184283. OLE color: 8184283.
HSL color Cylindrical-coordinate representation of color #DBE17C: hue angle of 63.56º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBE17C is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 124 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.12 |
| HSL | 63.56º | 0.63% | 0.68% | - |
| HSV(B) | 63.56º | 0.45% | 0.88% | - |
| XYZ | 59.78 | 70.37 | 29.5 | - |
| YUV | 211.69 | 78.51 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 124 | 0.03 | 0 | 0.45 | 0.12 | 63.56 | 0.63 | 0.68 |
| Hex | DB | E1 | 7C | 3 | 0 | 2D | C | 40 | 3F | 44 |
| Octal | 333 | 341 | 174 | 3 | 0 | 55 | 14 | 100 | 77 | 104 |
| Binary | 11011011 | 11100001 | 1111100 | 11 | 0 | 101101 | 1100 | 1000000 | 111111 | 1000100 |
Color Harmonies of #DBE17C
Complementary color
Monochromatic Colors of #DBE17C
Black with #DBE17C
Text Example
Text Example
White with #DBE17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE17C; }
p { color: rgb(219,225,124); }
H1.HeaderClassName
{
color: #DBE17C;
}
.AnyTagClassName
{
color: #DBE17C;
}
</style>
background-color css
<style>
a { background-color: #DBE17C; }
a { background-color: rgb(219,225,124); }
div.DivClassName
{
background-color: #DBE17C;
}
.BgClassName
{
background-color: #DBE17C;
}
</style>
border-color css
<style>
span { border-color: #DBE17C; }
span { border-color: rgb(219,225,124); }
td.TdClassName
{
border-color: #DBE17C;
}
.TagClassName
{
border-color: #DBE17C;
}
</style>