Shades of Primrose #DCE08A
Tints of Primrose #DCE08A
RGB
CMYK
RGB Variations
Color information
#DCE08A (or 0xDCE08A) is known color: Primrose. HEX triplet: DC, E0 and 8A. RGB value is (220,224,138). Sum of RGB (Red+Green+Blue) = 220+224+138=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE08A is #231F75. Grayscale: #D5D5D5. Windows color (decimal): -2301814 or 9101532. OLE color: 9101532.
HSL color Cylindrical-coordinate representation of color #DCE08A: hue angle of 62.79º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCE08A is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 138 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.12 |
| HSL | 62.79º | 0.58% | 0.71% | - |
| HSV(B) | 62.79º | 0.38% | 0.88% | - |
| XYZ | 60.76 | 70.36 | 34.42 | - |
| YUV | 213 | 85.67 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 138 | 0.02 | 0 | 0.38 | 0.12 | 62.79 | 0.58 | 0.71 |
| Hex | DC | E0 | 8A | 2 | 0 | 26 | C | 3F | 3A | 47 |
| Octal | 334 | 340 | 212 | 2 | 0 | 46 | 14 | 77 | 72 | 107 |
| Binary | 11011100 | 11100000 | 10001010 | 10 | 0 | 100110 | 1100 | 111111 | 111010 | 1000111 |
Color Harmonies of #DCE08A
Complementary color
Monochromatic Colors of #DCE08A
Black with #DCE08A
Text Example
Text Example
White with #DCE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE08A; }
p { color: rgb(220,224,138); }
H1.HeaderClassName
{
color: #DCE08A;
}
.AnyTagClassName
{
color: #DCE08A;
}
</style>
background-color css
<style>
a { background-color: #DCE08A; }
a { background-color: rgb(220,224,138); }
div.DivClassName
{
background-color: #DCE08A;
}
.BgClassName
{
background-color: #DCE08A;
}
</style>
border-color css
<style>
span { border-color: #DCE08A; }
span { border-color: rgb(220,224,138); }
td.TdClassName
{
border-color: #DCE08A;
}
.TagClassName
{
border-color: #DCE08A;
}
</style>