Shades of Primrose #DEDC94
Tints of Primrose #DEDC94
RGB
CMYK
RGB Variations
Color information
#DEDC94 (or 0xDEDC94) is known color: Primrose. HEX triplet: DE, DC and 94. RGB value is (222,220,148). Sum of RGB (Red+Green+Blue) = 222+220+148=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC94 is #21236B. Grayscale: #D4D4D4. Windows color (decimal): -2171756 or 9755870. OLE color: 9755870.
HSL color Cylindrical-coordinate representation of color #DEDC94: hue angle of 58.38º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEDC94 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 148 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.13 |
| HSL | 58.38º | 0.53% | 0.73% | - |
| HSV(B) | 58.38º | 0.33% | 0.87% | - |
| XYZ | 61.06 | 68.85 | 38.09 | - |
| YUV | 212.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 148 | 0 | 0.01 | 0.33 | 0.13 | 58.38 | 0.53 | 0.73 |
| Hex | DE | DC | 94 | 0 | 1 | 21 | D | 3A | 35 | 49 |
| Octal | 336 | 334 | 224 | 0 | 1 | 41 | 15 | 72 | 65 | 111 |
| Binary | 11011110 | 11011100 | 10010100 | 0 | 1 | 100001 | 1101 | 111010 | 110101 | 1001001 |
Color Harmonies of #DEDC94
Complementary color
Monochromatic Colors of #DEDC94
Black with #DEDC94
Text Example
Text Example
White with #DEDC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC94; }
p { color: rgb(222,220,148); }
H1.HeaderClassName
{
color: #DEDC94;
}
.AnyTagClassName
{
color: #DEDC94;
}
</style>
background-color css
<style>
a { background-color: #DEDC94; }
a { background-color: rgb(222,220,148); }
div.DivClassName
{
background-color: #DEDC94;
}
.BgClassName
{
background-color: #DEDC94;
}
</style>
border-color css
<style>
span { border-color: #DEDC94; }
span { border-color: rgb(222,220,148); }
td.TdClassName
{
border-color: #DEDC94;
}
.TagClassName
{
border-color: #DEDC94;
}
</style>