Shades of Primrose #DCDE96
Tints of Primrose #DCDE96
RGB
CMYK
RGB Variations
Color information
#DCDE96 (or 0xDCDE96) is known color: Primrose. HEX triplet: DC, DE and 96. RGB value is (220,222,150). Sum of RGB (Red+Green+Blue) = 220+222+150=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE96 is #232169. Grayscale: #D5D5D5. Windows color (decimal): -2302314 or 9887452. OLE color: 9887452.
HSL color Cylindrical-coordinate representation of color #DCDE96: hue angle of 61.67º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCDE96 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 150 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.13 |
| HSL | 61.67º | 0.52% | 0.73% | - |
| HSV(B) | 61.67º | 0.32% | 0.87% | - |
| XYZ | 61.14 | 69.66 | 39.08 | - |
| YUV | 213.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 150 | 0.01 | 0 | 0.32 | 0.13 | 61.67 | 0.52 | 0.73 |
| Hex | DC | DE | 96 | 1 | 0 | 20 | D | 3E | 34 | 49 |
| Octal | 334 | 336 | 226 | 1 | 0 | 40 | 15 | 76 | 64 | 111 |
| Binary | 11011100 | 11011110 | 10010110 | 1 | 0 | 100000 | 1101 | 111110 | 110100 | 1001001 |
Color Harmonies of #DCDE96
Complementary color
Monochromatic Colors of #DCDE96
Black with #DCDE96
Text Example
Text Example
White with #DCDE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE96; }
p { color: rgb(220,222,150); }
H1.HeaderClassName
{
color: #DCDE96;
}
.AnyTagClassName
{
color: #DCDE96;
}
</style>
background-color css
<style>
a { background-color: #DCDE96; }
a { background-color: rgb(220,222,150); }
div.DivClassName
{
background-color: #DCDE96;
}
.BgClassName
{
background-color: #DCDE96;
}
</style>
border-color css
<style>
span { border-color: #DCDE96; }
span { border-color: rgb(220,222,150); }
td.TdClassName
{
border-color: #DCDE96;
}
.TagClassName
{
border-color: #DCDE96;
}
</style>