Shades of Goldenrod #DFDD6D
Tints of Goldenrod #DFDD6D
RGB
CMYK
RGB Variations
Color information
#DFDD6D (or 0xDFDD6D) is known color: Goldenrod. HEX triplet: DF, DD and 6D. RGB value is (223,221,109). Sum of RGB (Red+Green+Blue) = 223+221+109=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD6D is #202292. Grayscale: #D1D1D1. Windows color (decimal): -2106003 or 7200223. OLE color: 7200223.
HSL color Cylindrical-coordinate representation of color #DFDD6D: hue angle of 58.95º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFDD6D is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 109 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.13 |
| HSL | 58.95º | 0.64% | 0.65% | - |
| HSV(B) | 58.95º | 0.51% | 0.87% | - |
| XYZ | 59.05 | 68.51 | 24.58 | - |
| YUV | 208.83 | 71.66 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 109 | 0 | 0.01 | 0.51 | 0.13 | 58.95 | 0.64 | 0.65 |
| Hex | DF | DD | 6D | 0 | 1 | 33 | D | 3B | 40 | 41 |
| Octal | 337 | 335 | 155 | 0 | 1 | 63 | 15 | 73 | 100 | 101 |
| Binary | 11011111 | 11011101 | 1101101 | 0 | 1 | 110011 | 1101 | 111011 | 1000000 | 1000001 |
Color Harmonies of #DFDD6D
Complementary color
Monochromatic Colors of #DFDD6D
Black with #DFDD6D
Text Example
Text Example
White with #DFDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD6D; }
p { color: rgb(223,221,109); }
H1.HeaderClassName
{
color: #DFDD6D;
}
.AnyTagClassName
{
color: #DFDD6D;
}
</style>
background-color css
<style>
a { background-color: #DFDD6D; }
a { background-color: rgb(223,221,109); }
div.DivClassName
{
background-color: #DFDD6D;
}
.BgClassName
{
background-color: #DFDD6D;
}
</style>
border-color css
<style>
span { border-color: #DFDD6D; }
span { border-color: rgb(223,221,109); }
td.TdClassName
{
border-color: #DFDD6D;
}
.TagClassName
{
border-color: #DFDD6D;
}
</style>