Shades of Primrose #DEDF91
Tints of Primrose #DEDF91
RGB
CMYK
RGB Variations
Color information
#DEDF91 (or 0xDEDF91) is known color: Primrose. HEX triplet: DE, DF and 91. RGB value is (222,223,145). Sum of RGB (Red+Green+Blue) = 222+223+145=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDF91 is #21206E. Grayscale: #D6D6D6. Windows color (decimal): -2170991 or 9560030. OLE color: 9560030.
HSL color Cylindrical-coordinate representation of color #DEDF91: hue angle of 60.77º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEDF91 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 145 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.13 |
| HSL | 60.77º | 0.55% | 0.72% | - |
| HSV(B) | 60.77º | 0.35% | 0.87% | - |
| XYZ | 61.62 | 70.35 | 37.12 | - |
| YUV | 213.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 145 | 0.00 | 0 | 0.35 | 0.13 | 60.77 | 0.55 | 0.72 |
| Hex | DE | DF | 91 | 0 | 0 | 23 | D | 3D | 37 | 48 |
| Octal | 336 | 337 | 221 | 0 | 0 | 43 | 15 | 75 | 67 | 110 |
| Binary | 11011110 | 11011111 | 10010001 | 0 | 0 | 100011 | 1101 | 111101 | 110111 | 1001000 |
Color Harmonies of #DEDF91
Complementary color
Monochromatic Colors of #DEDF91
Black with #DEDF91
Text Example
Text Example
White with #DEDF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF91; }
p { color: rgb(222,223,145); }
H1.HeaderClassName
{
color: #DEDF91;
}
.AnyTagClassName
{
color: #DEDF91;
}
</style>
background-color css
<style>
a { background-color: #DEDF91; }
a { background-color: rgb(222,223,145); }
div.DivClassName
{
background-color: #DEDF91;
}
.BgClassName
{
background-color: #DEDF91;
}
</style>
border-color css
<style>
span { border-color: #DEDF91; }
span { border-color: rgb(222,223,145); }
td.TdClassName
{
border-color: #DEDF91;
}
.TagClassName
{
border-color: #DEDF91;
}
</style>