Shades of Primrose #DED68E
Tints of Primrose #DED68E
RGB
CMYK
RGB Variations
Color information
#DED68E (or 0xDED68E) is known color: Primrose. HEX triplet: DE, D6 and 8E. RGB value is (222,214,142). Sum of RGB (Red+Green+Blue) = 222+214+142=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 142 (55.86% from 255 or 24.57% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DED68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED68E is #212971. Grayscale: #D0D0D0. Windows color (decimal): -2173298 or 9361118. OLE color: 9361118.
HSL color Cylindrical-coordinate representation of color #DED68E: hue angle of 54º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DED68E is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 142 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.13 |
| HSL | 54º | 0.55% | 0.71% | - |
| HSV(B) | 54º | 0.36% | 0.87% | - |
| XYZ | 59.05 | 65.58 | 35.14 | - |
| YUV | 208.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 142 | 0 | 0.04 | 0.36 | 0.13 | 54 | 0.55 | 0.71 |
| Hex | DE | D6 | 8E | 0 | 4 | 24 | D | 36 | 37 | 47 |
| Octal | 336 | 326 | 216 | 0 | 4 | 44 | 15 | 66 | 67 | 107 |
| Binary | 11011110 | 11010110 | 10001110 | 0 | 100 | 100100 | 1101 | 110110 | 110111 | 1000111 |
Color Harmonies of #DED68E
Complementary color
Monochromatic Colors of #DED68E
Black with #DED68E
Text Example
Text Example
White with #DED68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED68E; }
p { color: rgb(222,214,142); }
H1.HeaderClassName
{
color: #DED68E;
}
.AnyTagClassName
{
color: #DED68E;
}
</style>
background-color css
<style>
a { background-color: #DED68E; }
a { background-color: rgb(222,214,142); }
div.DivClassName
{
background-color: #DED68E;
}
.BgClassName
{
background-color: #DED68E;
}
</style>
border-color css
<style>
span { border-color: #DED68E; }
span { border-color: rgb(222,214,142); }
td.TdClassName
{
border-color: #DED68E;
}
.TagClassName
{
border-color: #DED68E;
}
</style>