Shades of Goldenrod #DBE277
Tints of Goldenrod #DBE277
RGB
CMYK
RGB Variations
Color information
#DBE277 (or 0xDBE277) is known color: Goldenrod. HEX triplet: DB, E2 and 77. RGB value is (219,226,119). Sum of RGB (Red+Green+Blue) = 219+226+119=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 119 (46.88% from 255 or 21.10% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE277 is #241D88. Grayscale: #D4D4D4. Windows color (decimal): -2366857 or 7856859. OLE color: 7856859.
HSL color Cylindrical-coordinate representation of color #DBE277: hue angle of 63.93º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBE277 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 119 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.11 |
| HSL | 63.93º | 0.65% | 0.68% | - |
| HSV(B) | 63.93º | 0.47% | 0.89% | - |
| XYZ | 59.74 | 70.78 | 27.97 | - |
| YUV | 211.71 | 75.68 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 119 | 0.03 | 0 | 0.47 | 0.11 | 63.93 | 0.65 | 0.68 |
| Hex | DB | E2 | 77 | 3 | 0 | 2F | B | 40 | 41 | 44 |
| Octal | 333 | 342 | 167 | 3 | 0 | 57 | 13 | 100 | 101 | 104 |
| Binary | 11011011 | 11100010 | 1110111 | 11 | 0 | 101111 | 1011 | 1000000 | 1000001 | 1000100 |
Color Harmonies of #DBE277
Complementary color
Monochromatic Colors of #DBE277
Black with #DBE277
Text Example
Text Example
White with #DBE277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE277; }
p { color: rgb(219,226,119); }
H1.HeaderClassName
{
color: #DBE277;
}
.AnyTagClassName
{
color: #DBE277;
}
</style>
background-color css
<style>
a { background-color: #DBE277; }
a { background-color: rgb(219,226,119); }
div.DivClassName
{
background-color: #DBE277;
}
.BgClassName
{
background-color: #DBE277;
}
</style>
border-color css
<style>
span { border-color: #DBE277; }
span { border-color: rgb(219,226,119); }
td.TdClassName
{
border-color: #DBE277;
}
.TagClassName
{
border-color: #DBE277;
}
</style>