Shades of Goldenrod #DFDD74
Tints of Goldenrod #DFDD74
RGB
CMYK
RGB Variations
Color information
#DFDD74 (or 0xDFDD74) is known color: Goldenrod. HEX triplet: DF, DD and 74. RGB value is (223,221,116). Sum of RGB (Red+Green+Blue) = 223+221+116=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD74 is #20228B. Grayscale: #D2D2D2. Windows color (decimal): -2105996 or 7658975. OLE color: 7658975.
HSL color Cylindrical-coordinate representation of color #DFDD74: hue angle of 58.88º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFDD74 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 116 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.13 |
| HSL | 58.88º | 0.63% | 0.66% | - |
| HSV(B) | 58.88º | 0.48% | 0.87% | - |
| XYZ | 59.44 | 68.66 | 26.64 | - |
| YUV | 209.63 | 75.16 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 116 | 0 | 0.01 | 0.48 | 0.13 | 58.88 | 0.63 | 0.66 |
| Hex | DF | DD | 74 | 0 | 1 | 30 | D | 3B | 3F | 42 |
| Octal | 337 | 335 | 164 | 0 | 1 | 60 | 15 | 73 | 77 | 102 |
| Binary | 11011111 | 11011101 | 1110100 | 0 | 1 | 110000 | 1101 | 111011 | 111111 | 1000010 |
Color Harmonies of #DFDD74
Complementary color
Monochromatic Colors of #DFDD74
Black with #DFDD74
Text Example
Text Example
White with #DFDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD74; }
p { color: rgb(223,221,116); }
H1.HeaderClassName
{
color: #DFDD74;
}
.AnyTagClassName
{
color: #DFDD74;
}
</style>
background-color css
<style>
a { background-color: #DFDD74; }
a { background-color: rgb(223,221,116); }
div.DivClassName
{
background-color: #DFDD74;
}
.BgClassName
{
background-color: #DFDD74;
}
</style>
border-color css
<style>
span { border-color: #DFDD74; }
span { border-color: rgb(223,221,116); }
td.TdClassName
{
border-color: #DFDD74;
}
.TagClassName
{
border-color: #DFDD74;
}
</style>