Shades of Goldenrod #DBE265
Tints of Goldenrod #DBE265
RGB
CMYK
RGB Variations
Color information
#DBE265 (or 0xDBE265) is known color: Goldenrod. HEX triplet: DB, E2 and 65. RGB value is (219,226,101). Sum of RGB (Red+Green+Blue) = 219+226+101=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE265 is #241D9A. Grayscale: #D2D2D2. Windows color (decimal): -2366875 or 6677211. OLE color: 6677211.
HSL color Cylindrical-coordinate representation of color #DBE265: hue angle of 63.36º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBE265 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 101 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.11 |
| HSL | 63.36º | 0.68% | 0.64% | - |
| HSV(B) | 63.36º | 0.55% | 0.89% | - |
| XYZ | 58.76 | 70.39 | 22.8 | - |
| YUV | 209.66 | 66.68 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 101 | 0.03 | 0 | 0.55 | 0.11 | 63.36 | 0.68 | 0.64 |
| Hex | DB | E2 | 65 | 3 | 0 | 37 | B | 3F | 44 | 40 |
| Octal | 333 | 342 | 145 | 3 | 0 | 67 | 13 | 77 | 104 | 100 |
| Binary | 11011011 | 11100010 | 1100101 | 11 | 0 | 110111 | 1011 | 111111 | 1000100 | 1000000 |
Color Harmonies of #DBE265
Complementary color
Monochromatic Colors of #DBE265
Black with #DBE265
Text Example
Text Example
White with #DBE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE265; }
p { color: rgb(219,226,101); }
H1.HeaderClassName
{
color: #DBE265;
}
.AnyTagClassName
{
color: #DBE265;
}
</style>
background-color css
<style>
a { background-color: #DBE265; }
a { background-color: rgb(219,226,101); }
div.DivClassName
{
background-color: #DBE265;
}
.BgClassName
{
background-color: #DBE265;
}
</style>
border-color css
<style>
span { border-color: #DBE265; }
span { border-color: rgb(219,226,101); }
td.TdClassName
{
border-color: #DBE265;
}
.TagClassName
{
border-color: #DBE265;
}
</style>