Shades of Goldenrod #DFDB70
Tints of Goldenrod #DFDB70
RGB
CMYK
RGB Variations
Color information
#DFDB70 (or 0xDFDB70) is known color: Goldenrod. HEX triplet: DF, DB and 70. RGB value is (223,219,112). Sum of RGB (Red+Green+Blue) = 223+219+112=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB70 is #20248F. Grayscale: #D0D0D0. Windows color (decimal): -2106512 or 7396319. OLE color: 7396319.
HSL color Cylindrical-coordinate representation of color #DFDB70: hue angle of 57.84º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFDB70 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 112 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.13 |
| HSL | 57.84º | 0.63% | 0.66% | - |
| HSV(B) | 57.84º | 0.5% | 0.87% | - |
| XYZ | 58.69 | 67.52 | 25.27 | - |
| YUV | 208 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 112 | 0 | 0.02 | 0.50 | 0.13 | 57.84 | 0.63 | 0.66 |
| Hex | DF | DB | 70 | 0 | 2 | 32 | D | 3A | 3F | 42 |
| Octal | 337 | 333 | 160 | 0 | 2 | 62 | 15 | 72 | 77 | 102 |
| Binary | 11011111 | 11011011 | 1110000 | 0 | 10 | 110010 | 1101 | 111010 | 111111 | 1000010 |
Color Harmonies of #DFDB70
Complementary color
Monochromatic Colors of #DFDB70
Black with #DFDB70
Text Example
Text Example
White with #DFDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB70; }
p { color: rgb(223,219,112); }
H1.HeaderClassName
{
color: #DFDB70;
}
.AnyTagClassName
{
color: #DFDB70;
}
</style>
background-color css
<style>
a { background-color: #DFDB70; }
a { background-color: rgb(223,219,112); }
div.DivClassName
{
background-color: #DFDB70;
}
.BgClassName
{
background-color: #DFDB70;
}
</style>
border-color css
<style>
span { border-color: #DFDB70; }
span { border-color: rgb(223,219,112); }
td.TdClassName
{
border-color: #DFDB70;
}
.TagClassName
{
border-color: #DFDB70;
}
</style>