Shades of Primrose #DFE083
Tints of Primrose #DFE083
RGB
CMYK
RGB Variations
Color information
#DFE083 (or 0xDFE083) is known color: Primrose. HEX triplet: DF, E0 and 83. RGB value is (223,224,131). Sum of RGB (Red+Green+Blue) = 223+224+131=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 131 (51.56% from 255 or 22.66% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE083 is #201F7C. Grayscale: #D5D5D5. Windows color (decimal): -2105213 or 8642783. OLE color: 8642783.
HSL color Cylindrical-coordinate representation of color #DFE083: hue angle of 60.65º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFE083 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 131 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.12 |
| HSL | 60.65º | 0.6% | 0.7% | - |
| HSV(B) | 60.65º | 0.42% | 0.88% | - |
| XYZ | 61.18 | 70.64 | 31.88 | - |
| YUV | 213.1 | 81.67 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 131 | 0.00 | 0 | 0.42 | 0.12 | 60.65 | 0.6 | 0.7 |
| Hex | DF | E0 | 83 | 0 | 0 | 2A | C | 3D | 3C | 46 |
| Octal | 337 | 340 | 203 | 0 | 0 | 52 | 14 | 75 | 74 | 106 |
| Binary | 11011111 | 11100000 | 10000011 | 0 | 0 | 101010 | 1100 | 111101 | 111100 | 1000110 |
Color Harmonies of #DFE083
Complementary color
Monochromatic Colors of #DFE083
Black with #DFE083
Text Example
Text Example
White with #DFE083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE083; }
p { color: rgb(223,224,131); }
H1.HeaderClassName
{
color: #DFE083;
}
.AnyTagClassName
{
color: #DFE083;
}
</style>
background-color css
<style>
a { background-color: #DFE083; }
a { background-color: rgb(223,224,131); }
div.DivClassName
{
background-color: #DFE083;
}
.BgClassName
{
background-color: #DFE083;
}
</style>
border-color css
<style>
span { border-color: #DFE083; }
span { border-color: rgb(223,224,131); }
td.TdClassName
{
border-color: #DFE083;
}
.TagClassName
{
border-color: #DFE083;
}
</style>