Shades of Primrose #DCDE93
Tints of Primrose #DCDE93
RGB
CMYK
RGB Variations
Color information
#DCDE93 (or 0xDCDE93) is known color: Primrose. HEX triplet: DC, DE and 93. RGB value is (220,222,147). Sum of RGB (Red+Green+Blue) = 220+222+147=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE93 is #23216C. Grayscale: #D5D5D5. Windows color (decimal): -2302317 or 9690844. OLE color: 9690844.
HSL color Cylindrical-coordinate representation of color #DCDE93: hue angle of 61.6º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCDE93 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 147 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.13 |
| HSL | 61.6º | 0.53% | 0.72% | - |
| HSV(B) | 61.6º | 0.34% | 0.87% | - |
| XYZ | 60.9 | 69.56 | 37.82 | - |
| YUV | 212.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 147 | 0.01 | 0 | 0.34 | 0.13 | 61.6 | 0.53 | 0.72 |
| Hex | DC | DE | 93 | 1 | 0 | 22 | D | 3E | 35 | 48 |
| Octal | 334 | 336 | 223 | 1 | 0 | 42 | 15 | 76 | 65 | 110 |
| Binary | 11011100 | 11011110 | 10010011 | 1 | 0 | 100010 | 1101 | 111110 | 110101 | 1001000 |
Color Harmonies of #DCDE93
Complementary color
Monochromatic Colors of #DCDE93
Black with #DCDE93
Text Example
Text Example
White with #DCDE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE93; }
p { color: rgb(220,222,147); }
H1.HeaderClassName
{
color: #DCDE93;
}
.AnyTagClassName
{
color: #DCDE93;
}
</style>
background-color css
<style>
a { background-color: #DCDE93; }
a { background-color: rgb(220,222,147); }
div.DivClassName
{
background-color: #DCDE93;
}
.BgClassName
{
background-color: #DCDE93;
}
</style>
border-color css
<style>
span { border-color: #DCDE93; }
span { border-color: rgb(220,222,147); }
td.TdClassName
{
border-color: #DCDE93;
}
.TagClassName
{
border-color: #DCDE93;
}
</style>