Shades of Goldenrod #DFE264
Tints of Goldenrod #DFE264
RGB
CMYK
RGB Variations
Color information
#DFE264 (or 0xDFE264) is known color: Goldenrod. HEX triplet: DF, E2 and 64. RGB value is (223,226,100). Sum of RGB (Red+Green+Blue) = 223+226+100=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE264 is #201D9B. Grayscale: #D3D3D3. Windows color (decimal): -2104732 or 6611679. OLE color: 6611679.
HSL color Cylindrical-coordinate representation of color #DFE264: hue angle of 61.43º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFE264 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 100 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.11 |
| HSL | 61.43º | 0.68% | 0.64% | - |
| HSV(B) | 61.43º | 0.56% | 0.89% | - |
| XYZ | 59.93 | 71 | 22.6 | - |
| YUV | 210.74 | 65.51 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 100 | 0.01 | 0 | 0.56 | 0.11 | 61.43 | 0.68 | 0.64 |
| Hex | DF | E2 | 64 | 1 | 0 | 38 | B | 3D | 44 | 40 |
| Octal | 337 | 342 | 144 | 1 | 0 | 70 | 13 | 75 | 104 | 100 |
| Binary | 11011111 | 11100010 | 1100100 | 1 | 0 | 111000 | 1011 | 111101 | 1000100 | 1000000 |
Color Harmonies of #DFE264
Complementary color
Monochromatic Colors of #DFE264
Black with #DFE264
Text Example
Text Example
White with #DFE264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE264; }
p { color: rgb(223,226,100); }
H1.HeaderClassName
{
color: #DFE264;
}
.AnyTagClassName
{
color: #DFE264;
}
</style>
background-color css
<style>
a { background-color: #DFE264; }
a { background-color: rgb(223,226,100); }
div.DivClassName
{
background-color: #DFE264;
}
.BgClassName
{
background-color: #DFE264;
}
</style>
border-color css
<style>
span { border-color: #DFE264; }
span { border-color: rgb(223,226,100); }
td.TdClassName
{
border-color: #DFE264;
}
.TagClassName
{
border-color: #DFE264;
}
</style>