Shades of Goldenrod #DFE265
Tints of Goldenrod #DFE265
RGB
CMYK
RGB Variations
Color information
#DFE265 (or 0xDFE265) is known color: Goldenrod. HEX triplet: DF, E2 and 65. RGB value is (223,226,101). Sum of RGB (Red+Green+Blue) = 223+226+101=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE265 is #201D9A. Grayscale: #D3D3D3. Windows color (decimal): -2104731 or 6677215. OLE color: 6677215.
HSL color Cylindrical-coordinate representation of color #DFE265: hue angle of 61.44º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFE265 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 101 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.11 |
| HSL | 61.44º | 0.68% | 0.64% | - |
| HSV(B) | 61.44º | 0.55% | 0.89% | - |
| XYZ | 59.98 | 71.02 | 22.86 | - |
| YUV | 210.85 | 66.01 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 101 | 0.01 | 0 | 0.55 | 0.11 | 61.44 | 0.68 | 0.64 |
| Hex | DF | E2 | 65 | 1 | 0 | 37 | B | 3D | 44 | 40 |
| Octal | 337 | 342 | 145 | 1 | 0 | 67 | 13 | 75 | 104 | 100 |
| Binary | 11011111 | 11100010 | 1100101 | 1 | 0 | 110111 | 1011 | 111101 | 1000100 | 1000000 |
Color Harmonies of #DFE265
Complementary color
Monochromatic Colors of #DFE265
Black with #DFE265
Text Example
Text Example
White with #DFE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE265; }
p { color: rgb(223,226,101); }
H1.HeaderClassName
{
color: #DFE265;
}
.AnyTagClassName
{
color: #DFE265;
}
</style>
background-color css
<style>
a { background-color: #DFE265; }
a { background-color: rgb(223,226,101); }
div.DivClassName
{
background-color: #DFE265;
}
.BgClassName
{
background-color: #DFE265;
}
</style>
border-color css
<style>
span { border-color: #DFE265; }
span { border-color: rgb(223,226,101); }
td.TdClassName
{
border-color: #DFE265;
}
.TagClassName
{
border-color: #DFE265;
}
</style>