Shades of Primrose #DEDF93
Tints of Primrose #DEDF93
RGB
CMYK
RGB Variations
Color information
#DEDF93 (or 0xDEDF93) is known color: Primrose. HEX triplet: DE, DF and 93. RGB value is (222,223,147). Sum of RGB (Red+Green+Blue) = 222+223+147=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDF93 is #21206C. Grayscale: #D6D6D6. Windows color (decimal): -2170989 or 9691102. OLE color: 9691102.
HSL color Cylindrical-coordinate representation of color #DEDF93: hue angle of 60.79º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEDF93 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 147 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.13 |
| HSL | 60.79º | 0.54% | 0.73% | - |
| HSV(B) | 60.79º | 0.34% | 0.87% | - |
| XYZ | 61.78 | 70.41 | 37.94 | - |
| YUV | 214.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 147 | 0.00 | 0 | 0.34 | 0.13 | 60.79 | 0.54 | 0.73 |
| Hex | DE | DF | 93 | 0 | 0 | 22 | D | 3D | 36 | 49 |
| Octal | 336 | 337 | 223 | 0 | 0 | 42 | 15 | 75 | 66 | 111 |
| Binary | 11011110 | 11011111 | 10010011 | 0 | 0 | 100010 | 1101 | 111101 | 110110 | 1001001 |
Color Harmonies of #DEDF93
Complementary color
Monochromatic Colors of #DEDF93
Black with #DEDF93
Text Example
Text Example
White with #DEDF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF93; }
p { color: rgb(222,223,147); }
H1.HeaderClassName
{
color: #DEDF93;
}
.AnyTagClassName
{
color: #DEDF93;
}
</style>
background-color css
<style>
a { background-color: #DEDF93; }
a { background-color: rgb(222,223,147); }
div.DivClassName
{
background-color: #DEDF93;
}
.BgClassName
{
background-color: #DEDF93;
}
</style>
border-color css
<style>
span { border-color: #DEDF93; }
span { border-color: rgb(222,223,147); }
td.TdClassName
{
border-color: #DEDF93;
}
.TagClassName
{
border-color: #DEDF93;
}
</style>