Shades of Primrose #DCE09B
Tints of Primrose #DCE09B
RGB
CMYK
RGB Variations
Color information
#DCE09B (or 0xDCE09B) is known color: Primrose. HEX triplet: DC, E0 and 9B. RGB value is (220,224,155). Sum of RGB (Red+Green+Blue) = 220+224+155=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE09B is #231F64. Grayscale: #D7D7D7. Windows color (decimal): -2301797 or 10215644. OLE color: 10215644.
HSL color Cylindrical-coordinate representation of color #DCE09B: hue angle of 63.48º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCE09B is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 155 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.12 |
| HSL | 63.48º | 0.53% | 0.74% | - |
| HSV(B) | 63.48º | 0.31% | 0.88% | - |
| XYZ | 62.09 | 70.89 | 41.42 | - |
| YUV | 214.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 155 | 0.02 | 0 | 0.31 | 0.12 | 63.48 | 0.53 | 0.74 |
| Hex | DC | E0 | 9B | 2 | 0 | 1F | C | 3F | 35 | 4A |
| Octal | 334 | 340 | 233 | 2 | 0 | 37 | 14 | 77 | 65 | 112 |
| Binary | 11011100 | 11100000 | 10011011 | 10 | 0 | 11111 | 1100 | 111111 | 110101 | 1001010 |
Color Harmonies of #DCE09B
Complementary color
Monochromatic Colors of #DCE09B
Black with #DCE09B
Text Example
Text Example
White with #DCE09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE09B; }
p { color: rgb(220,224,155); }
H1.HeaderClassName
{
color: #DCE09B;
}
.AnyTagClassName
{
color: #DCE09B;
}
</style>
background-color css
<style>
a { background-color: #DCE09B; }
a { background-color: rgb(220,224,155); }
div.DivClassName
{
background-color: #DCE09B;
}
.BgClassName
{
background-color: #DCE09B;
}
</style>
border-color css
<style>
span { border-color: #DCE09B; }
span { border-color: rgb(220,224,155); }
td.TdClassName
{
border-color: #DCE09B;
}
.TagClassName
{
border-color: #DCE09B;
}
</style>