Shades of Goldenrod #DFDC6A
Tints of Goldenrod #DFDC6A
RGB
CMYK
RGB Variations
Color information
#DFDC6A (or 0xDFDC6A) is known color: Goldenrod. HEX triplet: DF, DC and 6A. RGB value is (223,220,106). Sum of RGB (Red+Green+Blue) = 223+220+106=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC6A is #202395. Grayscale: #D0D0D0. Windows color (decimal): -2106262 or 7003359. OLE color: 7003359.
HSL color Cylindrical-coordinate representation of color #DFDC6A: hue angle of 58.46º degrees, saturation: 0.65, 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 #DFDC6A is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 106 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.13 |
| HSL | 58.46º | 0.65% | 0.65% | - |
| HSV(B) | 58.46º | 0.52% | 0.87% | - |
| XYZ | 58.63 | 67.91 | 23.65 | - |
| YUV | 207.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 106 | 0 | 0.01 | 0.52 | 0.13 | 58.46 | 0.65 | 0.65 |
| Hex | DF | DC | 6A | 0 | 1 | 34 | D | 3A | 41 | 41 |
| Octal | 337 | 334 | 152 | 0 | 1 | 64 | 15 | 72 | 101 | 101 |
| Binary | 11011111 | 11011100 | 1101010 | 0 | 1 | 110100 | 1101 | 111010 | 1000001 | 1000001 |
Color Harmonies of #DFDC6A
Complementary color
Monochromatic Colors of #DFDC6A
Black with #DFDC6A
Text Example
Text Example
White with #DFDC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC6A; }
p { color: rgb(223,220,106); }
H1.HeaderClassName
{
color: #DFDC6A;
}
.AnyTagClassName
{
color: #DFDC6A;
}
</style>
background-color css
<style>
a { background-color: #DFDC6A; }
a { background-color: rgb(223,220,106); }
div.DivClassName
{
background-color: #DFDC6A;
}
.BgClassName
{
background-color: #DFDC6A;
}
</style>
border-color css
<style>
span { border-color: #DFDC6A; }
span { border-color: rgb(223,220,106); }
td.TdClassName
{
border-color: #DFDC6A;
}
.TagClassName
{
border-color: #DFDC6A;
}
</style>