Shades of Goldenrod #DFD770
Tints of Goldenrod #DFD770
RGB
CMYK
RGB Variations
Color information
#DFD770 (or 0xDFD770) is known color: Goldenrod. HEX triplet: DF, D7 and 70. RGB value is (223,215,112). Sum of RGB (Red+Green+Blue) = 223+215+112=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD770 is #20288F. Grayscale: #CECECE. Windows color (decimal): -2107536 or 7395295. OLE color: 7395295.
HSL color Cylindrical-coordinate representation of color #DFD770: hue angle of 55.68º 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 #DFD770 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 112 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.13 |
| HSL | 55.68º | 0.63% | 0.66% | - |
| HSV(B) | 55.68º | 0.5% | 0.87% | - |
| XYZ | 57.66 | 65.46 | 24.93 | - |
| YUV | 205.65 | 75.15 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 112 | 0 | 0.04 | 0.50 | 0.13 | 55.68 | 0.63 | 0.66 |
| Hex | DF | D7 | 70 | 0 | 4 | 32 | D | 38 | 3F | 42 |
| Octal | 337 | 327 | 160 | 0 | 4 | 62 | 15 | 70 | 77 | 102 |
| Binary | 11011111 | 11010111 | 1110000 | 0 | 100 | 110010 | 1101 | 111000 | 111111 | 1000010 |
Color Harmonies of #DFD770
Complementary color
Monochromatic Colors of #DFD770
Black with #DFD770
Text Example
Text Example
White with #DFD770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD770; }
p { color: rgb(223,215,112); }
H1.HeaderClassName
{
color: #DFD770;
}
.AnyTagClassName
{
color: #DFD770;
}
</style>
background-color css
<style>
a { background-color: #DFD770; }
a { background-color: rgb(223,215,112); }
div.DivClassName
{
background-color: #DFD770;
}
.BgClassName
{
background-color: #DFD770;
}
</style>
border-color css
<style>
span { border-color: #DFD770; }
span { border-color: rgb(223,215,112); }
td.TdClassName
{
border-color: #DFD770;
}
.TagClassName
{
border-color: #DFD770;
}
</style>