Shades of Primrose #DCE099
Tints of Primrose #DCE099
RGB
CMYK
RGB Variations
Color information
#DCE099 (or 0xDCE099) is known color: Primrose. HEX triplet: DC, E0 and 99. RGB value is (220,224,153). Sum of RGB (Red+Green+Blue) = 220+224+153=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 153 (60.16% from 255 or 25.63% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE099 is #231F66. Grayscale: #D6D6D6. Windows color (decimal): -2301799 or 10084572. OLE color: 10084572.
HSL color Cylindrical-coordinate representation of color #DCE099: hue angle of 63.38º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE099 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 153 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.12 |
| HSL | 63.38º | 0.53% | 0.74% | - |
| HSV(B) | 63.38º | 0.32% | 0.88% | - |
| XYZ | 61.92 | 70.83 | 40.54 | - |
| YUV | 214.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 153 | 0.02 | 0 | 0.32 | 0.12 | 63.38 | 0.53 | 0.74 |
| Hex | DC | E0 | 99 | 2 | 0 | 20 | C | 3F | 35 | 4A |
| Octal | 334 | 340 | 231 | 2 | 0 | 40 | 14 | 77 | 65 | 112 |
| Binary | 11011100 | 11100000 | 10011001 | 10 | 0 | 100000 | 1100 | 111111 | 110101 | 1001010 |
Color Harmonies of #DCE099
Complementary color
Monochromatic Colors of #DCE099
Black with #DCE099
Text Example
Text Example
White with #DCE099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE099; }
p { color: rgb(220,224,153); }
H1.HeaderClassName
{
color: #DCE099;
}
.AnyTagClassName
{
color: #DCE099;
}
</style>
background-color css
<style>
a { background-color: #DCE099; }
a { background-color: rgb(220,224,153); }
div.DivClassName
{
background-color: #DCE099;
}
.BgClassName
{
background-color: #DCE099;
}
</style>
border-color css
<style>
span { border-color: #DCE099; }
span { border-color: rgb(220,224,153); }
td.TdClassName
{
border-color: #DCE099;
}
.TagClassName
{
border-color: #DCE099;
}
</style>