Shades of Primrose #DEDC8F
Tints of Primrose #DEDC8F
RGB
CMYK
RGB Variations
Color information
#DEDC8F (or 0xDEDC8F) is known color: Primrose. HEX triplet: DE, DC and 8F. RGB value is (222,220,143). Sum of RGB (Red+Green+Blue) = 222+220+143=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC8F is #212370. Grayscale: #D4D4D4. Windows color (decimal): -2171761 or 9428190. OLE color: 9428190.
HSL color Cylindrical-coordinate representation of color #DEDC8F: hue angle of 58.48º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEDC8F is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 143 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.13 |
| HSL | 58.48º | 0.54% | 0.72% | - |
| HSV(B) | 58.48º | 0.36% | 0.87% | - |
| XYZ | 60.68 | 68.7 | 36.05 | - |
| YUV | 211.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 143 | 0 | 0.01 | 0.36 | 0.13 | 58.48 | 0.54 | 0.72 |
| Hex | DE | DC | 8F | 0 | 1 | 24 | D | 3A | 36 | 48 |
| Octal | 336 | 334 | 217 | 0 | 1 | 44 | 15 | 72 | 66 | 110 |
| Binary | 11011110 | 11011100 | 10001111 | 0 | 1 | 100100 | 1101 | 111010 | 110110 | 1001000 |
Color Harmonies of #DEDC8F
Complementary color
Monochromatic Colors of #DEDC8F
Black with #DEDC8F
Text Example
Text Example
White with #DEDC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC8F; }
p { color: rgb(222,220,143); }
H1.HeaderClassName
{
color: #DEDC8F;
}
.AnyTagClassName
{
color: #DEDC8F;
}
</style>
background-color css
<style>
a { background-color: #DEDC8F; }
a { background-color: rgb(222,220,143); }
div.DivClassName
{
background-color: #DEDC8F;
}
.BgClassName
{
background-color: #DEDC8F;
}
</style>
border-color css
<style>
span { border-color: #DEDC8F; }
span { border-color: rgb(222,220,143); }
td.TdClassName
{
border-color: #DEDC8F;
}
.TagClassName
{
border-color: #DEDC8F;
}
</style>