Shades of Primrose #DEDD83
Tints of Primrose #DEDD83
RGB
CMYK
RGB Variations
Color information
#DEDD83 (or 0xDEDD83) is known color: Primrose. HEX triplet: DE, DD and 83. RGB value is (222,221,131). Sum of RGB (Red+Green+Blue) = 222+221+131=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 131 (51.56% from 255 or 22.82% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD83 is #21227C. Grayscale: #D3D3D3. Windows color (decimal): -2171517 or 8642014. OLE color: 8642014.
HSL color Cylindrical-coordinate representation of color #DEDD83: hue angle of 59.34º 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 #DEDD83 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 131 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.13 |
| HSL | 59.34º | 0.58% | 0.69% | - |
| HSV(B) | 59.34º | 0.41% | 0.87% | - |
| XYZ | 60.08 | 68.88 | 31.6 | - |
| YUV | 211.04 | 82.83 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 131 | 0 | 0.00 | 0.41 | 0.13 | 59.34 | 0.58 | 0.69 |
| Hex | DE | DD | 83 | 0 | 0 | 29 | D | 3B | 3A | 45 |
| Octal | 336 | 335 | 203 | 0 | 0 | 51 | 15 | 73 | 72 | 105 |
| Binary | 11011110 | 11011101 | 10000011 | 0 | 0 | 101001 | 1101 | 111011 | 111010 | 1000101 |
Color Harmonies of #DEDD83
Complementary color
Monochromatic Colors of #DEDD83
Black with #DEDD83
Text Example
Text Example
White with #DEDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD83; }
p { color: rgb(222,221,131); }
H1.HeaderClassName
{
color: #DEDD83;
}
.AnyTagClassName
{
color: #DEDD83;
}
</style>
background-color css
<style>
a { background-color: #DEDD83; }
a { background-color: rgb(222,221,131); }
div.DivClassName
{
background-color: #DEDD83;
}
.BgClassName
{
background-color: #DEDD83;
}
</style>
border-color css
<style>
span { border-color: #DEDD83; }
span { border-color: rgb(222,221,131); }
td.TdClassName
{
border-color: #DEDD83;
}
.TagClassName
{
border-color: #DEDD83;
}
</style>