Shades of Goldenrod #DFDE67
Tints of Goldenrod #DFDE67
RGB
CMYK
RGB Variations
Color information
#DFDE67 (or 0xDFDE67) is known color: Goldenrod. HEX triplet: DF, DE and 67. RGB value is (223,222,103). Sum of RGB (Red+Green+Blue) = 223+222+103=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE67 is #202198. Grayscale: #D1D1D1. Windows color (decimal): -2105753 or 6807263. OLE color: 6807263.
HSL color Cylindrical-coordinate representation of color #DFDE67: hue angle of 59.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFDE67 is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 103 | - |
| CMYK | 0 | 0.00 | 0.54 | 0.13 |
| HSL | 59.5º | 0.65% | 0.64% | - |
| HSV(B) | 59.5º | 0.54% | 0.87% | - |
| XYZ | 59 | 68.91 | 23.02 | - |
| YUV | 208.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 103 | 0 | 0.00 | 0.54 | 0.13 | 59.5 | 0.65 | 0.64 |
| Hex | DF | DE | 67 | 0 | 0 | 36 | D | 3C | 41 | 40 |
| Octal | 337 | 336 | 147 | 0 | 0 | 66 | 15 | 74 | 101 | 100 |
| Binary | 11011111 | 11011110 | 1100111 | 0 | 0 | 110110 | 1101 | 111100 | 1000001 | 1000000 |
Color Harmonies of #DFDE67
Complementary color
Monochromatic Colors of #DFDE67
Black with #DFDE67
Text Example
Text Example
White with #DFDE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE67; }
p { color: rgb(223,222,103); }
H1.HeaderClassName
{
color: #DFDE67;
}
.AnyTagClassName
{
color: #DFDE67;
}
</style>
background-color css
<style>
a { background-color: #DFDE67; }
a { background-color: rgb(223,222,103); }
div.DivClassName
{
background-color: #DFDE67;
}
.BgClassName
{
background-color: #DFDE67;
}
</style>
border-color css
<style>
span { border-color: #DFDE67; }
span { border-color: rgb(223,222,103); }
td.TdClassName
{
border-color: #DFDE67;
}
.TagClassName
{
border-color: #DFDE67;
}
</style>