Shades of Primrose #DEDC9A
Tints of Primrose #DEDC9A
RGB
CMYK
RGB Variations
Color information
#DEDC9A (or 0xDEDC9A) is known color: Primrose. HEX triplet: DE, DC and 9A. RGB value is (222,220,154). Sum of RGB (Red+Green+Blue) = 222+220+154=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC9A is #212365. Grayscale: #D5D5D5. Windows color (decimal): -2171750 or 10149086. OLE color: 10149086.
HSL color Cylindrical-coordinate representation of color #DEDC9A: hue angle of 58.24º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEDC9A is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 154 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.13 |
| HSL | 58.24º | 0.51% | 0.74% | - |
| HSV(B) | 58.24º | 0.31% | 0.87% | - |
| XYZ | 61.55 | 69.05 | 40.66 | - |
| YUV | 213.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 154 | 0 | 0.01 | 0.31 | 0.13 | 58.24 | 0.51 | 0.74 |
| Hex | DE | DC | 9A | 0 | 1 | 1F | D | 3A | 33 | 4A |
| Octal | 336 | 334 | 232 | 0 | 1 | 37 | 15 | 72 | 63 | 112 |
| Binary | 11011110 | 11011100 | 10011010 | 0 | 1 | 11111 | 1101 | 111010 | 110011 | 1001010 |
Color Harmonies of #DEDC9A
Complementary color
Monochromatic Colors of #DEDC9A
Black with #DEDC9A
Text Example
Text Example
White with #DEDC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC9A; }
p { color: rgb(222,220,154); }
H1.HeaderClassName
{
color: #DEDC9A;
}
.AnyTagClassName
{
color: #DEDC9A;
}
</style>
background-color css
<style>
a { background-color: #DEDC9A; }
a { background-color: rgb(222,220,154); }
div.DivClassName
{
background-color: #DEDC9A;
}
.BgClassName
{
background-color: #DEDC9A;
}
</style>
border-color css
<style>
span { border-color: #DEDC9A; }
span { border-color: rgb(222,220,154); }
td.TdClassName
{
border-color: #DEDC9A;
}
.TagClassName
{
border-color: #DEDC9A;
}
</style>