Shades of Goldenrod #DFE473
Tints of Goldenrod #DFE473
RGB
CMYK
RGB Variations
Color information
#DFE473 (or 0xDFE473) is known color: Goldenrod. HEX triplet: DF, E4 and 73. RGB value is (223,228,115). Sum of RGB (Red+Green+Blue) = 223+228+115=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE473 is #201B8C. Grayscale: #D6D6D6. Windows color (decimal): -2104205 or 7595231. OLE color: 7595231.
HSL color Cylindrical-coordinate representation of color #DFE473: hue angle of 62.65º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFE473 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 115 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.11 |
| HSL | 62.65º | 0.68% | 0.67% | - |
| HSV(B) | 62.65º | 0.5% | 0.89% | - |
| XYZ | 61.27 | 72.41 | 26.97 | - |
| YUV | 213.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 115 | 0.02 | 0 | 0.50 | 0.11 | 62.65 | 0.68 | 0.67 |
| Hex | DF | E4 | 73 | 2 | 0 | 32 | B | 3F | 44 | 43 |
| Octal | 337 | 344 | 163 | 2 | 0 | 62 | 13 | 77 | 104 | 103 |
| Binary | 11011111 | 11100100 | 1110011 | 10 | 0 | 110010 | 1011 | 111111 | 1000100 | 1000011 |
Color Harmonies of #DFE473
Complementary color
Monochromatic Colors of #DFE473
Black with #DFE473
Text Example
Text Example
White with #DFE473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE473; }
p { color: rgb(223,228,115); }
H1.HeaderClassName
{
color: #DFE473;
}
.AnyTagClassName
{
color: #DFE473;
}
</style>
background-color css
<style>
a { background-color: #DFE473; }
a { background-color: rgb(223,228,115); }
div.DivClassName
{
background-color: #DFE473;
}
.BgClassName
{
background-color: #DFE473;
}
</style>
border-color css
<style>
span { border-color: #DFE473; }
span { border-color: rgb(223,228,115); }
td.TdClassName
{
border-color: #DFE473;
}
.TagClassName
{
border-color: #DFE473;
}
</style>