Shades of Primrose #DFE082
Tints of Primrose #DFE082
RGB
CMYK
RGB Variations
Color information
#DFE082 (or 0xDFE082) is known color: Primrose. HEX triplet: DF, E0 and 82. RGB value is (223,224,130). Sum of RGB (Red+Green+Blue) = 223+224+130=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE082 is #201F7D. Grayscale: #D5D5D5. Windows color (decimal): -2105214 or 8577247. OLE color: 8577247.
HSL color Cylindrical-coordinate representation of color #DFE082: hue angle of 60.64º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFE082 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 130 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.12 |
| HSL | 60.64º | 0.6% | 0.69% | - |
| HSV(B) | 60.64º | 0.42% | 0.88% | - |
| XYZ | 61.12 | 70.61 | 31.53 | - |
| YUV | 212.99 | 81.17 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 130 | 0.00 | 0 | 0.42 | 0.12 | 60.64 | 0.6 | 0.69 |
| Hex | DF | E0 | 82 | 0 | 0 | 2A | C | 3D | 3C | 45 |
| Octal | 337 | 340 | 202 | 0 | 0 | 52 | 14 | 75 | 74 | 105 |
| Binary | 11011111 | 11100000 | 10000010 | 0 | 0 | 101010 | 1100 | 111101 | 111100 | 1000101 |
Color Harmonies of #DFE082
Complementary color
Monochromatic Colors of #DFE082
Black with #DFE082
Text Example
Text Example
White with #DFE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE082; }
p { color: rgb(223,224,130); }
H1.HeaderClassName
{
color: #DFE082;
}
.AnyTagClassName
{
color: #DFE082;
}
</style>
background-color css
<style>
a { background-color: #DFE082; }
a { background-color: rgb(223,224,130); }
div.DivClassName
{
background-color: #DFE082;
}
.BgClassName
{
background-color: #DFE082;
}
</style>
border-color css
<style>
span { border-color: #DFE082; }
span { border-color: rgb(223,224,130); }
td.TdClassName
{
border-color: #DFE082;
}
.TagClassName
{
border-color: #DFE082;
}
</style>