Shades of Primrose #DCE19B
Tints of Primrose #DCE19B
RGB
CMYK
RGB Variations
Color information
#DCE19B (or 0xDCE19B) is known color: Primrose. HEX triplet: DC, E1 and 9B. RGB value is (220,225,155). Sum of RGB (Red+Green+Blue) = 220+225+155=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE19B is #231E64. Grayscale: #D7D7D7. Windows color (decimal): -2301541 or 10215900. OLE color: 10215900.
HSL color Cylindrical-coordinate representation of color #DCE19B: hue angle of 64.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCE19B is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 155 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.12 |
| HSL | 64.29º | 0.54% | 0.75% | - |
| HSV(B) | 64.29º | 0.31% | 0.88% | - |
| XYZ | 62.36 | 71.43 | 41.51 | - |
| YUV | 215.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 155 | 0.02 | 0 | 0.31 | 0.12 | 64.29 | 0.54 | 0.75 |
| Hex | DC | E1 | 9B | 2 | 0 | 1F | C | 40 | 36 | 4B |
| Octal | 334 | 341 | 233 | 2 | 0 | 37 | 14 | 100 | 66 | 113 |
| Binary | 11011100 | 11100001 | 10011011 | 10 | 0 | 11111 | 1100 | 1000000 | 110110 | 1001011 |
Color Harmonies of #DCE19B
Complementary color
Monochromatic Colors of #DCE19B
Black with #DCE19B
Text Example
Text Example
White with #DCE19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE19B; }
p { color: rgb(220,225,155); }
H1.HeaderClassName
{
color: #DCE19B;
}
.AnyTagClassName
{
color: #DCE19B;
}
</style>
background-color css
<style>
a { background-color: #DCE19B; }
a { background-color: rgb(220,225,155); }
div.DivClassName
{
background-color: #DCE19B;
}
.BgClassName
{
background-color: #DCE19B;
}
</style>
border-color css
<style>
span { border-color: #DCE19B; }
span { border-color: rgb(220,225,155); }
td.TdClassName
{
border-color: #DCE19B;
}
.TagClassName
{
border-color: #DCE19B;
}
</style>