Shades of Goldenrod #DFE378
Tints of Goldenrod #DFE378
RGB
CMYK
RGB Variations
Color information
#DFE378 (or 0xDFE378) is known color: Goldenrod. HEX triplet: DF, E3 and 78. RGB value is (223,227,120). Sum of RGB (Red+Green+Blue) = 223+227+120=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE378 is #201C87. Grayscale: #D6D6D6. Windows color (decimal): -2104456 or 7922655. OLE color: 7922655.
HSL color Cylindrical-coordinate representation of color #DFE378: hue angle of 62.24º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFE378 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 120 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.11 |
| HSL | 62.24º | 0.66% | 0.68% | - |
| HSV(B) | 62.24º | 0.47% | 0.89% | - |
| XYZ | 61.29 | 71.98 | 28.43 | - |
| YUV | 213.61 | 75.17 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 120 | 0.02 | 0 | 0.47 | 0.11 | 62.24 | 0.66 | 0.68 |
| Hex | DF | E3 | 78 | 2 | 0 | 2F | B | 3E | 42 | 44 |
| Octal | 337 | 343 | 170 | 2 | 0 | 57 | 13 | 76 | 102 | 104 |
| Binary | 11011111 | 11100011 | 1111000 | 10 | 0 | 101111 | 1011 | 111110 | 1000010 | 1000100 |
Color Harmonies of #DFE378
Complementary color
Monochromatic Colors of #DFE378
Black with #DFE378
Text Example
Text Example
White with #DFE378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE378; }
p { color: rgb(223,227,120); }
H1.HeaderClassName
{
color: #DFE378;
}
.AnyTagClassName
{
color: #DFE378;
}
</style>
background-color css
<style>
a { background-color: #DFE378; }
a { background-color: rgb(223,227,120); }
div.DivClassName
{
background-color: #DFE378;
}
.BgClassName
{
background-color: #DFE378;
}
</style>
border-color css
<style>
span { border-color: #DFE378; }
span { border-color: rgb(223,227,120); }
td.TdClassName
{
border-color: #DFE378;
}
.TagClassName
{
border-color: #DFE378;
}
</style>