Shades of Primrose #DEDD8B
Tints of Primrose #DEDD8B
RGB
CMYK
RGB Variations
Color information
#DEDD8B (or 0xDEDD8B) is known color: Primrose. HEX triplet: DE, DD and 8B. RGB value is (222,221,139). Sum of RGB (Red+Green+Blue) = 222+221+139=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD8B is #212274. Grayscale: #D4D4D4. Windows color (decimal): -2171509 or 9166302. OLE color: 9166302.
HSL color Cylindrical-coordinate representation of color #DEDD8B: hue angle of 59.28º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEDD8B is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 139 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.13 |
| HSL | 59.28º | 0.56% | 0.71% | - |
| HSV(B) | 59.28º | 0.37% | 0.87% | - |
| XYZ | 60.64 | 69.11 | 34.57 | - |
| YUV | 211.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 139 | 0 | 0.00 | 0.37 | 0.13 | 59.28 | 0.56 | 0.71 |
| Hex | DE | DD | 8B | 0 | 0 | 25 | D | 3B | 38 | 47 |
| Octal | 336 | 335 | 213 | 0 | 0 | 45 | 15 | 73 | 70 | 107 |
| Binary | 11011110 | 11011101 | 10001011 | 0 | 0 | 100101 | 1101 | 111011 | 111000 | 1000111 |
Color Harmonies of #DEDD8B
Complementary color
Monochromatic Colors of #DEDD8B
Black with #DEDD8B
Text Example
Text Example
White with #DEDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD8B; }
p { color: rgb(222,221,139); }
H1.HeaderClassName
{
color: #DEDD8B;
}
.AnyTagClassName
{
color: #DEDD8B;
}
</style>
background-color css
<style>
a { background-color: #DEDD8B; }
a { background-color: rgb(222,221,139); }
div.DivClassName
{
background-color: #DEDD8B;
}
.BgClassName
{
background-color: #DEDD8B;
}
</style>
border-color css
<style>
span { border-color: #DEDD8B; }
span { border-color: rgb(222,221,139); }
td.TdClassName
{
border-color: #DEDD8B;
}
.TagClassName
{
border-color: #DEDD8B;
}
</style>