Shades of Primrose #DEDA99
Tints of Primrose #DEDA99
RGB
CMYK
RGB Variations
Color information
#DEDA99 (or 0xDEDA99) is known color: Primrose. HEX triplet: DE, DA and 99. RGB value is (222,218,153). Sum of RGB (Red+Green+Blue) = 222+218+153=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA99 is #212566. Grayscale: #D4D4D4. Windows color (decimal): -2172263 or 10083038. OLE color: 10083038.
HSL color Cylindrical-coordinate representation of color #DEDA99: hue angle of 56.52º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEDA99 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 153 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.13 |
| HSL | 56.52º | 0.51% | 0.74% | - |
| HSV(B) | 56.52º | 0.31% | 0.87% | - |
| XYZ | 60.95 | 67.97 | 40.04 | - |
| YUV | 211.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 153 | 0 | 0.02 | 0.31 | 0.13 | 56.52 | 0.51 | 0.74 |
| Hex | DE | DA | 99 | 0 | 2 | 1F | D | 39 | 33 | 4A |
| Octal | 336 | 332 | 231 | 0 | 2 | 37 | 15 | 71 | 63 | 112 |
| Binary | 11011110 | 11011010 | 10011001 | 0 | 10 | 11111 | 1101 | 111001 | 110011 | 1001010 |
Color Harmonies of #DEDA99
Complementary color
Monochromatic Colors of #DEDA99
Black with #DEDA99
Text Example
Text Example
White with #DEDA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA99; }
p { color: rgb(222,218,153); }
H1.HeaderClassName
{
color: #DEDA99;
}
.AnyTagClassName
{
color: #DEDA99;
}
</style>
background-color css
<style>
a { background-color: #DEDA99; }
a { background-color: rgb(222,218,153); }
div.DivClassName
{
background-color: #DEDA99;
}
.BgClassName
{
background-color: #DEDA99;
}
</style>
border-color css
<style>
span { border-color: #DEDA99; }
span { border-color: rgb(222,218,153); }
td.TdClassName
{
border-color: #DEDA99;
}
.TagClassName
{
border-color: #DEDA99;
}
</style>