Shades of Goldenrod #DBE17B
Tints of Goldenrod #DBE17B
RGB
CMYK
RGB Variations
Color information
#DBE17B (or 0xDBE17B) is known color: Goldenrod. HEX triplet: DB, E1 and 7B. RGB value is (219,225,123). Sum of RGB (Red+Green+Blue) = 219+225+123=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 123 (48.44% from 255 or 21.69% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE17B is #241E84. Grayscale: #D3D3D3. Windows color (decimal): -2367109 or 8118747. OLE color: 8118747.
HSL color Cylindrical-coordinate representation of color #DBE17B: hue angle of 63.53º 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 #DBE17B is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 123 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.12 |
| HSL | 63.53º | 0.63% | 0.68% | - |
| HSV(B) | 63.53º | 0.45% | 0.88% | - |
| XYZ | 59.71 | 70.34 | 29.17 | - |
| YUV | 211.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 123 | 0.03 | 0 | 0.45 | 0.12 | 63.53 | 0.63 | 0.68 |
| Hex | DB | E1 | 7B | 3 | 0 | 2D | C | 40 | 3F | 44 |
| Octal | 333 | 341 | 173 | 3 | 0 | 55 | 14 | 100 | 77 | 104 |
| Binary | 11011011 | 11100001 | 1111011 | 11 | 0 | 101101 | 1100 | 1000000 | 111111 | 1000100 |
Color Harmonies of #DBE17B
Complementary color
Monochromatic Colors of #DBE17B
Black with #DBE17B
Text Example
Text Example
White with #DBE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE17B; }
p { color: rgb(219,225,123); }
H1.HeaderClassName
{
color: #DBE17B;
}
.AnyTagClassName
{
color: #DBE17B;
}
</style>
background-color css
<style>
a { background-color: #DBE17B; }
a { background-color: rgb(219,225,123); }
div.DivClassName
{
background-color: #DBE17B;
}
.BgClassName
{
background-color: #DBE17B;
}
</style>
border-color css
<style>
span { border-color: #DBE17B; }
span { border-color: rgb(219,225,123); }
td.TdClassName
{
border-color: #DBE17B;
}
.TagClassName
{
border-color: #DBE17B;
}
</style>