Shades of Primrose #DCDD8E
Tints of Primrose #DCDD8E
RGB
CMYK
RGB Variations
Color information
#DCDD8E (or 0xDCDD8E) is known color: Primrose. HEX triplet: DC, DD and 8E. RGB value is (220,221,142). Sum of RGB (Red+Green+Blue) = 220+221+142=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD8E is #232271. Grayscale: #D4D4D4. Windows color (decimal): -2302578 or 9362908. OLE color: 9362908.
HSL color Cylindrical-coordinate representation of color #DCDD8E: hue angle of 60.76º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCDD8E is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 142 | - |
| CMYK | 0.00 | 0 | 0.36 | 0.13 |
| HSL | 60.76º | 0.54% | 0.71% | - |
| HSV(B) | 60.76º | 0.36% | 0.87% | - |
| XYZ | 60.25 | 68.88 | 35.71 | - |
| YUV | 211.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 142 | 0.00 | 0 | 0.36 | 0.13 | 60.76 | 0.54 | 0.71 |
| Hex | DC | DD | 8E | 0 | 0 | 24 | D | 3D | 36 | 47 |
| Octal | 334 | 335 | 216 | 0 | 0 | 44 | 15 | 75 | 66 | 107 |
| Binary | 11011100 | 11011101 | 10001110 | 0 | 0 | 100100 | 1101 | 111101 | 110110 | 1000111 |
Color Harmonies of #DCDD8E
Complementary color
Monochromatic Colors of #DCDD8E
Black with #DCDD8E
Text Example
Text Example
White with #DCDD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD8E; }
p { color: rgb(220,221,142); }
H1.HeaderClassName
{
color: #DCDD8E;
}
.AnyTagClassName
{
color: #DCDD8E;
}
</style>
background-color css
<style>
a { background-color: #DCDD8E; }
a { background-color: rgb(220,221,142); }
div.DivClassName
{
background-color: #DCDD8E;
}
.BgClassName
{
background-color: #DCDD8E;
}
</style>
border-color css
<style>
span { border-color: #DCDD8E; }
span { border-color: rgb(220,221,142); }
td.TdClassName
{
border-color: #DCDD8E;
}
.TagClassName
{
border-color: #DCDD8E;
}
</style>