Shades of Goldenrod #DFDD6E
Tints of Goldenrod #DFDD6E
RGB
CMYK
RGB Variations
Color information
#DFDD6E (or 0xDFDD6E) is known color: Goldenrod. HEX triplet: DF, DD and 6E. RGB value is (223,221,110). Sum of RGB (Red+Green+Blue) = 223+221+110=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD6E is #202291. Grayscale: #D1D1D1. Windows color (decimal): -2106002 or 7265759. OLE color: 7265759.
HSL color Cylindrical-coordinate representation of color #DFDD6E: hue angle of 58.94º 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 #DFDD6E is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 110 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.13 |
| HSL | 58.94º | 0.64% | 0.65% | - |
| HSV(B) | 58.94º | 0.51% | 0.87% | - |
| XYZ | 59.1 | 68.53 | 24.86 | - |
| YUV | 208.94 | 72.16 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 110 | 0 | 0.01 | 0.51 | 0.13 | 58.94 | 0.64 | 0.65 |
| Hex | DF | DD | 6E | 0 | 1 | 33 | D | 3B | 40 | 41 |
| Octal | 337 | 335 | 156 | 0 | 1 | 63 | 15 | 73 | 100 | 101 |
| Binary | 11011111 | 11011101 | 1101110 | 0 | 1 | 110011 | 1101 | 111011 | 1000000 | 1000001 |
Color Harmonies of #DFDD6E
Complementary color
Monochromatic Colors of #DFDD6E
Black with #DFDD6E
Text Example
Text Example
White with #DFDD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD6E; }
p { color: rgb(223,221,110); }
H1.HeaderClassName
{
color: #DFDD6E;
}
.AnyTagClassName
{
color: #DFDD6E;
}
</style>
background-color css
<style>
a { background-color: #DFDD6E; }
a { background-color: rgb(223,221,110); }
div.DivClassName
{
background-color: #DFDD6E;
}
.BgClassName
{
background-color: #DFDD6E;
}
</style>
border-color css
<style>
span { border-color: #DFDD6E; }
span { border-color: rgb(223,221,110); }
td.TdClassName
{
border-color: #DFDD6E;
}
.TagClassName
{
border-color: #DFDD6E;
}
</style>