Shades of Primrose #DEDA83
Tints of Primrose #DEDA83
RGB
CMYK
RGB Variations
Color information
#DEDA83 (or 0xDEDA83) is known color: Primrose. HEX triplet: DE, DA and 83. RGB value is (222,218,131). Sum of RGB (Red+Green+Blue) = 222+218+131=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA83 is #21257C. Grayscale: #D1D1D1. Windows color (decimal): -2172285 or 8641246. OLE color: 8641246.
HSL color Cylindrical-coordinate representation of color #DEDA83: hue angle of 57.36º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEDA83 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 131 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.13 |
| HSL | 57.36º | 0.58% | 0.69% | - |
| HSV(B) | 57.36º | 0.41% | 0.87% | - |
| XYZ | 59.29 | 67.31 | 31.34 | - |
| YUV | 209.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 131 | 0 | 0.02 | 0.41 | 0.13 | 57.36 | 0.58 | 0.69 |
| Hex | DE | DA | 83 | 0 | 2 | 29 | D | 39 | 3A | 45 |
| Octal | 336 | 332 | 203 | 0 | 2 | 51 | 15 | 71 | 72 | 105 |
| Binary | 11011110 | 11011010 | 10000011 | 0 | 10 | 101001 | 1101 | 111001 | 111010 | 1000101 |
Color Harmonies of #DEDA83
Complementary color
Monochromatic Colors of #DEDA83
Black with #DEDA83
Text Example
Text Example
White with #DEDA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA83; }
p { color: rgb(222,218,131); }
H1.HeaderClassName
{
color: #DEDA83;
}
.AnyTagClassName
{
color: #DEDA83;
}
</style>
background-color css
<style>
a { background-color: #DEDA83; }
a { background-color: rgb(222,218,131); }
div.DivClassName
{
background-color: #DEDA83;
}
.BgClassName
{
background-color: #DEDA83;
}
</style>
border-color css
<style>
span { border-color: #DEDA83; }
span { border-color: rgb(222,218,131); }
td.TdClassName
{
border-color: #DEDA83;
}
.TagClassName
{
border-color: #DEDA83;
}
</style>