Shades of Primrose #DCE09C
Tints of Primrose #DCE09C
RGB
CMYK
RGB Variations
Color information
#DCE09C (or 0xDCE09C) is known color: Primrose. HEX triplet: DC, E0 and 9C. RGB value is (220,224,156). Sum of RGB (Red+Green+Blue) = 220+224+156=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE09C is #231F63. Grayscale: #D7D7D7. Windows color (decimal): -2301796 or 10281180. OLE color: 10281180.
HSL color Cylindrical-coordinate representation of color #DCE09C: hue angle of 63.53º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCE09C is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 156 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.12 |
| HSL | 63.53º | 0.52% | 0.75% | - |
| HSV(B) | 63.53º | 0.3% | 0.88% | - |
| XYZ | 62.17 | 70.93 | 41.87 | - |
| YUV | 215.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 156 | 0.02 | 0 | 0.30 | 0.12 | 63.53 | 0.52 | 0.75 |
| Hex | DC | E0 | 9C | 2 | 0 | 1E | C | 40 | 34 | 4B |
| Octal | 334 | 340 | 234 | 2 | 0 | 36 | 14 | 100 | 64 | 113 |
| Binary | 11011100 | 11100000 | 10011100 | 10 | 0 | 11110 | 1100 | 1000000 | 110100 | 1001011 |
Color Harmonies of #DCE09C
Complementary color
Monochromatic Colors of #DCE09C
Black with #DCE09C
Text Example
Text Example
White with #DCE09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE09C; }
p { color: rgb(220,224,156); }
H1.HeaderClassName
{
color: #DCE09C;
}
.AnyTagClassName
{
color: #DCE09C;
}
</style>
background-color css
<style>
a { background-color: #DCE09C; }
a { background-color: rgb(220,224,156); }
div.DivClassName
{
background-color: #DCE09C;
}
.BgClassName
{
background-color: #DCE09C;
}
</style>
border-color css
<style>
span { border-color: #DCE09C; }
span { border-color: rgb(220,224,156); }
td.TdClassName
{
border-color: #DCE09C;
}
.TagClassName
{
border-color: #DCE09C;
}
</style>