Shades of Primrose #DED785
Tints of Primrose #DED785
RGB
CMYK
RGB Variations
Color information
#DED785 (or 0xDED785) is known color: Primrose. HEX triplet: DE, D7 and 85. RGB value is (222,215,133). Sum of RGB (Red+Green+Blue) = 222+215+133=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DED785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED785 is #21287A. Grayscale: #D0D0D0. Windows color (decimal): -2173051 or 8771550. OLE color: 8771550.
HSL color Cylindrical-coordinate representation of color #DED785: hue angle of 55.28º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DED785 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 133 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.13 |
| HSL | 55.28º | 0.57% | 0.7% | - |
| HSV(B) | 55.28º | 0.4% | 0.87% | - |
| XYZ | 58.66 | 65.82 | 31.8 | - |
| YUV | 207.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 133 | 0 | 0.03 | 0.40 | 0.13 | 55.28 | 0.57 | 0.7 |
| Hex | DE | D7 | 85 | 0 | 3 | 28 | D | 37 | 39 | 46 |
| Octal | 336 | 327 | 205 | 0 | 3 | 50 | 15 | 67 | 71 | 106 |
| Binary | 11011110 | 11010111 | 10000101 | 0 | 11 | 101000 | 1101 | 110111 | 111001 | 1000110 |
Color Harmonies of #DED785
Complementary color
Monochromatic Colors of #DED785
Black with #DED785
Text Example
Text Example
White with #DED785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED785; }
p { color: rgb(222,215,133); }
H1.HeaderClassName
{
color: #DED785;
}
.AnyTagClassName
{
color: #DED785;
}
</style>
background-color css
<style>
a { background-color: #DED785; }
a { background-color: rgb(222,215,133); }
div.DivClassName
{
background-color: #DED785;
}
.BgClassName
{
background-color: #DED785;
}
</style>
border-color css
<style>
span { border-color: #DED785; }
span { border-color: rgb(222,215,133); }
td.TdClassName
{
border-color: #DED785;
}
.TagClassName
{
border-color: #DED785;
}
</style>