Shades of Primrose #DCE397
Tints of Primrose #DCE397
RGB
CMYK
RGB Variations
Color information
#DCE397 (or 0xDCE397) is known color: Primrose. HEX triplet: DC, E3 and 97. RGB value is (220,227,151). Sum of RGB (Red+Green+Blue) = 220+227+151=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE397 is #231C68. Grayscale: #D8D8D8. Windows color (decimal): -2301033 or 9954268. OLE color: 9954268.
HSL color Cylindrical-coordinate representation of color #DCE397: hue angle of 65.53º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE397 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 151 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.11 |
| HSL | 65.53º | 0.58% | 0.74% | - |
| HSV(B) | 65.53º | 0.33% | 0.89% | - |
| XYZ | 62.57 | 72.39 | 39.95 | - |
| YUV | 216.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 151 | 0.03 | 0 | 0.33 | 0.11 | 65.53 | 0.58 | 0.74 |
| Hex | DC | E3 | 97 | 3 | 0 | 21 | B | 42 | 3A | 4A |
| Octal | 334 | 343 | 227 | 3 | 0 | 41 | 13 | 102 | 72 | 112 |
| Binary | 11011100 | 11100011 | 10010111 | 11 | 0 | 100001 | 1011 | 1000010 | 111010 | 1001010 |
Color Harmonies of #DCE397
Complementary color
Monochromatic Colors of #DCE397
Black with #DCE397
Text Example
Text Example
White with #DCE397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE397; }
p { color: rgb(220,227,151); }
H1.HeaderClassName
{
color: #DCE397;
}
.AnyTagClassName
{
color: #DCE397;
}
</style>
background-color css
<style>
a { background-color: #DCE397; }
a { background-color: rgb(220,227,151); }
div.DivClassName
{
background-color: #DCE397;
}
.BgClassName
{
background-color: #DCE397;
}
</style>
border-color css
<style>
span { border-color: #DCE397; }
span { border-color: rgb(220,227,151); }
td.TdClassName
{
border-color: #DCE397;
}
.TagClassName
{
border-color: #DCE397;
}
</style>