Shades of Goldenrod #DFDB77
Tints of Goldenrod #DFDB77
RGB
CMYK
RGB Variations
Color information
#DFDB77 (or 0xDFDB77) is known color: Goldenrod. HEX triplet: DF, DB and 77. RGB value is (223,219,119). Sum of RGB (Red+Green+Blue) = 223+219+119=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 119 (46.88% from 255 or 21.21% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB77 is #202488. Grayscale: #D1D1D1. Windows color (decimal): -2106505 or 7855071. OLE color: 7855071.
HSL color Cylindrical-coordinate representation of color #DFDB77: hue angle of 57.69º 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 #DFDB77 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 119 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.13 |
| HSL | 57.69º | 0.62% | 0.67% | - |
| HSV(B) | 57.69º | 0.47% | 0.87% | - |
| XYZ | 59.09 | 67.68 | 27.4 | - |
| YUV | 208.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 119 | 0 | 0.02 | 0.47 | 0.13 | 57.69 | 0.62 | 0.67 |
| Hex | DF | DB | 77 | 0 | 2 | 2F | D | 3A | 3E | 43 |
| Octal | 337 | 333 | 167 | 0 | 2 | 57 | 15 | 72 | 76 | 103 |
| Binary | 11011111 | 11011011 | 1110111 | 0 | 10 | 101111 | 1101 | 111010 | 111110 | 1000011 |
Color Harmonies of #DFDB77
Complementary color
Monochromatic Colors of #DFDB77
Black with #DFDB77
Text Example
Text Example
White with #DFDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB77; }
p { color: rgb(223,219,119); }
H1.HeaderClassName
{
color: #DFDB77;
}
.AnyTagClassName
{
color: #DFDB77;
}
</style>
background-color css
<style>
a { background-color: #DFDB77; }
a { background-color: rgb(223,219,119); }
div.DivClassName
{
background-color: #DFDB77;
}
.BgClassName
{
background-color: #DFDB77;
}
</style>
border-color css
<style>
span { border-color: #DFDB77; }
span { border-color: rgb(223,219,119); }
td.TdClassName
{
border-color: #DFDB77;
}
.TagClassName
{
border-color: #DFDB77;
}
</style>