Shades of Goldenrod #DFDD78
Tints of Goldenrod #DFDD78
RGB
CMYK
RGB Variations
Color information
#DFDD78 (or 0xDFDD78) is known color: Goldenrod. HEX triplet: DF, DD and 78. RGB value is (223,221,120). Sum of RGB (Red+Green+Blue) = 223+221+120=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD78 is #202287. Grayscale: #D2D2D2. Windows color (decimal): -2105992 or 7921119. OLE color: 7921119.
HSL color Cylindrical-coordinate representation of color #DFDD78: hue angle of 58.83º 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 #DFDD78 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 120 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.13 |
| HSL | 58.83º | 0.62% | 0.67% | - |
| HSV(B) | 58.83º | 0.46% | 0.87% | - |
| XYZ | 59.68 | 68.76 | 27.9 | - |
| YUV | 210.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 120 | 0 | 0.01 | 0.46 | 0.13 | 58.83 | 0.62 | 0.67 |
| Hex | DF | DD | 78 | 0 | 1 | 2E | D | 3B | 3E | 43 |
| Octal | 337 | 335 | 170 | 0 | 1 | 56 | 15 | 73 | 76 | 103 |
| Binary | 11011111 | 11011101 | 1111000 | 0 | 1 | 101110 | 1101 | 111011 | 111110 | 1000011 |
Color Harmonies of #DFDD78
Complementary color
Monochromatic Colors of #DFDD78
Black with #DFDD78
Text Example
Text Example
White with #DFDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD78; }
p { color: rgb(223,221,120); }
H1.HeaderClassName
{
color: #DFDD78;
}
.AnyTagClassName
{
color: #DFDD78;
}
</style>
background-color css
<style>
a { background-color: #DFDD78; }
a { background-color: rgb(223,221,120); }
div.DivClassName
{
background-color: #DFDD78;
}
.BgClassName
{
background-color: #DFDD78;
}
</style>
border-color css
<style>
span { border-color: #DFDD78; }
span { border-color: rgb(223,221,120); }
td.TdClassName
{
border-color: #DFDD78;
}
.TagClassName
{
border-color: #DFDD78;
}
</style>