Shades of Primrose #DDDD9C
Tints of Primrose #DDDD9C
RGB
CMYK
RGB Variations
Color information
#DDDD9C (or 0xDDDD9C) is known color: Primrose. HEX triplet: DD, DD and 9C. RGB value is (221,221,156). Sum of RGB (Red+Green+Blue) = 221+221+156=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 156 (61.33% from 255 or 26.09% from 598); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD9C is #222263. Grayscale: #D5D5D5. Windows color (decimal): -2237028 or 10280413. OLE color: 10280413.
HSL color Cylindrical-coordinate representation of color #DDDD9C: hue angle of 60º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDDD9C is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 156 | - |
| CMYK | 0 | 0 | 0.29 | 0.13 |
| HSL | 60º | 0.49% | 0.74% | - |
| HSV(B) | 60º | 0.29% | 0.87% | - |
| XYZ | 61.68 | 69.49 | 41.61 | - |
| YUV | 213.59 | 95.5 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 156 | 0 | 0 | 0.29 | 0.13 | 60 | 0.49 | 0.74 |
| Hex | DD | DD | 9C | 0 | 0 | 1D | D | 3C | 31 | 4A |
| Octal | 335 | 335 | 234 | 0 | 0 | 35 | 15 | 74 | 61 | 112 |
| Binary | 11011101 | 11011101 | 10011100 | 0 | 0 | 11101 | 1101 | 111100 | 110001 | 1001010 |
Color Harmonies of #DDDD9C
Complementary color
Monochromatic Colors of #DDDD9C
Black with #DDDD9C
Text Example
Text Example
White with #DDDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD9C; }
p { color: rgb(221,221,156); }
H1.HeaderClassName
{
color: #DDDD9C;
}
.AnyTagClassName
{
color: #DDDD9C;
}
</style>
background-color css
<style>
a { background-color: #DDDD9C; }
a { background-color: rgb(221,221,156); }
div.DivClassName
{
background-color: #DDDD9C;
}
.BgClassName
{
background-color: #DDDD9C;
}
</style>
border-color css
<style>
span { border-color: #DDDD9C; }
span { border-color: rgb(221,221,156); }
td.TdClassName
{
border-color: #DDDD9C;
}
.TagClassName
{
border-color: #DDDD9C;
}
</style>