Shades of Goldenrod #DBE267
Tints of Goldenrod #DBE267
RGB
CMYK
RGB Variations
Color information
#DBE267 (or 0xDBE267) is known color: Goldenrod. HEX triplet: DB, E2 and 67. RGB value is (219,226,103). Sum of RGB (Red+Green+Blue) = 219+226+103=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE267 is #241D98. Grayscale: #D2D2D2. Windows color (decimal): -2366873 or 6808283. OLE color: 6808283.
HSL color Cylindrical-coordinate representation of color #DBE267: hue angle of 63.41º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBE267 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 103 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.11 |
| HSL | 63.41º | 0.68% | 0.65% | - |
| HSV(B) | 63.41º | 0.54% | 0.89% | - |
| XYZ | 58.86 | 70.43 | 23.32 | - |
| YUV | 209.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 103 | 0.03 | 0 | 0.54 | 0.11 | 63.41 | 0.68 | 0.65 |
| Hex | DB | E2 | 67 | 3 | 0 | 36 | B | 3F | 44 | 41 |
| Octal | 333 | 342 | 147 | 3 | 0 | 66 | 13 | 77 | 104 | 101 |
| Binary | 11011011 | 11100010 | 1100111 | 11 | 0 | 110110 | 1011 | 111111 | 1000100 | 1000001 |
Color Harmonies of #DBE267
Complementary color
Monochromatic Colors of #DBE267
Black with #DBE267
Text Example
Text Example
White with #DBE267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE267; }
p { color: rgb(219,226,103); }
H1.HeaderClassName
{
color: #DBE267;
}
.AnyTagClassName
{
color: #DBE267;
}
</style>
background-color css
<style>
a { background-color: #DBE267; }
a { background-color: rgb(219,226,103); }
div.DivClassName
{
background-color: #DBE267;
}
.BgClassName
{
background-color: #DBE267;
}
</style>
border-color css
<style>
span { border-color: #DBE267; }
span { border-color: rgb(219,226,103); }
td.TdClassName
{
border-color: #DBE267;
}
.TagClassName
{
border-color: #DBE267;
}
</style>