Shades of Primrose #DEDA97
Tints of Primrose #DEDA97
RGB
CMYK
RGB Variations
Color information
#DEDA97 (or 0xDEDA97) is known color: Primrose. HEX triplet: DE, DA and 97. RGB value is (222,218,151). Sum of RGB (Red+Green+Blue) = 222+218+151=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 151 (59.38% from 255 or 25.55% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA97 is #212568. Grayscale: #D3D3D3. Windows color (decimal): -2172265 or 9951966. OLE color: 9951966.
HSL color Cylindrical-coordinate representation of color #DEDA97: hue angle of 56.62º 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 #DEDA97 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 151 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.13 |
| HSL | 56.62º | 0.52% | 0.73% | - |
| HSV(B) | 56.62º | 0.32% | 0.87% | - |
| XYZ | 60.78 | 67.91 | 39.18 | - |
| YUV | 211.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 151 | 0 | 0.02 | 0.32 | 0.13 | 56.62 | 0.52 | 0.73 |
| Hex | DE | DA | 97 | 0 | 2 | 20 | D | 39 | 34 | 49 |
| Octal | 336 | 332 | 227 | 0 | 2 | 40 | 15 | 71 | 64 | 111 |
| Binary | 11011110 | 11011010 | 10010111 | 0 | 10 | 100000 | 1101 | 111001 | 110100 | 1001001 |
Color Harmonies of #DEDA97
Complementary color
Monochromatic Colors of #DEDA97
Black with #DEDA97
Text Example
Text Example
White with #DEDA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA97; }
p { color: rgb(222,218,151); }
H1.HeaderClassName
{
color: #DEDA97;
}
.AnyTagClassName
{
color: #DEDA97;
}
</style>
background-color css
<style>
a { background-color: #DEDA97; }
a { background-color: rgb(222,218,151); }
div.DivClassName
{
background-color: #DEDA97;
}
.BgClassName
{
background-color: #DEDA97;
}
</style>
border-color css
<style>
span { border-color: #DEDA97; }
span { border-color: rgb(222,218,151); }
td.TdClassName
{
border-color: #DEDA97;
}
.TagClassName
{
border-color: #DEDA97;
}
</style>