Shades of Goldenrod #DFDD70
Tints of Goldenrod #DFDD70
RGB
CMYK
RGB Variations
Color information
#DFDD70 (or 0xDFDD70) is known color: Goldenrod. HEX triplet: DF, DD and 70. RGB value is (223,221,112). Sum of RGB (Red+Green+Blue) = 223+221+112=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD70 is #20228F. Grayscale: #D1D1D1. Windows color (decimal): -2106000 or 7396831. OLE color: 7396831.
HSL color Cylindrical-coordinate representation of color #DFDD70: hue angle of 58.92º 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 #DFDD70 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 112 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.13 |
| HSL | 58.92º | 0.63% | 0.66% | - |
| HSV(B) | 58.92º | 0.5% | 0.87% | - |
| XYZ | 59.21 | 68.57 | 25.44 | - |
| YUV | 209.17 | 73.16 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 112 | 0 | 0.01 | 0.50 | 0.13 | 58.92 | 0.63 | 0.66 |
| Hex | DF | DD | 70 | 0 | 1 | 32 | D | 3B | 3F | 42 |
| Octal | 337 | 335 | 160 | 0 | 1 | 62 | 15 | 73 | 77 | 102 |
| Binary | 11011111 | 11011101 | 1110000 | 0 | 1 | 110010 | 1101 | 111011 | 111111 | 1000010 |
Color Harmonies of #DFDD70
Complementary color
Monochromatic Colors of #DFDD70
Black with #DFDD70
Text Example
Text Example
White with #DFDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD70; }
p { color: rgb(223,221,112); }
H1.HeaderClassName
{
color: #DFDD70;
}
.AnyTagClassName
{
color: #DFDD70;
}
</style>
background-color css
<style>
a { background-color: #DFDD70; }
a { background-color: rgb(223,221,112); }
div.DivClassName
{
background-color: #DFDD70;
}
.BgClassName
{
background-color: #DFDD70;
}
</style>
border-color css
<style>
span { border-color: #DFDD70; }
span { border-color: rgb(223,221,112); }
td.TdClassName
{
border-color: #DFDD70;
}
.TagClassName
{
border-color: #DFDD70;
}
</style>