Shades of Goldenrod #DBDE80
Tints of Goldenrod #DBDE80
RGB
CMYK
RGB Variations
Color information
#DBDE80 (or 0xDBDE80) is known color: Goldenrod. HEX triplet: DB, DE and 80. RGB value is (219,222,128). Sum of RGB (Red+Green+Blue) = 219+222+128=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE80 is #24217F. Grayscale: #D2D2D2. Windows color (decimal): -2367872 or 8445659. OLE color: 8445659.
HSL color Cylindrical-coordinate representation of color #DBDE80: hue angle of 61.91º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBDE80 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 128 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.13 |
| HSL | 61.91º | 0.59% | 0.69% | - |
| HSV(B) | 61.91º | 0.42% | 0.87% | - |
| XYZ | 59.23 | 68.86 | 30.59 | - |
| YUV | 210.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 128 | 0.01 | 0 | 0.42 | 0.13 | 61.91 | 0.59 | 0.69 |
| Hex | DB | DE | 80 | 1 | 0 | 2A | D | 3E | 3B | 45 |
| Octal | 333 | 336 | 200 | 1 | 0 | 52 | 15 | 76 | 73 | 105 |
| Binary | 11011011 | 11011110 | 10000000 | 1 | 0 | 101010 | 1101 | 111110 | 111011 | 1000101 |
Color Harmonies of #DBDE80
Complementary color
Monochromatic Colors of #DBDE80
Black with #DBDE80
Text Example
Text Example
White with #DBDE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE80; }
p { color: rgb(219,222,128); }
H1.HeaderClassName
{
color: #DBDE80;
}
.AnyTagClassName
{
color: #DBDE80;
}
</style>
background-color css
<style>
a { background-color: #DBDE80; }
a { background-color: rgb(219,222,128); }
div.DivClassName
{
background-color: #DBDE80;
}
.BgClassName
{
background-color: #DBDE80;
}
</style>
border-color css
<style>
span { border-color: #DBDE80; }
span { border-color: rgb(219,222,128); }
td.TdClassName
{
border-color: #DBDE80;
}
.TagClassName
{
border-color: #DBDE80;
}
</style>