Shades of Goldenrod #DFD66C
Tints of Goldenrod #DFD66C
RGB
CMYK
RGB Variations
Color information
#DFD66C (or 0xDFD66C) is known color: Goldenrod. HEX triplet: DF, D6 and 6C. RGB value is (223,214,108). Sum of RGB (Red+Green+Blue) = 223+214+108=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD66C is #202993. Grayscale: #CDCDCD. Windows color (decimal): -2107796 or 7132895. OLE color: 7132895.
HSL color Cylindrical-coordinate representation of color #DFD66C: hue angle of 55.3º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFD66C is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 108 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.13 |
| HSL | 55.3º | 0.64% | 0.65% | - |
| HSV(B) | 55.3º | 0.52% | 0.87% | - |
| XYZ | 57.18 | 64.86 | 23.69 | - |
| YUV | 204.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 108 | 0 | 0.04 | 0.52 | 0.13 | 55.3 | 0.64 | 0.65 |
| Hex | DF | D6 | 6C | 0 | 4 | 34 | D | 37 | 40 | 41 |
| Octal | 337 | 326 | 154 | 0 | 4 | 64 | 15 | 67 | 100 | 101 |
| Binary | 11011111 | 11010110 | 1101100 | 0 | 100 | 110100 | 1101 | 110111 | 1000000 | 1000001 |
Color Harmonies of #DFD66C
Complementary color
Monochromatic Colors of #DFD66C
Black with #DFD66C
Text Example
Text Example
White with #DFD66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD66C; }
p { color: rgb(223,214,108); }
H1.HeaderClassName
{
color: #DFD66C;
}
.AnyTagClassName
{
color: #DFD66C;
}
</style>
background-color css
<style>
a { background-color: #DFD66C; }
a { background-color: rgb(223,214,108); }
div.DivClassName
{
background-color: #DFD66C;
}
.BgClassName
{
background-color: #DFD66C;
}
</style>
border-color css
<style>
span { border-color: #DFD66C; }
span { border-color: rgb(223,214,108); }
td.TdClassName
{
border-color: #DFD66C;
}
.TagClassName
{
border-color: #DFD66C;
}
</style>