Shades of Goldenrod #DBDF71
Tints of Goldenrod #DBDF71
RGB
CMYK
RGB Variations
Color information
#DBDF71 (or 0xDBDF71) is known color: Goldenrod. HEX triplet: DB, DF and 71. RGB value is (219,223,113). Sum of RGB (Red+Green+Blue) = 219+223+113=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 113 (44.53% from 255 or 20.36% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF71 is #24208E. Grayscale: #D1D1D1. Windows color (decimal): -2367631 or 7462875. OLE color: 7462875.
HSL color Cylindrical-coordinate representation of color #DBDF71: hue angle of 62.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBDF71 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 113 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.13 |
| HSL | 62.18º | 0.63% | 0.66% | - |
| HSV(B) | 62.18º | 0.49% | 0.87% | - |
| XYZ | 58.58 | 69.03 | 25.86 | - |
| YUV | 209.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 113 | 0.02 | 0 | 0.49 | 0.13 | 62.18 | 0.63 | 0.66 |
| Hex | DB | DF | 71 | 2 | 0 | 31 | D | 3E | 3F | 42 |
| Octal | 333 | 337 | 161 | 2 | 0 | 61 | 15 | 76 | 77 | 102 |
| Binary | 11011011 | 11011111 | 1110001 | 10 | 0 | 110001 | 1101 | 111110 | 111111 | 1000010 |
Color Harmonies of #DBDF71
Complementary color
Monochromatic Colors of #DBDF71
Black with #DBDF71
Text Example
Text Example
White with #DBDF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF71; }
p { color: rgb(219,223,113); }
H1.HeaderClassName
{
color: #DBDF71;
}
.AnyTagClassName
{
color: #DBDF71;
}
</style>
background-color css
<style>
a { background-color: #DBDF71; }
a { background-color: rgb(219,223,113); }
div.DivClassName
{
background-color: #DBDF71;
}
.BgClassName
{
background-color: #DBDF71;
}
</style>
border-color css
<style>
span { border-color: #DBDF71; }
span { border-color: rgb(219,223,113); }
td.TdClassName
{
border-color: #DBDF71;
}
.TagClassName
{
border-color: #DBDF71;
}
</style>