Shades of Goldenrod #DFD96C
Tints of Goldenrod #DFD96C
RGB
CMYK
RGB Variations
Color information
#DFD96C (or 0xDFD96C) is known color: Goldenrod. HEX triplet: DF, D9 and 6C. RGB value is (223,217,108). Sum of RGB (Red+Green+Blue) = 223+217+108=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD96C is #202693. Grayscale: #CECECE. Windows color (decimal): -2107028 or 7133663. OLE color: 7133663.
HSL color Cylindrical-coordinate representation of color #DFD96C: hue angle of 56.87º 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 #DFD96C is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 108 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.13 |
| HSL | 56.87º | 0.64% | 0.65% | - |
| HSV(B) | 56.87º | 0.52% | 0.87% | - |
| XYZ | 57.95 | 66.4 | 23.95 | - |
| YUV | 206.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 108 | 0 | 0.03 | 0.52 | 0.13 | 56.87 | 0.64 | 0.65 |
| Hex | DF | D9 | 6C | 0 | 3 | 34 | D | 39 | 40 | 41 |
| Octal | 337 | 331 | 154 | 0 | 3 | 64 | 15 | 71 | 100 | 101 |
| Binary | 11011111 | 11011001 | 1101100 | 0 | 11 | 110100 | 1101 | 111001 | 1000000 | 1000001 |
Color Harmonies of #DFD96C
Complementary color
Monochromatic Colors of #DFD96C
Black with #DFD96C
Text Example
Text Example
White with #DFD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD96C; }
p { color: rgb(223,217,108); }
H1.HeaderClassName
{
color: #DFD96C;
}
.AnyTagClassName
{
color: #DFD96C;
}
</style>
background-color css
<style>
a { background-color: #DFD96C; }
a { background-color: rgb(223,217,108); }
div.DivClassName
{
background-color: #DFD96C;
}
.BgClassName
{
background-color: #DFD96C;
}
</style>
border-color css
<style>
span { border-color: #DFD96C; }
span { border-color: rgb(223,217,108); }
td.TdClassName
{
border-color: #DFD96C;
}
.TagClassName
{
border-color: #DFD96C;
}
</style>