Shades of Goldenrod #DFE474
Tints of Goldenrod #DFE474
RGB
CMYK
RGB Variations
Color information
#DFE474 (or 0xDFE474) is known color: Goldenrod. HEX triplet: DF, E4 and 74. RGB value is (223,228,116). Sum of RGB (Red+Green+Blue) = 223+228+116=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE474 is #201B8B. Grayscale: #D6D6D6. Windows color (decimal): -2104204 or 7660767. OLE color: 7660767.
HSL color Cylindrical-coordinate representation of color #DFE474: hue angle of 62.68º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFE474 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 116 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.11 |
| HSL | 62.68º | 0.67% | 0.67% | - |
| HSV(B) | 62.68º | 0.49% | 0.89% | - |
| XYZ | 61.33 | 72.44 | 27.27 | - |
| YUV | 213.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 116 | 0.02 | 0 | 0.49 | 0.11 | 62.68 | 0.67 | 0.67 |
| Hex | DF | E4 | 74 | 2 | 0 | 31 | B | 3F | 43 | 43 |
| Octal | 337 | 344 | 164 | 2 | 0 | 61 | 13 | 77 | 103 | 103 |
| Binary | 11011111 | 11100100 | 1110100 | 10 | 0 | 110001 | 1011 | 111111 | 1000011 | 1000011 |
Color Harmonies of #DFE474
Complementary color
Monochromatic Colors of #DFE474
Black with #DFE474
Text Example
Text Example
White with #DFE474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE474; }
p { color: rgb(223,228,116); }
H1.HeaderClassName
{
color: #DFE474;
}
.AnyTagClassName
{
color: #DFE474;
}
</style>
background-color css
<style>
a { background-color: #DFE474; }
a { background-color: rgb(223,228,116); }
div.DivClassName
{
background-color: #DFE474;
}
.BgClassName
{
background-color: #DFE474;
}
</style>
border-color css
<style>
span { border-color: #DFE474; }
span { border-color: rgb(223,228,116); }
td.TdClassName
{
border-color: #DFE474;
}
.TagClassName
{
border-color: #DFE474;
}
</style>