Shades of Goldenrod #DFE375
Tints of Goldenrod #DFE375
RGB
CMYK
RGB Variations
Color information
#DFE375 (or 0xDFE375) is known color: Goldenrod. HEX triplet: DF, E3 and 75. RGB value is (223,227,117). Sum of RGB (Red+Green+Blue) = 223+227+117=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE375 is #201C8A. Grayscale: #D5D5D5. Windows color (decimal): -2104459 or 7726047. OLE color: 7726047.
HSL color Cylindrical-coordinate representation of color #DFE375: hue angle of 62.18º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFE375 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 117 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.11 |
| HSL | 62.18º | 0.66% | 0.67% | - |
| HSV(B) | 62.18º | 0.48% | 0.89% | - |
| XYZ | 61.11 | 71.91 | 27.49 | - |
| YUV | 213.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 117 | 0.02 | 0 | 0.48 | 0.11 | 62.18 | 0.66 | 0.67 |
| Hex | DF | E3 | 75 | 2 | 0 | 30 | B | 3E | 42 | 43 |
| Octal | 337 | 343 | 165 | 2 | 0 | 60 | 13 | 76 | 102 | 103 |
| Binary | 11011111 | 11100011 | 1110101 | 10 | 0 | 110000 | 1011 | 111110 | 1000010 | 1000011 |
Color Harmonies of #DFE375
Complementary color
Monochromatic Colors of #DFE375
Black with #DFE375
Text Example
Text Example
White with #DFE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE375; }
p { color: rgb(223,227,117); }
H1.HeaderClassName
{
color: #DFE375;
}
.AnyTagClassName
{
color: #DFE375;
}
</style>
background-color css
<style>
a { background-color: #DFE375; }
a { background-color: rgb(223,227,117); }
div.DivClassName
{
background-color: #DFE375;
}
.BgClassName
{
background-color: #DFE375;
}
</style>
border-color css
<style>
span { border-color: #DFE375; }
span { border-color: rgb(223,227,117); }
td.TdClassName
{
border-color: #DFE375;
}
.TagClassName
{
border-color: #DFE375;
}
</style>