Shades of Goldenrod #DBE281
Tints of Goldenrod #DBE281
RGB
CMYK
RGB Variations
Color information
#DBE281 (or 0xDBE281) is known color: Goldenrod. HEX triplet: DB, E2 and 81. RGB value is (219,226,129). Sum of RGB (Red+Green+Blue) = 219+226+129=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 129 (50.78% from 255 or 22.47% from 574); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE281 is #241D7E. Grayscale: #D5D5D5. Windows color (decimal): -2366847 or 8512219. OLE color: 8512219.
HSL color Cylindrical-coordinate representation of color #DBE281: hue angle of 64.33º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBE281 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 129 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.11 |
| HSL | 64.33º | 0.63% | 0.7% | - |
| HSV(B) | 64.33º | 0.43% | 0.89% | - |
| XYZ | 60.37 | 71.04 | 31.3 | - |
| YUV | 212.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 129 | 0.03 | 0 | 0.43 | 0.11 | 64.33 | 0.63 | 0.7 |
| Hex | DB | E2 | 81 | 3 | 0 | 2B | B | 40 | 3F | 46 |
| Octal | 333 | 342 | 201 | 3 | 0 | 53 | 13 | 100 | 77 | 106 |
| Binary | 11011011 | 11100010 | 10000001 | 11 | 0 | 101011 | 1011 | 1000000 | 111111 | 1000110 |
Color Harmonies of #DBE281
Complementary color
Monochromatic Colors of #DBE281
Black with #DBE281
Text Example
Text Example
White with #DBE281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE281; }
p { color: rgb(219,226,129); }
H1.HeaderClassName
{
color: #DBE281;
}
.AnyTagClassName
{
color: #DBE281;
}
</style>
background-color css
<style>
a { background-color: #DBE281; }
a { background-color: rgb(219,226,129); }
div.DivClassName
{
background-color: #DBE281;
}
.BgClassName
{
background-color: #DBE281;
}
</style>
border-color css
<style>
span { border-color: #DBE281; }
span { border-color: rgb(219,226,129); }
td.TdClassName
{
border-color: #DBE281;
}
.TagClassName
{
border-color: #DBE281;
}
</style>