Shades of Goldenrod #DFDF6C
Tints of Goldenrod #DFDF6C
RGB
CMYK
RGB Variations
Color information
#DFDF6C (or 0xDFDF6C) is known color: Goldenrod. HEX triplet: DF, DF and 6C. RGB value is (223,223,108). Sum of RGB (Red+Green+Blue) = 223+223+108=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF6C is #202093. Grayscale: #D2D2D2. Windows color (decimal): -2105492 or 7135199. OLE color: 7135199.
HSL color Cylindrical-coordinate representation of color #DFDF6C: hue angle of 60º 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 #DFDF6C is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 108 | - |
| CMYK | 0 | 0 | 0.52 | 0.13 |
| HSL | 60º | 0.64% | 0.65% | - |
| HSV(B) | 60º | 0.52% | 0.87% | - |
| XYZ | 59.53 | 69.55 | 24.47 | - |
| YUV | 209.89 | 70.5 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 108 | 0 | 0 | 0.52 | 0.13 | 60 | 0.64 | 0.65 |
| Hex | DF | DF | 6C | 0 | 0 | 34 | D | 3C | 40 | 41 |
| Octal | 337 | 337 | 154 | 0 | 0 | 64 | 15 | 74 | 100 | 101 |
| Binary | 11011111 | 11011111 | 1101100 | 0 | 0 | 110100 | 1101 | 111100 | 1000000 | 1000001 |
Color Harmonies of #DFDF6C
Complementary color
Monochromatic Colors of #DFDF6C
Black with #DFDF6C
Text Example
Text Example
White with #DFDF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF6C; }
p { color: rgb(223,223,108); }
H1.HeaderClassName
{
color: #DFDF6C;
}
.AnyTagClassName
{
color: #DFDF6C;
}
</style>
background-color css
<style>
a { background-color: #DFDF6C; }
a { background-color: rgb(223,223,108); }
div.DivClassName
{
background-color: #DFDF6C;
}
.BgClassName
{
background-color: #DFDF6C;
}
</style>
border-color css
<style>
span { border-color: #DFDF6C; }
span { border-color: rgb(223,223,108); }
td.TdClassName
{
border-color: #DFDF6C;
}
.TagClassName
{
border-color: #DFDF6C;
}
</style>