Shades of Primrose #DCE097
Tints of Primrose #DCE097
RGB
CMYK
RGB Variations
Color information
#DCE097 (or 0xDCE097) is known color: Primrose. HEX triplet: DC, E0 and 97. RGB value is (220,224,151). Sum of RGB (Red+Green+Blue) = 220+224+151=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE097 is #231F68. Grayscale: #D6D6D6. Windows color (decimal): -2301801 or 9953500. OLE color: 9953500.
HSL color Cylindrical-coordinate representation of color #DCE097: hue angle of 63.29º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE097 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 151 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.12 |
| HSL | 63.29º | 0.54% | 0.74% | - |
| HSV(B) | 63.29º | 0.33% | 0.88% | - |
| XYZ | 61.76 | 70.76 | 39.68 | - |
| YUV | 214.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 151 | 0.02 | 0 | 0.33 | 0.12 | 63.29 | 0.54 | 0.74 |
| Hex | DC | E0 | 97 | 2 | 0 | 21 | C | 3F | 36 | 4A |
| Octal | 334 | 340 | 227 | 2 | 0 | 41 | 14 | 77 | 66 | 112 |
| Binary | 11011100 | 11100000 | 10010111 | 10 | 0 | 100001 | 1100 | 111111 | 110110 | 1001010 |
Color Harmonies of #DCE097
Complementary color
Monochromatic Colors of #DCE097
Black with #DCE097
Text Example
Text Example
White with #DCE097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE097; }
p { color: rgb(220,224,151); }
H1.HeaderClassName
{
color: #DCE097;
}
.AnyTagClassName
{
color: #DCE097;
}
</style>
background-color css
<style>
a { background-color: #DCE097; }
a { background-color: rgb(220,224,151); }
div.DivClassName
{
background-color: #DCE097;
}
.BgClassName
{
background-color: #DCE097;
}
</style>
border-color css
<style>
span { border-color: #DCE097; }
span { border-color: rgb(220,224,151); }
td.TdClassName
{
border-color: #DCE097;
}
.TagClassName
{
border-color: #DCE097;
}
</style>