Shades of Primrose #DEDE83
Tints of Primrose #DEDE83
RGB
CMYK
RGB Variations
Color information
#DEDE83 (or 0xDEDE83) is known color: Primrose. HEX triplet: DE, DE and 83. RGB value is (222,222,131). Sum of RGB (Red+Green+Blue) = 222+222+131=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 131 (51.56% from 255 or 22.78% from 575); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE83 is #21217C. Grayscale: #D3D3D3. Windows color (decimal): -2171261 or 8642270. OLE color: 8642270.
HSL color Cylindrical-coordinate representation of color #DEDE83: hue angle of 60º 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 #DEDE83 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 131 | - |
| CMYK | 0 | 0 | 0.41 | 0.13 |
| HSL | 60º | 0.58% | 0.69% | - |
| HSV(B) | 60º | 0.41% | 0.87% | - |
| XYZ | 60.34 | 69.41 | 31.69 | - |
| YUV | 211.63 | 82.5 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 131 | 0 | 0 | 0.41 | 0.13 | 60 | 0.58 | 0.69 |
| Hex | DE | DE | 83 | 0 | 0 | 29 | D | 3C | 3A | 45 |
| Octal | 336 | 336 | 203 | 0 | 0 | 51 | 15 | 74 | 72 | 105 |
| Binary | 11011110 | 11011110 | 10000011 | 0 | 0 | 101001 | 1101 | 111100 | 111010 | 1000101 |
Color Harmonies of #DEDE83
Complementary color
Monochromatic Colors of #DEDE83
Black with #DEDE83
Text Example
Text Example
White with #DEDE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE83; }
p { color: rgb(222,222,131); }
H1.HeaderClassName
{
color: #DEDE83;
}
.AnyTagClassName
{
color: #DEDE83;
}
</style>
background-color css
<style>
a { background-color: #DEDE83; }
a { background-color: rgb(222,222,131); }
div.DivClassName
{
background-color: #DEDE83;
}
.BgClassName
{
background-color: #DEDE83;
}
</style>
border-color css
<style>
span { border-color: #DEDE83; }
span { border-color: rgb(222,222,131); }
td.TdClassName
{
border-color: #DEDE83;
}
.TagClassName
{
border-color: #DEDE83;
}
</style>