Shades of Primrose #DEDA8A
Tints of Primrose #DEDA8A
RGB
CMYK
RGB Variations
Color information
#DEDA8A (or 0xDEDA8A) is known color: Primrose. HEX triplet: DE, DA and 8A. RGB value is (222,218,138). Sum of RGB (Red+Green+Blue) = 222+218+138=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA8A is #212575. Grayscale: #D2D2D2. Windows color (decimal): -2172278 or 9099998. OLE color: 9099998.
HSL color Cylindrical-coordinate representation of color #DEDA8A: hue angle of 57.14º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEDA8A is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 138 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.13 |
| HSL | 57.14º | 0.56% | 0.71% | - |
| HSV(B) | 57.14º | 0.38% | 0.87% | - |
| XYZ | 59.78 | 67.51 | 33.92 | - |
| YUV | 210.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 138 | 0 | 0.02 | 0.38 | 0.13 | 57.14 | 0.56 | 0.71 |
| Hex | DE | DA | 8A | 0 | 2 | 26 | D | 39 | 38 | 47 |
| Octal | 336 | 332 | 212 | 0 | 2 | 46 | 15 | 71 | 70 | 107 |
| Binary | 11011110 | 11011010 | 10001010 | 0 | 10 | 100110 | 1101 | 111001 | 111000 | 1000111 |
Color Harmonies of #DEDA8A
Complementary color
Monochromatic Colors of #DEDA8A
Black with #DEDA8A
Text Example
Text Example
White with #DEDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA8A; }
p { color: rgb(222,218,138); }
H1.HeaderClassName
{
color: #DEDA8A;
}
.AnyTagClassName
{
color: #DEDA8A;
}
</style>
background-color css
<style>
a { background-color: #DEDA8A; }
a { background-color: rgb(222,218,138); }
div.DivClassName
{
background-color: #DEDA8A;
}
.BgClassName
{
background-color: #DEDA8A;
}
</style>
border-color css
<style>
span { border-color: #DEDA8A; }
span { border-color: rgb(222,218,138); }
td.TdClassName
{
border-color: #DEDA8A;
}
.TagClassName
{
border-color: #DEDA8A;
}
</style>