Shades of Goldenrod #DFDB6D
Tints of Goldenrod #DFDB6D
RGB
CMYK
RGB Variations
Color information
#DFDB6D (or 0xDFDB6D) is known color: Goldenrod. HEX triplet: DF, DB and 6D. RGB value is (223,219,109). Sum of RGB (Red+Green+Blue) = 223+219+109=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB6D is #202492. Grayscale: #D0D0D0. Windows color (decimal): -2106515 or 7199711. OLE color: 7199711.
HSL color Cylindrical-coordinate representation of color #DFDB6D: hue angle of 57.89º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFDB6D is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 109 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.13 |
| HSL | 57.89º | 0.64% | 0.65% | - |
| HSV(B) | 57.89º | 0.51% | 0.87% | - |
| XYZ | 58.52 | 67.46 | 24.4 | - |
| YUV | 207.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 109 | 0 | 0.02 | 0.51 | 0.13 | 57.89 | 0.64 | 0.65 |
| Hex | DF | DB | 6D | 0 | 2 | 33 | D | 3A | 40 | 41 |
| Octal | 337 | 333 | 155 | 0 | 2 | 63 | 15 | 72 | 100 | 101 |
| Binary | 11011111 | 11011011 | 1101101 | 0 | 10 | 110011 | 1101 | 111010 | 1000000 | 1000001 |
Color Harmonies of #DFDB6D
Complementary color
Monochromatic Colors of #DFDB6D
Black with #DFDB6D
Text Example
Text Example
White with #DFDB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB6D; }
p { color: rgb(223,219,109); }
H1.HeaderClassName
{
color: #DFDB6D;
}
.AnyTagClassName
{
color: #DFDB6D;
}
</style>
background-color css
<style>
a { background-color: #DFDB6D; }
a { background-color: rgb(223,219,109); }
div.DivClassName
{
background-color: #DFDB6D;
}
.BgClassName
{
background-color: #DFDB6D;
}
</style>
border-color css
<style>
span { border-color: #DFDB6D; }
span { border-color: rgb(223,219,109); }
td.TdClassName
{
border-color: #DFDB6D;
}
.TagClassName
{
border-color: #DFDB6D;
}
</style>