Shades of Primrose #DCE09D
Tints of Primrose #DCE09D
RGB
CMYK
RGB Variations
Color information
#DCE09D (or 0xDCE09D) is known color: Primrose. HEX triplet: DC, E0 and 9D. RGB value is (220,224,157). Sum of RGB (Red+Green+Blue) = 220+224+157=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE09D is #231F62. Grayscale: #D7D7D7. Windows color (decimal): -2301795 or 10346716. OLE color: 10346716.
HSL color Cylindrical-coordinate representation of color #DCE09D: hue angle of 63.58º 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 #DCE09D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 157 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.12 |
| HSL | 63.58º | 0.52% | 0.75% | - |
| HSV(B) | 63.58º | 0.3% | 0.88% | - |
| XYZ | 62.26 | 70.96 | 42.31 | - |
| YUV | 215.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 157 | 0.02 | 0 | 0.30 | 0.12 | 63.58 | 0.52 | 0.75 |
| Hex | DC | E0 | 9D | 2 | 0 | 1E | C | 40 | 34 | 4B |
| Octal | 334 | 340 | 235 | 2 | 0 | 36 | 14 | 100 | 64 | 113 |
| Binary | 11011100 | 11100000 | 10011101 | 10 | 0 | 11110 | 1100 | 1000000 | 110100 | 1001011 |
Color Harmonies of #DCE09D
Complementary color
Monochromatic Colors of #DCE09D
Black with #DCE09D
Text Example
Text Example
White with #DCE09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE09D; }
p { color: rgb(220,224,157); }
H1.HeaderClassName
{
color: #DCE09D;
}
.AnyTagClassName
{
color: #DCE09D;
}
</style>
background-color css
<style>
a { background-color: #DCE09D; }
a { background-color: rgb(220,224,157); }
div.DivClassName
{
background-color: #DCE09D;
}
.BgClassName
{
background-color: #DCE09D;
}
</style>
border-color css
<style>
span { border-color: #DCE09D; }
span { border-color: rgb(220,224,157); }
td.TdClassName
{
border-color: #DCE09D;
}
.TagClassName
{
border-color: #DCE09D;
}
</style>