Shades of Goldenrod #DBE27F
Tints of Goldenrod #DBE27F
RGB
CMYK
RGB Variations
Color information
#DBE27F (or 0xDBE27F) is known color: Goldenrod. HEX triplet: DB, E2 and 7F. RGB value is (219,226,127). Sum of RGB (Red+Green+Blue) = 219+226+127=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 127 (50% from 255 or 22.20% from 572); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE27F is #241D80. Grayscale: #D5D5D5. Windows color (decimal): -2366849 or 8381147. OLE color: 8381147.
HSL color Cylindrical-coordinate representation of color #DBE27F: hue angle of 64.24º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBE27F is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 127 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.11 |
| HSL | 64.24º | 0.63% | 0.69% | - |
| HSV(B) | 64.24º | 0.44% | 0.89% | - |
| XYZ | 60.24 | 70.99 | 30.61 | - |
| YUV | 212.62 | 79.68 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 127 | 0.03 | 0 | 0.44 | 0.11 | 64.24 | 0.63 | 0.69 |
| Hex | DB | E2 | 7F | 3 | 0 | 2C | B | 40 | 3F | 45 |
| Octal | 333 | 342 | 177 | 3 | 0 | 54 | 13 | 100 | 77 | 105 |
| Binary | 11011011 | 11100010 | 1111111 | 11 | 0 | 101100 | 1011 | 1000000 | 111111 | 1000101 |
Color Harmonies of #DBE27F
Complementary color
Monochromatic Colors of #DBE27F
Black with #DBE27F
Text Example
Text Example
White with #DBE27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE27F; }
p { color: rgb(219,226,127); }
H1.HeaderClassName
{
color: #DBE27F;
}
.AnyTagClassName
{
color: #DBE27F;
}
</style>
background-color css
<style>
a { background-color: #DBE27F; }
a { background-color: rgb(219,226,127); }
div.DivClassName
{
background-color: #DBE27F;
}
.BgClassName
{
background-color: #DBE27F;
}
</style>
border-color css
<style>
span { border-color: #DBE27F; }
span { border-color: rgb(219,226,127); }
td.TdClassName
{
border-color: #DBE27F;
}
.TagClassName
{
border-color: #DBE27F;
}
</style>