Shades of Primrose #DDDC90
Tints of Primrose #DDDC90
RGB
CMYK
RGB Variations
Color information
#DDDC90 (or 0xDDDC90) is known color: Primrose. HEX triplet: DD, DC and 90. RGB value is (221,220,144). Sum of RGB (Red+Green+Blue) = 221+220+144=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC90 is #22236F. Grayscale: #D3D3D3. Windows color (decimal): -2237296 or 9493725. OLE color: 9493725.
HSL color Cylindrical-coordinate representation of color #DDDC90: hue angle of 59.22º 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 #DDDC90 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 144 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.13 |
| HSL | 59.22º | 0.53% | 0.72% | - |
| HSV(B) | 59.22º | 0.35% | 0.87% | - |
| XYZ | 60.45 | 68.57 | 36.44 | - |
| YUV | 211.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 144 | 0 | 0.00 | 0.35 | 0.13 | 59.22 | 0.53 | 0.72 |
| Hex | DD | DC | 90 | 0 | 0 | 23 | D | 3B | 35 | 48 |
| Octal | 335 | 334 | 220 | 0 | 0 | 43 | 15 | 73 | 65 | 110 |
| Binary | 11011101 | 11011100 | 10010000 | 0 | 0 | 100011 | 1101 | 111011 | 110101 | 1001000 |
Color Harmonies of #DDDC90
Complementary color
Monochromatic Colors of #DDDC90
Black with #DDDC90
Text Example
Text Example
White with #DDDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC90; }
p { color: rgb(221,220,144); }
H1.HeaderClassName
{
color: #DDDC90;
}
.AnyTagClassName
{
color: #DDDC90;
}
</style>
background-color css
<style>
a { background-color: #DDDC90; }
a { background-color: rgb(221,220,144); }
div.DivClassName
{
background-color: #DDDC90;
}
.BgClassName
{
background-color: #DDDC90;
}
</style>
border-color css
<style>
span { border-color: #DDDC90; }
span { border-color: rgb(221,220,144); }
td.TdClassName
{
border-color: #DDDC90;
}
.TagClassName
{
border-color: #DDDC90;
}
</style>