Shades of Primrose #DCDD90
Tints of Primrose #DCDD90
RGB
CMYK
RGB Variations
Color information
#DCDD90 (or 0xDCDD90) is known color: Primrose. HEX triplet: DC, DD and 90. RGB value is (220,221,144). Sum of RGB (Red+Green+Blue) = 220+221+144=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD90 is #23226F. Grayscale: #D4D4D4. Windows color (decimal): -2302576 or 9493980. OLE color: 9493980.
HSL color Cylindrical-coordinate representation of color #DCDD90: hue angle of 60.78º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCDD90 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 144 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.13 |
| HSL | 60.78º | 0.53% | 0.72% | - |
| HSV(B) | 60.78º | 0.35% | 0.87% | - |
| XYZ | 60.41 | 68.94 | 36.51 | - |
| YUV | 211.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 144 | 0.00 | 0 | 0.35 | 0.13 | 60.78 | 0.53 | 0.72 |
| Hex | DC | DD | 90 | 0 | 0 | 23 | D | 3D | 35 | 48 |
| Octal | 334 | 335 | 220 | 0 | 0 | 43 | 15 | 75 | 65 | 110 |
| Binary | 11011100 | 11011101 | 10010000 | 0 | 0 | 100011 | 1101 | 111101 | 110101 | 1001000 |
Color Harmonies of #DCDD90
Complementary color
Monochromatic Colors of #DCDD90
Black with #DCDD90
Text Example
Text Example
White with #DCDD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD90; }
p { color: rgb(220,221,144); }
H1.HeaderClassName
{
color: #DCDD90;
}
.AnyTagClassName
{
color: #DCDD90;
}
</style>
background-color css
<style>
a { background-color: #DCDD90; }
a { background-color: rgb(220,221,144); }
div.DivClassName
{
background-color: #DCDD90;
}
.BgClassName
{
background-color: #DCDD90;
}
</style>
border-color css
<style>
span { border-color: #DCDD90; }
span { border-color: rgb(220,221,144); }
td.TdClassName
{
border-color: #DCDD90;
}
.TagClassName
{
border-color: #DCDD90;
}
</style>