Shades of Primrose #DCEA88
Tints of Primrose #DCEA88
RGB
CMYK
RGB Variations
Color information
#DCEA88 (or 0xDCEA88) is known color: Primrose. HEX triplet: DC, EA and 88. RGB value is (220,234,136). Sum of RGB (Red+Green+Blue) = 220+234+136=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 136 (53.52% from 255 or 23.05% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA88 is #231577. Grayscale: #DBDBDB. Windows color (decimal): -2299256 or 8973020. OLE color: 8973020.
HSL color Cylindrical-coordinate representation of color #DCEA88: hue angle of 68.57º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCEA88 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 136 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.08 |
| HSL | 68.57º | 0.7% | 0.73% | - |
| HSV(B) | 68.57º | 0.42% | 0.92% | - |
| XYZ | 63.38 | 75.84 | 34.59 | - |
| YUV | 218.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 136 | 0.06 | 0 | 0.42 | 0.08 | 68.57 | 0.7 | 0.73 |
| Hex | DC | EA | 88 | 6 | 0 | 2A | 8 | 45 | 46 | 49 |
| Octal | 334 | 352 | 210 | 6 | 0 | 52 | 10 | 105 | 106 | 111 |
| Binary | 11011100 | 11101010 | 10001000 | 110 | 0 | 101010 | 1000 | 1000101 | 1000110 | 1001001 |
Color Harmonies of #DCEA88
Complementary color
Monochromatic Colors of #DCEA88
Black with #DCEA88
Text Example
Text Example
White with #DCEA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA88; }
p { color: rgb(220,234,136); }
H1.HeaderClassName
{
color: #DCEA88;
}
.AnyTagClassName
{
color: #DCEA88;
}
</style>
background-color css
<style>
a { background-color: #DCEA88; }
a { background-color: rgb(220,234,136); }
div.DivClassName
{
background-color: #DCEA88;
}
.BgClassName
{
background-color: #DCEA88;
}
</style>
border-color css
<style>
span { border-color: #DCEA88; }
span { border-color: rgb(220,234,136); }
td.TdClassName
{
border-color: #DCEA88;
}
.TagClassName
{
border-color: #DCEA88;
}
</style>