Shades of Goldenrod #DBE273
Tints of Goldenrod #DBE273
RGB
CMYK
RGB Variations
Color information
#DBE273 (or 0xDBE273) is known color: Goldenrod. HEX triplet: DB, E2 and 73. RGB value is (219,226,115). Sum of RGB (Red+Green+Blue) = 219+226+115=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE273 is #241D8C. Grayscale: #D3D3D3. Windows color (decimal): -2366861 or 7594715. OLE color: 7594715.
HSL color Cylindrical-coordinate representation of color #DBE273: hue angle of 63.78º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBE273 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 115 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.11 |
| HSL | 63.78º | 0.66% | 0.67% | - |
| HSV(B) | 63.78º | 0.49% | 0.89% | - |
| XYZ | 59.5 | 70.69 | 26.73 | - |
| YUV | 211.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 115 | 0.03 | 0 | 0.49 | 0.11 | 63.78 | 0.66 | 0.67 |
| Hex | DB | E2 | 73 | 3 | 0 | 31 | B | 40 | 42 | 43 |
| Octal | 333 | 342 | 163 | 3 | 0 | 61 | 13 | 100 | 102 | 103 |
| Binary | 11011011 | 11100010 | 1110011 | 11 | 0 | 110001 | 1011 | 1000000 | 1000010 | 1000011 |
Color Harmonies of #DBE273
Complementary color
Monochromatic Colors of #DBE273
Black with #DBE273
Text Example
Text Example
White with #DBE273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE273; }
p { color: rgb(219,226,115); }
H1.HeaderClassName
{
color: #DBE273;
}
.AnyTagClassName
{
color: #DBE273;
}
</style>
background-color css
<style>
a { background-color: #DBE273; }
a { background-color: rgb(219,226,115); }
div.DivClassName
{
background-color: #DBE273;
}
.BgClassName
{
background-color: #DBE273;
}
</style>
border-color css
<style>
span { border-color: #DBE273; }
span { border-color: rgb(219,226,115); }
td.TdClassName
{
border-color: #DBE273;
}
.TagClassName
{
border-color: #DBE273;
}
</style>