Shades of Primrose #DEDA8B
Tints of Primrose #DEDA8B
RGB
CMYK
RGB Variations
Color information
#DEDA8B (or 0xDEDA8B) is known color: Primrose. HEX triplet: DE, DA and 8B. RGB value is (222,218,139). Sum of RGB (Red+Green+Blue) = 222+218+139=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA8B is #212574. Grayscale: #D2D2D2. Windows color (decimal): -2172277 or 9165534. OLE color: 9165534.
HSL color Cylindrical-coordinate representation of color #DEDA8B: hue angle of 57.11º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEDA8B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 139 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.13 |
| HSL | 57.11º | 0.56% | 0.71% | - |
| HSV(B) | 57.11º | 0.37% | 0.87% | - |
| XYZ | 59.86 | 67.54 | 34.31 | - |
| YUV | 210.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 139 | 0 | 0.02 | 0.37 | 0.13 | 57.11 | 0.56 | 0.71 |
| Hex | DE | DA | 8B | 0 | 2 | 25 | D | 39 | 38 | 47 |
| Octal | 336 | 332 | 213 | 0 | 2 | 45 | 15 | 71 | 70 | 107 |
| Binary | 11011110 | 11011010 | 10001011 | 0 | 10 | 100101 | 1101 | 111001 | 111000 | 1000111 |
Color Harmonies of #DEDA8B
Complementary color
Monochromatic Colors of #DEDA8B
Black with #DEDA8B
Text Example
Text Example
White with #DEDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA8B; }
p { color: rgb(222,218,139); }
H1.HeaderClassName
{
color: #DEDA8B;
}
.AnyTagClassName
{
color: #DEDA8B;
}
</style>
background-color css
<style>
a { background-color: #DEDA8B; }
a { background-color: rgb(222,218,139); }
div.DivClassName
{
background-color: #DEDA8B;
}
.BgClassName
{
background-color: #DEDA8B;
}
</style>
border-color css
<style>
span { border-color: #DEDA8B; }
span { border-color: rgb(222,218,139); }
td.TdClassName
{
border-color: #DEDA8B;
}
.TagClassName
{
border-color: #DEDA8B;
}
</style>