Shades of Primrose #DEDC83
Tints of Primrose #DEDC83
RGB
CMYK
RGB Variations
Color information
#DEDC83 (or 0xDEDC83) is known color: Primrose. HEX triplet: DE, DC and 83. RGB value is (222,220,131). Sum of RGB (Red+Green+Blue) = 222+220+131=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 131 (51.56% from 255 or 22.86% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC83 is #21237C. Grayscale: #D2D2D2. Windows color (decimal): -2171773 or 8641758. OLE color: 8641758.
HSL color Cylindrical-coordinate representation of color #DEDC83: hue angle of 58.68º 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 #DEDC83 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 131 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.13 |
| HSL | 58.68º | 0.58% | 0.69% | - |
| HSV(B) | 58.68º | 0.41% | 0.87% | - |
| XYZ | 59.81 | 68.35 | 31.51 | - |
| YUV | 210.45 | 83.16 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 131 | 0 | 0.01 | 0.41 | 0.13 | 58.68 | 0.58 | 0.69 |
| Hex | DE | DC | 83 | 0 | 1 | 29 | D | 3B | 3A | 45 |
| Octal | 336 | 334 | 203 | 0 | 1 | 51 | 15 | 73 | 72 | 105 |
| Binary | 11011110 | 11011100 | 10000011 | 0 | 1 | 101001 | 1101 | 111011 | 111010 | 1000101 |
Color Harmonies of #DEDC83
Complementary color
Monochromatic Colors of #DEDC83
Black with #DEDC83
Text Example
Text Example
White with #DEDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC83; }
p { color: rgb(222,220,131); }
H1.HeaderClassName
{
color: #DEDC83;
}
.AnyTagClassName
{
color: #DEDC83;
}
</style>
background-color css
<style>
a { background-color: #DEDC83; }
a { background-color: rgb(222,220,131); }
div.DivClassName
{
background-color: #DEDC83;
}
.BgClassName
{
background-color: #DEDC83;
}
</style>
border-color css
<style>
span { border-color: #DEDC83; }
span { border-color: rgb(222,220,131); }
td.TdClassName
{
border-color: #DEDC83;
}
.TagClassName
{
border-color: #DEDC83;
}
</style>