Shades of Goldenrod #DFDF78
Tints of Goldenrod #DFDF78
RGB
CMYK
RGB Variations
Color information
#DFDF78 (or 0xDFDF78) is known color: Goldenrod. HEX triplet: DF, DF and 78. RGB value is (223,223,120). Sum of RGB (Red+Green+Blue) = 223+223+120=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF78 is #202087. Grayscale: #D3D3D3. Windows color (decimal): -2105480 or 7921631. OLE color: 7921631.
HSL color Cylindrical-coordinate representation of color #DFDF78: hue angle of 60º 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 #DFDF78 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 120 | - |
| CMYK | 0 | 0 | 0.46 | 0.13 |
| HSL | 60º | 0.62% | 0.67% | - |
| HSV(B) | 60º | 0.46% | 0.87% | - |
| XYZ | 60.21 | 69.82 | 28.07 | - |
| YUV | 211.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 120 | 0 | 0 | 0.46 | 0.13 | 60 | 0.62 | 0.67 |
| Hex | DF | DF | 78 | 0 | 0 | 2E | D | 3C | 3E | 43 |
| Octal | 337 | 337 | 170 | 0 | 0 | 56 | 15 | 74 | 76 | 103 |
| Binary | 11011111 | 11011111 | 1111000 | 0 | 0 | 101110 | 1101 | 111100 | 111110 | 1000011 |
Color Harmonies of #DFDF78
Complementary color
Monochromatic Colors of #DFDF78
Black with #DFDF78
Text Example
Text Example
White with #DFDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF78; }
p { color: rgb(223,223,120); }
H1.HeaderClassName
{
color: #DFDF78;
}
.AnyTagClassName
{
color: #DFDF78;
}
</style>
background-color css
<style>
a { background-color: #DFDF78; }
a { background-color: rgb(223,223,120); }
div.DivClassName
{
background-color: #DFDF78;
}
.BgClassName
{
background-color: #DFDF78;
}
</style>
border-color css
<style>
span { border-color: #DFDF78; }
span { border-color: rgb(223,223,120); }
td.TdClassName
{
border-color: #DFDF78;
}
.TagClassName
{
border-color: #DFDF78;
}
</style>