Shades of Goldenrod #DBE067
Tints of Goldenrod #DBE067
RGB
CMYK
RGB Variations
Color information
#DBE067 (or 0xDBE067) is known color: Goldenrod. HEX triplet: DB, E0 and 67. RGB value is (219,224,103). Sum of RGB (Red+Green+Blue) = 219+224+103=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE067 is #241F98. Grayscale: #D1D1D1. Windows color (decimal): -2367385 or 6807771. OLE color: 6807771.
HSL color Cylindrical-coordinate representation of color #DBE067: hue angle of 62.48º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBE067 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 103 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.12 |
| HSL | 62.48º | 0.66% | 0.64% | - |
| HSV(B) | 62.48º | 0.54% | 0.88% | - |
| XYZ | 58.32 | 69.35 | 23.14 | - |
| YUV | 208.71 | 68.34 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 103 | 0.02 | 0 | 0.54 | 0.12 | 62.48 | 0.66 | 0.64 |
| Hex | DB | E0 | 67 | 2 | 0 | 36 | C | 3E | 42 | 40 |
| Octal | 333 | 340 | 147 | 2 | 0 | 66 | 14 | 76 | 102 | 100 |
| Binary | 11011011 | 11100000 | 1100111 | 10 | 0 | 110110 | 1100 | 111110 | 1000010 | 1000000 |
Color Harmonies of #DBE067
Complementary color
Monochromatic Colors of #DBE067
Black with #DBE067
Text Example
Text Example
White with #DBE067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE067; }
p { color: rgb(219,224,103); }
H1.HeaderClassName
{
color: #DBE067;
}
.AnyTagClassName
{
color: #DBE067;
}
</style>
background-color css
<style>
a { background-color: #DBE067; }
a { background-color: rgb(219,224,103); }
div.DivClassName
{
background-color: #DBE067;
}
.BgClassName
{
background-color: #DBE067;
}
</style>
border-color css
<style>
span { border-color: #DBE067; }
span { border-color: rgb(219,224,103); }
td.TdClassName
{
border-color: #DBE067;
}
.TagClassName
{
border-color: #DBE067;
}
</style>