Shades of Primrose #DCDD91
Tints of Primrose #DCDD91
RGB
CMYK
RGB Variations
Color information
#DCDD91 (or 0xDCDD91) is known color: Primrose. HEX triplet: DC, DD and 91. RGB value is (220,221,145). Sum of RGB (Red+Green+Blue) = 220+221+145=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD91 is #23226E. Grayscale: #D4D4D4. Windows color (decimal): -2302575 or 9559516. OLE color: 9559516.
HSL color Cylindrical-coordinate representation of color #DCDD91: hue angle of 60.79º 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 #DCDD91 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 145 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.13 |
| HSL | 60.79º | 0.53% | 0.72% | - |
| HSV(B) | 60.79º | 0.34% | 0.87% | - |
| XYZ | 60.48 | 68.97 | 36.91 | - |
| YUV | 212.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 145 | 0.00 | 0 | 0.34 | 0.13 | 60.79 | 0.53 | 0.72 |
| Hex | DC | DD | 91 | 0 | 0 | 22 | D | 3D | 35 | 48 |
| Octal | 334 | 335 | 221 | 0 | 0 | 42 | 15 | 75 | 65 | 110 |
| Binary | 11011100 | 11011101 | 10010001 | 0 | 0 | 100010 | 1101 | 111101 | 110101 | 1001000 |
Color Harmonies of #DCDD91
Complementary color
Monochromatic Colors of #DCDD91
Black with #DCDD91
Text Example
Text Example
White with #DCDD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD91; }
p { color: rgb(220,221,145); }
H1.HeaderClassName
{
color: #DCDD91;
}
.AnyTagClassName
{
color: #DCDD91;
}
</style>
background-color css
<style>
a { background-color: #DCDD91; }
a { background-color: rgb(220,221,145); }
div.DivClassName
{
background-color: #DCDD91;
}
.BgClassName
{
background-color: #DCDD91;
}
</style>
border-color css
<style>
span { border-color: #DCDD91; }
span { border-color: rgb(220,221,145); }
td.TdClassName
{
border-color: #DCDD91;
}
.TagClassName
{
border-color: #DCDD91;
}
</style>