Shades of Goldenrod #DFDA72
Tints of Goldenrod #DFDA72
RGB
CMYK
RGB Variations
Color information
#DFDA72 (or 0xDFDA72) is known color: Goldenrod. HEX triplet: DF, DA and 72. RGB value is (223,218,114). Sum of RGB (Red+Green+Blue) = 223+218+114=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA72 is #20258D. Grayscale: #D0D0D0. Windows color (decimal): -2106766 or 7527135. OLE color: 7527135.
HSL color Cylindrical-coordinate representation of color #DFDA72: hue angle of 57.25º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFDA72 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 114 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.13 |
| HSL | 57.25º | 0.63% | 0.66% | - |
| HSV(B) | 57.25º | 0.49% | 0.87% | - |
| XYZ | 58.54 | 67.05 | 25.78 | - |
| YUV | 207.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 114 | 0 | 0.02 | 0.49 | 0.13 | 57.25 | 0.63 | 0.66 |
| Hex | DF | DA | 72 | 0 | 2 | 31 | D | 39 | 3F | 42 |
| Octal | 337 | 332 | 162 | 0 | 2 | 61 | 15 | 71 | 77 | 102 |
| Binary | 11011111 | 11011010 | 1110010 | 0 | 10 | 110001 | 1101 | 111001 | 111111 | 1000010 |
Color Harmonies of #DFDA72
Complementary color
Monochromatic Colors of #DFDA72
Black with #DFDA72
Text Example
Text Example
White with #DFDA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA72; }
p { color: rgb(223,218,114); }
H1.HeaderClassName
{
color: #DFDA72;
}
.AnyTagClassName
{
color: #DFDA72;
}
</style>
background-color css
<style>
a { background-color: #DFDA72; }
a { background-color: rgb(223,218,114); }
div.DivClassName
{
background-color: #DFDA72;
}
.BgClassName
{
background-color: #DFDA72;
}
</style>
border-color css
<style>
span { border-color: #DFDA72; }
span { border-color: rgb(223,218,114); }
td.TdClassName
{
border-color: #DFDA72;
}
.TagClassName
{
border-color: #DFDA72;
}
</style>