Shades of Goldenrod #DFDB7A
Tints of Goldenrod #DFDB7A
RGB
CMYK
RGB Variations
Color information
#DFDB7A (or 0xDFDB7A) is known color: Goldenrod. HEX triplet: DF, DB and 7A. RGB value is (223,219,122). Sum of RGB (Red+Green+Blue) = 223+219+122=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB7A is #202485. Grayscale: #D1D1D1. Windows color (decimal): -2106502 or 8051679. OLE color: 8051679.
HSL color Cylindrical-coordinate representation of color #DFDB7A: hue angle of 57.62º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFDB7A is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 122 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.13 |
| HSL | 57.62º | 0.61% | 0.68% | - |
| HSV(B) | 57.62º | 0.45% | 0.87% | - |
| XYZ | 59.28 | 67.76 | 28.37 | - |
| YUV | 209.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 122 | 0 | 0.02 | 0.45 | 0.13 | 57.62 | 0.61 | 0.68 |
| Hex | DF | DB | 7A | 0 | 2 | 2D | D | 3A | 3D | 44 |
| Octal | 337 | 333 | 172 | 0 | 2 | 55 | 15 | 72 | 75 | 104 |
| Binary | 11011111 | 11011011 | 1111010 | 0 | 10 | 101101 | 1101 | 111010 | 111101 | 1000100 |
Color Harmonies of #DFDB7A
Complementary color
Monochromatic Colors of #DFDB7A
Black with #DFDB7A
Text Example
Text Example
White with #DFDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB7A; }
p { color: rgb(223,219,122); }
H1.HeaderClassName
{
color: #DFDB7A;
}
.AnyTagClassName
{
color: #DFDB7A;
}
</style>
background-color css
<style>
a { background-color: #DFDB7A; }
a { background-color: rgb(223,219,122); }
div.DivClassName
{
background-color: #DFDB7A;
}
.BgClassName
{
background-color: #DFDB7A;
}
</style>
border-color css
<style>
span { border-color: #DFDB7A; }
span { border-color: rgb(223,219,122); }
td.TdClassName
{
border-color: #DFDB7A;
}
.TagClassName
{
border-color: #DFDB7A;
}
</style>