Shades of Goldenrod #DFDB76
Tints of Goldenrod #DFDB76
RGB
CMYK
RGB Variations
Color information
#DFDB76 (or 0xDFDB76) is known color: Goldenrod. HEX triplet: DF, DB and 76. RGB value is (223,219,118). Sum of RGB (Red+Green+Blue) = 223+219+118=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB76 is #202489. Grayscale: #D1D1D1. Windows color (decimal): -2106506 or 7789535. OLE color: 7789535.
HSL color Cylindrical-coordinate representation of color #DFDB76: hue angle of 57.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFDB76 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 118 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.13 |
| HSL | 57.71º | 0.62% | 0.67% | - |
| HSV(B) | 57.71º | 0.47% | 0.87% | - |
| XYZ | 59.03 | 67.66 | 27.09 | - |
| YUV | 208.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 118 | 0 | 0.02 | 0.47 | 0.13 | 57.71 | 0.62 | 0.67 |
| Hex | DF | DB | 76 | 0 | 2 | 2F | D | 3A | 3E | 43 |
| Octal | 337 | 333 | 166 | 0 | 2 | 57 | 15 | 72 | 76 | 103 |
| Binary | 11011111 | 11011011 | 1110110 | 0 | 10 | 101111 | 1101 | 111010 | 111110 | 1000011 |
Color Harmonies of #DFDB76
Complementary color
Monochromatic Colors of #DFDB76
Black with #DFDB76
Text Example
Text Example
White with #DFDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB76; }
p { color: rgb(223,219,118); }
H1.HeaderClassName
{
color: #DFDB76;
}
.AnyTagClassName
{
color: #DFDB76;
}
</style>
background-color css
<style>
a { background-color: #DFDB76; }
a { background-color: rgb(223,219,118); }
div.DivClassName
{
background-color: #DFDB76;
}
.BgClassName
{
background-color: #DFDB76;
}
</style>
border-color css
<style>
span { border-color: #DFDB76; }
span { border-color: rgb(223,219,118); }
td.TdClassName
{
border-color: #DFDB76;
}
.TagClassName
{
border-color: #DFDB76;
}
</style>