Shades of Goldenrod #DFDA78
Tints of Goldenrod #DFDA78
RGB
CMYK
RGB Variations
Color information
#DFDA78 (or 0xDFDA78) is known color: Goldenrod. HEX triplet: DF, DA and 78. RGB value is (223,218,120). Sum of RGB (Red+Green+Blue) = 223+218+120=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA78 is #202587. Grayscale: #D0D0D0. Windows color (decimal): -2106760 or 7920351. OLE color: 7920351.
HSL color Cylindrical-coordinate representation of color #DFDA78: hue angle of 57.09º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFDA78 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 120 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.13 |
| HSL | 57.09º | 0.62% | 0.67% | - |
| HSV(B) | 57.09º | 0.46% | 0.87% | - |
| XYZ | 58.89 | 67.19 | 27.63 | - |
| YUV | 208.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 120 | 0 | 0.02 | 0.46 | 0.13 | 57.09 | 0.62 | 0.67 |
| Hex | DF | DA | 78 | 0 | 2 | 2E | D | 39 | 3E | 43 |
| Octal | 337 | 332 | 170 | 0 | 2 | 56 | 15 | 71 | 76 | 103 |
| Binary | 11011111 | 11011010 | 1111000 | 0 | 10 | 101110 | 1101 | 111001 | 111110 | 1000011 |
Color Harmonies of #DFDA78
Complementary color
Monochromatic Colors of #DFDA78
Black with #DFDA78
Text Example
Text Example
White with #DFDA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA78; }
p { color: rgb(223,218,120); }
H1.HeaderClassName
{
color: #DFDA78;
}
.AnyTagClassName
{
color: #DFDA78;
}
</style>
background-color css
<style>
a { background-color: #DFDA78; }
a { background-color: rgb(223,218,120); }
div.DivClassName
{
background-color: #DFDA78;
}
.BgClassName
{
background-color: #DFDA78;
}
</style>
border-color css
<style>
span { border-color: #DFDA78; }
span { border-color: rgb(223,218,120); }
td.TdClassName
{
border-color: #DFDA78;
}
.TagClassName
{
border-color: #DFDA78;
}
</style>