Shades of Goldenrod #DFDF6A
Tints of Goldenrod #DFDF6A
RGB
CMYK
RGB Variations
Color information
#DFDF6A (or 0xDFDF6A) is known color: Goldenrod. HEX triplet: DF, DF and 6A. RGB value is (223,223,106). Sum of RGB (Red+Green+Blue) = 223+223+106=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF6A is #202095. Grayscale: #D2D2D2. Windows color (decimal): -2105494 or 7004127. OLE color: 7004127.
HSL color Cylindrical-coordinate representation of color #DFDF6A: hue angle of 60º 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 #DFDF6A is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 106 | - |
| CMYK | 0 | 0 | 0.52 | 0.13 |
| HSL | 60º | 0.65% | 0.65% | - |
| HSV(B) | 60º | 0.52% | 0.87% | - |
| XYZ | 59.42 | 69.5 | 23.92 | - |
| YUV | 209.66 | 69.5 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 106 | 0 | 0 | 0.52 | 0.13 | 60 | 0.65 | 0.65 |
| Hex | DF | DF | 6A | 0 | 0 | 34 | D | 3C | 41 | 41 |
| Octal | 337 | 337 | 152 | 0 | 0 | 64 | 15 | 74 | 101 | 101 |
| Binary | 11011111 | 11011111 | 1101010 | 0 | 0 | 110100 | 1101 | 111100 | 1000001 | 1000001 |
Color Harmonies of #DFDF6A
Complementary color
Monochromatic Colors of #DFDF6A
Black with #DFDF6A
Text Example
Text Example
White with #DFDF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF6A; }
p { color: rgb(223,223,106); }
H1.HeaderClassName
{
color: #DFDF6A;
}
.AnyTagClassName
{
color: #DFDF6A;
}
</style>
background-color css
<style>
a { background-color: #DFDF6A; }
a { background-color: rgb(223,223,106); }
div.DivClassName
{
background-color: #DFDF6A;
}
.BgClassName
{
background-color: #DFDF6A;
}
</style>
border-color css
<style>
span { border-color: #DFDF6A; }
span { border-color: rgb(223,223,106); }
td.TdClassName
{
border-color: #DFDF6A;
}
.TagClassName
{
border-color: #DFDF6A;
}
</style>