Shades of Goldenrod #DFDA6C
Tints of Goldenrod #DFDA6C
RGB
CMYK
RGB Variations
Color information
#DFDA6C (or 0xDFDA6C) is known color: Goldenrod. HEX triplet: DF, DA and 6C. RGB value is (223,218,108). Sum of RGB (Red+Green+Blue) = 223+218+108=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA6C is #202593. Grayscale: #CFCFCF. Windows color (decimal): -2106772 or 7133919. OLE color: 7133919.
HSL color Cylindrical-coordinate representation of color #DFDA6C: hue angle of 57.39º 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 #DFDA6C is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 108 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.13 |
| HSL | 57.39º | 0.64% | 0.65% | - |
| HSV(B) | 57.39º | 0.52% | 0.87% | - |
| XYZ | 58.21 | 66.91 | 24.03 | - |
| YUV | 206.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 108 | 0 | 0.02 | 0.52 | 0.13 | 57.39 | 0.64 | 0.65 |
| Hex | DF | DA | 6C | 0 | 2 | 34 | D | 39 | 40 | 41 |
| Octal | 337 | 332 | 154 | 0 | 2 | 64 | 15 | 71 | 100 | 101 |
| Binary | 11011111 | 11011010 | 1101100 | 0 | 10 | 110100 | 1101 | 111001 | 1000000 | 1000001 |
Color Harmonies of #DFDA6C
Complementary color
Monochromatic Colors of #DFDA6C
Black with #DFDA6C
Text Example
Text Example
White with #DFDA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA6C; }
p { color: rgb(223,218,108); }
H1.HeaderClassName
{
color: #DFDA6C;
}
.AnyTagClassName
{
color: #DFDA6C;
}
</style>
background-color css
<style>
a { background-color: #DFDA6C; }
a { background-color: rgb(223,218,108); }
div.DivClassName
{
background-color: #DFDA6C;
}
.BgClassName
{
background-color: #DFDA6C;
}
</style>
border-color css
<style>
span { border-color: #DFDA6C; }
span { border-color: rgb(223,218,108); }
td.TdClassName
{
border-color: #DFDA6C;
}
.TagClassName
{
border-color: #DFDA6C;
}
</style>