Shades of Primrose #DEDC9B
Tints of Primrose #DEDC9B
RGB
CMYK
RGB Variations
Color information
#DEDC9B (or 0xDEDC9B) is known color: Primrose. HEX triplet: DE, DC and 9B. RGB value is (222,220,155). Sum of RGB (Red+Green+Blue) = 222+220+155=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC9B is #212364. Grayscale: #D5D5D5. Windows color (decimal): -2171749 or 10214622. OLE color: 10214622.
HSL color Cylindrical-coordinate representation of color #DEDC9B: hue angle of 58.21º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEDC9B is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 155 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.13 |
| HSL | 58.21º | 0.5% | 0.74% | - |
| HSV(B) | 58.21º | 0.3% | 0.87% | - |
| XYZ | 61.63 | 69.08 | 41.1 | - |
| YUV | 213.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 155 | 0 | 0.01 | 0.30 | 0.13 | 58.21 | 0.5 | 0.74 |
| Hex | DE | DC | 9B | 0 | 1 | 1E | D | 3A | 32 | 4A |
| Octal | 336 | 334 | 233 | 0 | 1 | 36 | 15 | 72 | 62 | 112 |
| Binary | 11011110 | 11011100 | 10011011 | 0 | 1 | 11110 | 1101 | 111010 | 110010 | 1001010 |
Color Harmonies of #DEDC9B
Complementary color
Monochromatic Colors of #DEDC9B
Black with #DEDC9B
Text Example
Text Example
White with #DEDC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC9B; }
p { color: rgb(222,220,155); }
H1.HeaderClassName
{
color: #DEDC9B;
}
.AnyTagClassName
{
color: #DEDC9B;
}
</style>
background-color css
<style>
a { background-color: #DEDC9B; }
a { background-color: rgb(222,220,155); }
div.DivClassName
{
background-color: #DEDC9B;
}
.BgClassName
{
background-color: #DEDC9B;
}
</style>
border-color css
<style>
span { border-color: #DEDC9B; }
span { border-color: rgb(222,220,155); }
td.TdClassName
{
border-color: #DEDC9B;
}
.TagClassName
{
border-color: #DEDC9B;
}
</style>