Shades of Goldenrod #DFDB7D
Tints of Goldenrod #DFDB7D
RGB
CMYK
RGB Variations
Color information
#DFDB7D (or 0xDFDB7D) is known color: Goldenrod. HEX triplet: DF, DB and 7D. RGB value is (223,219,125). Sum of RGB (Red+Green+Blue) = 223+219+125=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB7D is #202482. Grayscale: #D1D1D1. Windows color (decimal): -2106499 or 8248287. OLE color: 8248287.
HSL color Cylindrical-coordinate representation of color #DFDB7D: hue angle of 57.55º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFDB7D is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 125 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.13 |
| HSL | 57.55º | 0.6% | 0.68% | - |
| HSV(B) | 57.55º | 0.44% | 0.87% | - |
| XYZ | 59.46 | 67.83 | 29.36 | - |
| YUV | 209.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 125 | 0 | 0.02 | 0.44 | 0.13 | 57.55 | 0.6 | 0.68 |
| Hex | DF | DB | 7D | 0 | 2 | 2C | D | 3A | 3C | 44 |
| Octal | 337 | 333 | 175 | 0 | 2 | 54 | 15 | 72 | 74 | 104 |
| Binary | 11011111 | 11011011 | 1111101 | 0 | 10 | 101100 | 1101 | 111010 | 111100 | 1000100 |
Color Harmonies of #DFDB7D
Complementary color
Monochromatic Colors of #DFDB7D
Black with #DFDB7D
Text Example
Text Example
White with #DFDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB7D; }
p { color: rgb(223,219,125); }
H1.HeaderClassName
{
color: #DFDB7D;
}
.AnyTagClassName
{
color: #DFDB7D;
}
</style>
background-color css
<style>
a { background-color: #DFDB7D; }
a { background-color: rgb(223,219,125); }
div.DivClassName
{
background-color: #DFDB7D;
}
.BgClassName
{
background-color: #DFDB7D;
}
</style>
border-color css
<style>
span { border-color: #DFDB7D; }
span { border-color: rgb(223,219,125); }
td.TdClassName
{
border-color: #DFDB7D;
}
.TagClassName
{
border-color: #DFDB7D;
}
</style>