Shades of Primrose #DEDC93
Tints of Primrose #DEDC93
RGB
CMYK
RGB Variations
Color information
#DEDC93 (or 0xDEDC93) is known color: Primrose. HEX triplet: DE, DC and 93. RGB value is (222,220,147). Sum of RGB (Red+Green+Blue) = 222+220+147=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC93 is #21236C. Grayscale: #D4D4D4. Windows color (decimal): -2171757 or 9690334. OLE color: 9690334.
HSL color Cylindrical-coordinate representation of color #DEDC93: hue angle of 58.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEDC93 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 147 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.13 |
| HSL | 58.4º | 0.53% | 0.72% | - |
| HSV(B) | 58.4º | 0.34% | 0.87% | - |
| XYZ | 60.98 | 68.82 | 37.67 | - |
| YUV | 212.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 147 | 0 | 0.01 | 0.34 | 0.13 | 58.4 | 0.53 | 0.72 |
| Hex | DE | DC | 93 | 0 | 1 | 22 | D | 3A | 35 | 48 |
| Octal | 336 | 334 | 223 | 0 | 1 | 42 | 15 | 72 | 65 | 110 |
| Binary | 11011110 | 11011100 | 10010011 | 0 | 1 | 100010 | 1101 | 111010 | 110101 | 1001000 |
Color Harmonies of #DEDC93
Complementary color
Monochromatic Colors of #DEDC93
Black with #DEDC93
Text Example
Text Example
White with #DEDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC93; }
p { color: rgb(222,220,147); }
H1.HeaderClassName
{
color: #DEDC93;
}
.AnyTagClassName
{
color: #DEDC93;
}
</style>
background-color css
<style>
a { background-color: #DEDC93; }
a { background-color: rgb(222,220,147); }
div.DivClassName
{
background-color: #DEDC93;
}
.BgClassName
{
background-color: #DEDC93;
}
</style>
border-color css
<style>
span { border-color: #DEDC93; }
span { border-color: rgb(222,220,147); }
td.TdClassName
{
border-color: #DEDC93;
}
.TagClassName
{
border-color: #DEDC93;
}
</style>