Shades of Primrose #DCE58A
Tints of Primrose #DCE58A
RGB
CMYK
RGB Variations
Color information
#DCE58A (or 0xDCE58A) is known color: Primrose. HEX triplet: DC, E5 and 8A. RGB value is (220,229,138). Sum of RGB (Red+Green+Blue) = 220+229+138=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE58A is #231A75. Grayscale: #D8D8D8. Windows color (decimal): -2300534 or 9102812. OLE color: 9102812.
HSL color Cylindrical-coordinate representation of color #DCE58A: hue angle of 65.93º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCE58A is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 138 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.10 |
| HSL | 65.93º | 0.64% | 0.72% | - |
| HSV(B) | 65.93º | 0.4% | 0.9% | - |
| XYZ | 62.12 | 73.09 | 34.88 | - |
| YUV | 215.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 138 | 0.04 | 0 | 0.40 | 0.10 | 65.93 | 0.64 | 0.72 |
| Hex | DC | E5 | 8A | 4 | 0 | 28 | A | 42 | 40 | 48 |
| Octal | 334 | 345 | 212 | 4 | 0 | 50 | 12 | 102 | 100 | 110 |
| Binary | 11011100 | 11100101 | 10001010 | 100 | 0 | 101000 | 1010 | 1000010 | 1000000 | 1001000 |
Color Harmonies of #DCE58A
Complementary color
Monochromatic Colors of #DCE58A
Black with #DCE58A
Text Example
Text Example
White with #DCE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE58A; }
p { color: rgb(220,229,138); }
H1.HeaderClassName
{
color: #DCE58A;
}
.AnyTagClassName
{
color: #DCE58A;
}
</style>
background-color css
<style>
a { background-color: #DCE58A; }
a { background-color: rgb(220,229,138); }
div.DivClassName
{
background-color: #DCE58A;
}
.BgClassName
{
background-color: #DCE58A;
}
</style>
border-color css
<style>
span { border-color: #DCE58A; }
span { border-color: rgb(220,229,138); }
td.TdClassName
{
border-color: #DCE58A;
}
.TagClassName
{
border-color: #DCE58A;
}
</style>