Shades of Goldenrod #DBE07B
Tints of Goldenrod #DBE07B
RGB
CMYK
RGB Variations
Color information
#DBE07B (or 0xDBE07B) is known color: Goldenrod. HEX triplet: DB, E0 and 7B. RGB value is (219,224,123). Sum of RGB (Red+Green+Blue) = 219+224+123=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE07B is #241F84. Grayscale: #D3D3D3. Windows color (decimal): -2367365 or 8118491. OLE color: 8118491.
HSL color Cylindrical-coordinate representation of color #DBE07B: hue angle of 62.97º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBE07B is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 123 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.12 |
| HSL | 62.97º | 0.62% | 0.68% | - |
| HSV(B) | 62.97º | 0.45% | 0.88% | - |
| XYZ | 59.44 | 69.8 | 29.08 | - |
| YUV | 210.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 123 | 0.02 | 0 | 0.45 | 0.12 | 62.97 | 0.62 | 0.68 |
| Hex | DB | E0 | 7B | 2 | 0 | 2D | C | 3F | 3E | 44 |
| Octal | 333 | 340 | 173 | 2 | 0 | 55 | 14 | 77 | 76 | 104 |
| Binary | 11011011 | 11100000 | 1111011 | 10 | 0 | 101101 | 1100 | 111111 | 111110 | 1000100 |
Color Harmonies of #DBE07B
Complementary color
Monochromatic Colors of #DBE07B
Black with #DBE07B
Text Example
Text Example
White with #DBE07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE07B; }
p { color: rgb(219,224,123); }
H1.HeaderClassName
{
color: #DBE07B;
}
.AnyTagClassName
{
color: #DBE07B;
}
</style>
background-color css
<style>
a { background-color: #DBE07B; }
a { background-color: rgb(219,224,123); }
div.DivClassName
{
background-color: #DBE07B;
}
.BgClassName
{
background-color: #DBE07B;
}
</style>
border-color css
<style>
span { border-color: #DBE07B; }
span { border-color: rgb(219,224,123); }
td.TdClassName
{
border-color: #DBE07B;
}
.TagClassName
{
border-color: #DBE07B;
}
</style>