Shades of Goldenrod #DFDD6C
Tints of Goldenrod #DFDD6C
RGB
CMYK
RGB Variations
Color information
#DFDD6C (or 0xDFDD6C) is known color: Goldenrod. HEX triplet: DF, DD and 6C. RGB value is (223,221,108). Sum of RGB (Red+Green+Blue) = 223+221+108=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD6C is #202293. Grayscale: #D1D1D1. Windows color (decimal): -2106004 or 7134687. OLE color: 7134687.
HSL color Cylindrical-coordinate representation of color #DFDD6C: hue angle of 58.96º 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 #DFDD6C is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 108 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.13 |
| HSL | 58.96º | 0.64% | 0.65% | - |
| HSV(B) | 58.96º | 0.52% | 0.87% | - |
| XYZ | 58.99 | 68.48 | 24.3 | - |
| YUV | 208.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 108 | 0 | 0.01 | 0.52 | 0.13 | 58.96 | 0.64 | 0.65 |
| Hex | DF | DD | 6C | 0 | 1 | 34 | D | 3B | 40 | 41 |
| Octal | 337 | 335 | 154 | 0 | 1 | 64 | 15 | 73 | 100 | 101 |
| Binary | 11011111 | 11011101 | 1101100 | 0 | 1 | 110100 | 1101 | 111011 | 1000000 | 1000001 |
Color Harmonies of #DFDD6C
Complementary color
Monochromatic Colors of #DFDD6C
Black with #DFDD6C
Text Example
Text Example
White with #DFDD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD6C; }
p { color: rgb(223,221,108); }
H1.HeaderClassName
{
color: #DFDD6C;
}
.AnyTagClassName
{
color: #DFDD6C;
}
</style>
background-color css
<style>
a { background-color: #DFDD6C; }
a { background-color: rgb(223,221,108); }
div.DivClassName
{
background-color: #DFDD6C;
}
.BgClassName
{
background-color: #DFDD6C;
}
</style>
border-color css
<style>
span { border-color: #DFDD6C; }
span { border-color: rgb(223,221,108); }
td.TdClassName
{
border-color: #DFDD6C;
}
.TagClassName
{
border-color: #DFDD6C;
}
</style>