Shades of Primrose #DCE59B
Tints of Primrose #DCE59B
RGB
CMYK
RGB Variations
Color information
#DCE59B (or 0xDCE59B) is known color: Primrose. HEX triplet: DC, E5 and 9B. RGB value is (220,229,155). Sum of RGB (Red+Green+Blue) = 220+229+155=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE59B is #231A64. Grayscale: #DADADA. Windows color (decimal): -2300517 or 10216924. OLE color: 10216924.
HSL color Cylindrical-coordinate representation of color #DCE59B: hue angle of 67.3º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE59B is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 155 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.10 |
| HSL | 67.3º | 0.59% | 0.75% | - |
| HSV(B) | 67.3º | 0.32% | 0.9% | - |
| XYZ | 63.45 | 73.62 | 41.88 | - |
| YUV | 217.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 155 | 0.04 | 0 | 0.32 | 0.10 | 67.3 | 0.59 | 0.75 |
| Hex | DC | E5 | 9B | 4 | 0 | 20 | A | 43 | 3B | 4B |
| Octal | 334 | 345 | 233 | 4 | 0 | 40 | 12 | 103 | 73 | 113 |
| Binary | 11011100 | 11100101 | 10011011 | 100 | 0 | 100000 | 1010 | 1000011 | 111011 | 1001011 |
Color Harmonies of #DCE59B
Complementary color
Monochromatic Colors of #DCE59B
Black with #DCE59B
Text Example
Text Example
White with #DCE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE59B; }
p { color: rgb(220,229,155); }
H1.HeaderClassName
{
color: #DCE59B;
}
.AnyTagClassName
{
color: #DCE59B;
}
</style>
background-color css
<style>
a { background-color: #DCE59B; }
a { background-color: rgb(220,229,155); }
div.DivClassName
{
background-color: #DCE59B;
}
.BgClassName
{
background-color: #DCE59B;
}
</style>
border-color css
<style>
span { border-color: #DCE59B; }
span { border-color: rgb(220,229,155); }
td.TdClassName
{
border-color: #DCE59B;
}
.TagClassName
{
border-color: #DCE59B;
}
</style>