Shades of Primrose #DEDB96
Tints of Primrose #DEDB96
RGB
CMYK
RGB Variations
Color information
#DEDB96 (or 0xDEDB96) is known color: Primrose. HEX triplet: DE, DB and 96. RGB value is (222,219,150). Sum of RGB (Red+Green+Blue) = 222+219+150=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB96 is #212469. Grayscale: #D4D4D4. Windows color (decimal): -2172010 or 9886686. OLE color: 9886686.
HSL color Cylindrical-coordinate representation of color #DEDB96: hue angle of 57.5º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEDB96 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 150 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.13 |
| HSL | 57.5º | 0.52% | 0.73% | - |
| HSV(B) | 57.5º | 0.32% | 0.87% | - |
| XYZ | 60.96 | 68.39 | 38.84 | - |
| YUV | 212.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 150 | 0 | 0.01 | 0.32 | 0.13 | 57.5 | 0.52 | 0.73 |
| Hex | DE | DB | 96 | 0 | 1 | 20 | D | 3A | 34 | 49 |
| Octal | 336 | 333 | 226 | 0 | 1 | 40 | 15 | 72 | 64 | 111 |
| Binary | 11011110 | 11011011 | 10010110 | 0 | 1 | 100000 | 1101 | 111010 | 110100 | 1001001 |
Color Harmonies of #DEDB96
Complementary color
Monochromatic Colors of #DEDB96
Black with #DEDB96
Text Example
Text Example
White with #DEDB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB96; }
p { color: rgb(222,219,150); }
H1.HeaderClassName
{
color: #DEDB96;
}
.AnyTagClassName
{
color: #DEDB96;
}
</style>
background-color css
<style>
a { background-color: #DEDB96; }
a { background-color: rgb(222,219,150); }
div.DivClassName
{
background-color: #DEDB96;
}
.BgClassName
{
background-color: #DEDB96;
}
</style>
border-color css
<style>
span { border-color: #DEDB96; }
span { border-color: rgb(222,219,150); }
td.TdClassName
{
border-color: #DEDB96;
}
.TagClassName
{
border-color: #DEDB96;
}
</style>