Shades of Primrose #DED784
Tints of Primrose #DED784
RGB
CMYK
RGB Variations
Color information
#DED784 (or 0xDED784) is known color: Primrose. HEX triplet: DE, D7 and 84. RGB value is (222,215,132). Sum of RGB (Red+Green+Blue) = 222+215+132=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DED784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED784 is #21287B. Grayscale: #CFCFCF. Windows color (decimal): -2173052 or 8706014. OLE color: 8706014.
HSL color Cylindrical-coordinate representation of color #DED784: hue angle of 55.33º 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 #DED784 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 132 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.13 |
| HSL | 55.33º | 0.58% | 0.69% | - |
| HSV(B) | 55.33º | 0.41% | 0.87% | - |
| XYZ | 58.59 | 65.8 | 31.44 | - |
| YUV | 207.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 132 | 0 | 0.03 | 0.41 | 0.13 | 55.33 | 0.58 | 0.69 |
| Hex | DE | D7 | 84 | 0 | 3 | 29 | D | 37 | 3A | 45 |
| Octal | 336 | 327 | 204 | 0 | 3 | 51 | 15 | 67 | 72 | 105 |
| Binary | 11011110 | 11010111 | 10000100 | 0 | 11 | 101001 | 1101 | 110111 | 111010 | 1000101 |
Color Harmonies of #DED784
Complementary color
Monochromatic Colors of #DED784
Black with #DED784
Text Example
Text Example
White with #DED784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED784; }
p { color: rgb(222,215,132); }
H1.HeaderClassName
{
color: #DED784;
}
.AnyTagClassName
{
color: #DED784;
}
</style>
background-color css
<style>
a { background-color: #DED784; }
a { background-color: rgb(222,215,132); }
div.DivClassName
{
background-color: #DED784;
}
.BgClassName
{
background-color: #DED784;
}
</style>
border-color css
<style>
span { border-color: #DED784; }
span { border-color: rgb(222,215,132); }
td.TdClassName
{
border-color: #DED784;
}
.TagClassName
{
border-color: #DED784;
}
</style>