Shades of Primrose #DCE29B
Tints of Primrose #DCE29B
RGB
CMYK
RGB Variations
Color information
#DCE29B (or 0xDCE29B) is known color: Primrose. HEX triplet: DC, E2 and 9B. RGB value is (220,226,155). Sum of RGB (Red+Green+Blue) = 220+226+155=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE29B is #231D64. Grayscale: #D8D8D8. Windows color (decimal): -2301285 or 10216156. OLE color: 10216156.
HSL color Cylindrical-coordinate representation of color #DCE29B: hue angle of 65.07º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCE29B is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 155 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.11 |
| HSL | 65.07º | 0.55% | 0.75% | - |
| HSV(B) | 65.07º | 0.31% | 0.89% | - |
| XYZ | 62.63 | 71.97 | 41.6 | - |
| YUV | 216.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 155 | 0.03 | 0 | 0.31 | 0.11 | 65.07 | 0.55 | 0.75 |
| Hex | DC | E2 | 9B | 3 | 0 | 1F | B | 41 | 37 | 4B |
| Octal | 334 | 342 | 233 | 3 | 0 | 37 | 13 | 101 | 67 | 113 |
| Binary | 11011100 | 11100010 | 10011011 | 11 | 0 | 11111 | 1011 | 1000001 | 110111 | 1001011 |
Color Harmonies of #DCE29B
Complementary color
Monochromatic Colors of #DCE29B
Black with #DCE29B
Text Example
Text Example
White with #DCE29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE29B; }
p { color: rgb(220,226,155); }
H1.HeaderClassName
{
color: #DCE29B;
}
.AnyTagClassName
{
color: #DCE29B;
}
</style>
background-color css
<style>
a { background-color: #DCE29B; }
a { background-color: rgb(220,226,155); }
div.DivClassName
{
background-color: #DCE29B;
}
.BgClassName
{
background-color: #DCE29B;
}
</style>
border-color css
<style>
span { border-color: #DCE29B; }
span { border-color: rgb(220,226,155); }
td.TdClassName
{
border-color: #DCE29B;
}
.TagClassName
{
border-color: #DCE29B;
}
</style>