Shades of Primrose #DEDF86
Tints of Primrose #DEDF86
RGB
CMYK
RGB Variations
Color information
#DEDF86 (or 0xDEDF86) is known color: Primrose. HEX triplet: DE, DF and 86. RGB value is (222,223,134). Sum of RGB (Red+Green+Blue) = 222+223+134=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDF86 is #212079. Grayscale: #D4D4D4. Windows color (decimal): -2171002 or 8839134. OLE color: 8839134.
HSL color Cylindrical-coordinate representation of color #DEDF86: hue angle of 60.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEDF86 is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 134 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.13 |
| HSL | 60.67º | 0.58% | 0.7% | - |
| HSV(B) | 60.67º | 0.4% | 0.87% | - |
| XYZ | 60.81 | 70.03 | 32.87 | - |
| YUV | 212.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 134 | 0.00 | 0 | 0.40 | 0.13 | 60.67 | 0.58 | 0.7 |
| Hex | DE | DF | 86 | 0 | 0 | 28 | D | 3D | 3A | 46 |
| Octal | 336 | 337 | 206 | 0 | 0 | 50 | 15 | 75 | 72 | 106 |
| Binary | 11011110 | 11011111 | 10000110 | 0 | 0 | 101000 | 1101 | 111101 | 111010 | 1000110 |
Color Harmonies of #DEDF86
Complementary color
Monochromatic Colors of #DEDF86
Black with #DEDF86
Text Example
Text Example
White with #DEDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF86; }
p { color: rgb(222,223,134); }
H1.HeaderClassName
{
color: #DEDF86;
}
.AnyTagClassName
{
color: #DEDF86;
}
</style>
background-color css
<style>
a { background-color: #DEDF86; }
a { background-color: rgb(222,223,134); }
div.DivClassName
{
background-color: #DEDF86;
}
.BgClassName
{
background-color: #DEDF86;
}
</style>
border-color css
<style>
span { border-color: #DEDF86; }
span { border-color: rgb(222,223,134); }
td.TdClassName
{
border-color: #DEDF86;
}
.TagClassName
{
border-color: #DEDF86;
}
</style>