Shades of Goldenrod #DFDC78
Tints of Goldenrod #DFDC78
RGB
CMYK
RGB Variations
Color information
#DFDC78 (or 0xDFDC78) is known color: Goldenrod. HEX triplet: DF, DC and 78. RGB value is (223,220,120). Sum of RGB (Red+Green+Blue) = 223+220+120=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC78 is #202387. Grayscale: #D1D1D1. Windows color (decimal): -2106248 or 7920863. OLE color: 7920863.
HSL color Cylindrical-coordinate representation of color #DFDC78: hue angle of 58.25º 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 #DFDC78 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 120 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.13 |
| HSL | 58.25º | 0.62% | 0.67% | - |
| HSV(B) | 58.25º | 0.46% | 0.87% | - |
| XYZ | 59.41 | 68.23 | 27.81 | - |
| YUV | 209.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 120 | 0 | 0.01 | 0.46 | 0.13 | 58.25 | 0.62 | 0.67 |
| Hex | DF | DC | 78 | 0 | 1 | 2E | D | 3A | 3E | 43 |
| Octal | 337 | 334 | 170 | 0 | 1 | 56 | 15 | 72 | 76 | 103 |
| Binary | 11011111 | 11011100 | 1111000 | 0 | 1 | 101110 | 1101 | 111010 | 111110 | 1000011 |
Color Harmonies of #DFDC78
Complementary color
Monochromatic Colors of #DFDC78
Black with #DFDC78
Text Example
Text Example
White with #DFDC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC78; }
p { color: rgb(223,220,120); }
H1.HeaderClassName
{
color: #DFDC78;
}
.AnyTagClassName
{
color: #DFDC78;
}
</style>
background-color css
<style>
a { background-color: #DFDC78; }
a { background-color: rgb(223,220,120); }
div.DivClassName
{
background-color: #DFDC78;
}
.BgClassName
{
background-color: #DFDC78;
}
</style>
border-color css
<style>
span { border-color: #DFDC78; }
span { border-color: rgb(223,220,120); }
td.TdClassName
{
border-color: #DFDC78;
}
.TagClassName
{
border-color: #DFDC78;
}
</style>