Shades of Goldenrod #DBDF73
Tints of Goldenrod #DBDF73
RGB
CMYK
RGB Variations
Color information
#DBDF73 (or 0xDBDF73) is known color: Goldenrod. HEX triplet: DB, DF and 73. RGB value is (219,223,115). Sum of RGB (Red+Green+Blue) = 219+223+115=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF73 is #24208C. Grayscale: #D1D1D1. Windows color (decimal): -2367629 or 7593947. OLE color: 7593947.
HSL color Cylindrical-coordinate representation of color #DBDF73: hue angle of 62.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBDF73 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 115 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.13 |
| HSL | 62.22º | 0.63% | 0.66% | - |
| HSV(B) | 62.22º | 0.48% | 0.87% | - |
| XYZ | 58.7 | 69.07 | 26.46 | - |
| YUV | 209.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 115 | 0.02 | 0 | 0.48 | 0.13 | 62.22 | 0.63 | 0.66 |
| Hex | DB | DF | 73 | 2 | 0 | 30 | D | 3E | 3F | 42 |
| Octal | 333 | 337 | 163 | 2 | 0 | 60 | 15 | 76 | 77 | 102 |
| Binary | 11011011 | 11011111 | 1110011 | 10 | 0 | 110000 | 1101 | 111110 | 111111 | 1000010 |
Color Harmonies of #DBDF73
Complementary color
Monochromatic Colors of #DBDF73
Black with #DBDF73
Text Example
Text Example
White with #DBDF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF73; }
p { color: rgb(219,223,115); }
H1.HeaderClassName
{
color: #DBDF73;
}
.AnyTagClassName
{
color: #DBDF73;
}
</style>
background-color css
<style>
a { background-color: #DBDF73; }
a { background-color: rgb(219,223,115); }
div.DivClassName
{
background-color: #DBDF73;
}
.BgClassName
{
background-color: #DBDF73;
}
</style>
border-color css
<style>
span { border-color: #DBDF73; }
span { border-color: rgb(219,223,115); }
td.TdClassName
{
border-color: #DBDF73;
}
.TagClassName
{
border-color: #DBDF73;
}
</style>