Shades of Primrose #DCE38F
Tints of Primrose #DCE38F
RGB
CMYK
RGB Variations
Color information
#DCE38F (or 0xDCE38F) is known color: Primrose. HEX triplet: DC, E3 and 8F. RGB value is (220,227,143). Sum of RGB (Red+Green+Blue) = 220+227+143=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 143 (56.25% from 255 or 24.24% from 590); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE38F is #231C70. Grayscale: #D7D7D7. Windows color (decimal): -2301041 or 9429980. OLE color: 9429980.
HSL color Cylindrical-coordinate representation of color #DCE38F: hue angle of 65º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCE38F is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 143 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.11 |
| HSL | 65º | 0.6% | 0.73% | - |
| HSV(B) | 65º | 0.37% | 0.89% | - |
| XYZ | 61.94 | 72.14 | 36.65 | - |
| YUV | 215.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 143 | 0.03 | 0 | 0.37 | 0.11 | 65 | 0.6 | 0.73 |
| Hex | DC | E3 | 8F | 3 | 0 | 25 | B | 41 | 3C | 49 |
| Octal | 334 | 343 | 217 | 3 | 0 | 45 | 13 | 101 | 74 | 111 |
| Binary | 11011100 | 11100011 | 10001111 | 11 | 0 | 100101 | 1011 | 1000001 | 111100 | 1001001 |
Color Harmonies of #DCE38F
Complementary color
Monochromatic Colors of #DCE38F
Black with #DCE38F
Text Example
Text Example
White with #DCE38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE38F; }
p { color: rgb(220,227,143); }
H1.HeaderClassName
{
color: #DCE38F;
}
.AnyTagClassName
{
color: #DCE38F;
}
</style>
background-color css
<style>
a { background-color: #DCE38F; }
a { background-color: rgb(220,227,143); }
div.DivClassName
{
background-color: #DCE38F;
}
.BgClassName
{
background-color: #DCE38F;
}
</style>
border-color css
<style>
span { border-color: #DCE38F; }
span { border-color: rgb(220,227,143); }
td.TdClassName
{
border-color: #DCE38F;
}
.TagClassName
{
border-color: #DCE38F;
}
</style>