Shades of Goldenrod #DFDB74
Tints of Goldenrod #DFDB74
RGB
CMYK
RGB Variations
Color information
#DFDB74 (or 0xDFDB74) is known color: Goldenrod. HEX triplet: DF, DB and 74. RGB value is (223,219,116). Sum of RGB (Red+Green+Blue) = 223+219+116=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB74 is #20248B. Grayscale: #D0D0D0. Windows color (decimal): -2106508 or 7658463. OLE color: 7658463.
HSL color Cylindrical-coordinate representation of color #DFDB74: hue angle of 57.76º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFDB74 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 116 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.13 |
| HSL | 57.76º | 0.63% | 0.66% | - |
| HSV(B) | 57.76º | 0.48% | 0.87% | - |
| XYZ | 58.92 | 67.61 | 26.47 | - |
| YUV | 208.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 116 | 0 | 0.02 | 0.48 | 0.13 | 57.76 | 0.63 | 0.66 |
| Hex | DF | DB | 74 | 0 | 2 | 30 | D | 3A | 3F | 42 |
| Octal | 337 | 333 | 164 | 0 | 2 | 60 | 15 | 72 | 77 | 102 |
| Binary | 11011111 | 11011011 | 1110100 | 0 | 10 | 110000 | 1101 | 111010 | 111111 | 1000010 |
Color Harmonies of #DFDB74
Complementary color
Monochromatic Colors of #DFDB74
Black with #DFDB74
Text Example
Text Example
White with #DFDB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB74; }
p { color: rgb(223,219,116); }
H1.HeaderClassName
{
color: #DFDB74;
}
.AnyTagClassName
{
color: #DFDB74;
}
</style>
background-color css
<style>
a { background-color: #DFDB74; }
a { background-color: rgb(223,219,116); }
div.DivClassName
{
background-color: #DFDB74;
}
.BgClassName
{
background-color: #DFDB74;
}
</style>
border-color css
<style>
span { border-color: #DFDB74; }
span { border-color: rgb(223,219,116); }
td.TdClassName
{
border-color: #DFDB74;
}
.TagClassName
{
border-color: #DFDB74;
}
</style>