Shades of Goldenrod #DFE170
Tints of Goldenrod #DFE170
RGB
CMYK
RGB Variations
Color information
#DFE170 (or 0xDFE170) is known color: Goldenrod. HEX triplet: DF, E1 and 70. RGB value is (223,225,112). Sum of RGB (Red+Green+Blue) = 223+225+112=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE170 is #201E8F. Grayscale: #D3D3D3. Windows color (decimal): -2104976 or 7397855. OLE color: 7397855.
HSL color Cylindrical-coordinate representation of color #DFE170: hue angle of 61.06º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFE170 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 112 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.12 |
| HSL | 61.06º | 0.65% | 0.66% | - |
| HSV(B) | 61.06º | 0.5% | 0.88% | - |
| XYZ | 60.28 | 70.71 | 25.8 | - |
| YUV | 211.52 | 71.84 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 112 | 0.01 | 0 | 0.50 | 0.12 | 61.06 | 0.65 | 0.66 |
| Hex | DF | E1 | 70 | 1 | 0 | 32 | C | 3D | 41 | 42 |
| Octal | 337 | 341 | 160 | 1 | 0 | 62 | 14 | 75 | 101 | 102 |
| Binary | 11011111 | 11100001 | 1110000 | 1 | 0 | 110010 | 1100 | 111101 | 1000001 | 1000010 |
Color Harmonies of #DFE170
Complementary color
Monochromatic Colors of #DFE170
Black with #DFE170
Text Example
Text Example
White with #DFE170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE170; }
p { color: rgb(223,225,112); }
H1.HeaderClassName
{
color: #DFE170;
}
.AnyTagClassName
{
color: #DFE170;
}
</style>
background-color css
<style>
a { background-color: #DFE170; }
a { background-color: rgb(223,225,112); }
div.DivClassName
{
background-color: #DFE170;
}
.BgClassName
{
background-color: #DFE170;
}
</style>
border-color css
<style>
span { border-color: #DFE170; }
span { border-color: rgb(223,225,112); }
td.TdClassName
{
border-color: #DFE170;
}
.TagClassName
{
border-color: #DFE170;
}
</style>