Shades of Primrose #DCE08B
Tints of Primrose #DCE08B
RGB
CMYK
RGB Variations
Color information
#DCE08B (or 0xDCE08B) is known color: Primrose. HEX triplet: DC, E0 and 8B. RGB value is (220,224,139). Sum of RGB (Red+Green+Blue) = 220+224+139=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE08B is #231F74. Grayscale: #D5D5D5. Windows color (decimal): -2301813 or 9167068. OLE color: 9167068.
HSL color Cylindrical-coordinate representation of color #DCE08B: hue angle of 62.82º 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 #DCE08B is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 139 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.12 |
| HSL | 62.82º | 0.58% | 0.71% | - |
| HSV(B) | 62.82º | 0.38% | 0.88% | - |
| XYZ | 60.83 | 70.39 | 34.81 | - |
| YUV | 213.11 | 86.17 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 139 | 0.02 | 0 | 0.38 | 0.12 | 62.82 | 0.58 | 0.71 |
| Hex | DC | E0 | 8B | 2 | 0 | 26 | C | 3F | 3A | 47 |
| Octal | 334 | 340 | 213 | 2 | 0 | 46 | 14 | 77 | 72 | 107 |
| Binary | 11011100 | 11100000 | 10001011 | 10 | 0 | 100110 | 1100 | 111111 | 111010 | 1000111 |
Color Harmonies of #DCE08B
Complementary color
Monochromatic Colors of #DCE08B
Black with #DCE08B
Text Example
Text Example
White with #DCE08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE08B; }
p { color: rgb(220,224,139); }
H1.HeaderClassName
{
color: #DCE08B;
}
.AnyTagClassName
{
color: #DCE08B;
}
</style>
background-color css
<style>
a { background-color: #DCE08B; }
a { background-color: rgb(220,224,139); }
div.DivClassName
{
background-color: #DCE08B;
}
.BgClassName
{
background-color: #DCE08B;
}
</style>
border-color css
<style>
span { border-color: #DCE08B; }
span { border-color: rgb(220,224,139); }
td.TdClassName
{
border-color: #DCE08B;
}
.TagClassName
{
border-color: #DCE08B;
}
</style>