Shades of Goldenrod #DBE07D
Tints of Goldenrod #DBE07D
RGB
CMYK
RGB Variations
Color information
#DBE07D (or 0xDBE07D) is known color: Goldenrod. HEX triplet: DB, E0 and 7D. RGB value is (219,224,125). Sum of RGB (Red+Green+Blue) = 219+224+125=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE07D is #241F82. Grayscale: #D3D3D3. Windows color (decimal): -2367363 or 8249563. OLE color: 8249563.
HSL color Cylindrical-coordinate representation of color #DBE07D: hue angle of 63.03º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBE07D is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 125 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.12 |
| HSL | 63.03º | 0.61% | 0.68% | - |
| HSV(B) | 63.03º | 0.44% | 0.88% | - |
| XYZ | 59.57 | 69.85 | 29.75 | - |
| YUV | 211.22 | 79.34 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 125 | 0.02 | 0 | 0.44 | 0.12 | 63.03 | 0.61 | 0.68 |
| Hex | DB | E0 | 7D | 2 | 0 | 2C | C | 3F | 3D | 44 |
| Octal | 333 | 340 | 175 | 2 | 0 | 54 | 14 | 77 | 75 | 104 |
| Binary | 11011011 | 11100000 | 1111101 | 10 | 0 | 101100 | 1100 | 111111 | 111101 | 1000100 |
Color Harmonies of #DBE07D
Complementary color
Monochromatic Colors of #DBE07D
Black with #DBE07D
Text Example
Text Example
White with #DBE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE07D; }
p { color: rgb(219,224,125); }
H1.HeaderClassName
{
color: #DBE07D;
}
.AnyTagClassName
{
color: #DBE07D;
}
</style>
background-color css
<style>
a { background-color: #DBE07D; }
a { background-color: rgb(219,224,125); }
div.DivClassName
{
background-color: #DBE07D;
}
.BgClassName
{
background-color: #DBE07D;
}
</style>
border-color css
<style>
span { border-color: #DBE07D; }
span { border-color: rgb(219,224,125); }
td.TdClassName
{
border-color: #DBE07D;
}
.TagClassName
{
border-color: #DBE07D;
}
</style>