Shades of Primrose #DED688
Tints of Primrose #DED688
RGB
CMYK
RGB Variations
Color information
#DED688 (or 0xDED688) is known color: Primrose. HEX triplet: DE, D6 and 88. RGB value is (222,214,136). Sum of RGB (Red+Green+Blue) = 222+214+136=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DED688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED688 is #212977. Grayscale: #CFCFCF. Windows color (decimal): -2173304 or 8967902. OLE color: 8967902.
HSL color Cylindrical-coordinate representation of color #DED688: hue angle of 54.42º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DED688 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 136 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.13 |
| HSL | 54.42º | 0.57% | 0.7% | - |
| HSV(B) | 54.42º | 0.39% | 0.87% | - |
| XYZ | 58.61 | 65.4 | 32.83 | - |
| YUV | 207.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 136 | 0 | 0.04 | 0.39 | 0.13 | 54.42 | 0.57 | 0.7 |
| Hex | DE | D6 | 88 | 0 | 4 | 27 | D | 36 | 39 | 46 |
| Octal | 336 | 326 | 210 | 0 | 4 | 47 | 15 | 66 | 71 | 106 |
| Binary | 11011110 | 11010110 | 10001000 | 0 | 100 | 100111 | 1101 | 110110 | 111001 | 1000110 |
Color Harmonies of #DED688
Complementary color
Monochromatic Colors of #DED688
Black with #DED688
Text Example
Text Example
White with #DED688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED688; }
p { color: rgb(222,214,136); }
H1.HeaderClassName
{
color: #DED688;
}
.AnyTagClassName
{
color: #DED688;
}
</style>
background-color css
<style>
a { background-color: #DED688; }
a { background-color: rgb(222,214,136); }
div.DivClassName
{
background-color: #DED688;
}
.BgClassName
{
background-color: #DED688;
}
</style>
border-color css
<style>
span { border-color: #DED688; }
span { border-color: rgb(222,214,136); }
td.TdClassName
{
border-color: #DED688;
}
.TagClassName
{
border-color: #DED688;
}
</style>