Shades of Primrose #DDDD8F
Tints of Primrose #DDDD8F
RGB
CMYK
RGB Variations
Color information
#DDDD8F (or 0xDDDD8F) is known color: Primrose. HEX triplet: DD, DD and 8F. RGB value is (221,221,143). Sum of RGB (Red+Green+Blue) = 221+221+143=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD8F is #222270. Grayscale: #D4D4D4. Windows color (decimal): -2237041 or 9428445. OLE color: 9428445.
HSL color Cylindrical-coordinate representation of color #DDDD8F: hue angle of 60º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDDD8F is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 143 | - |
| CMYK | 0 | 0 | 0.35 | 0.13 |
| HSL | 60º | 0.53% | 0.71% | - |
| HSV(B) | 60º | 0.35% | 0.87% | - |
| XYZ | 60.63 | 69.07 | 36.12 | - |
| YUV | 212.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 143 | 0 | 0 | 0.35 | 0.13 | 60 | 0.53 | 0.71 |
| Hex | DD | DD | 8F | 0 | 0 | 23 | D | 3C | 35 | 47 |
| Octal | 335 | 335 | 217 | 0 | 0 | 43 | 15 | 74 | 65 | 107 |
| Binary | 11011101 | 11011101 | 10001111 | 0 | 0 | 100011 | 1101 | 111100 | 110101 | 1000111 |
Color Harmonies of #DDDD8F
Complementary color
Monochromatic Colors of #DDDD8F
Black with #DDDD8F
Text Example
Text Example
White with #DDDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD8F; }
p { color: rgb(221,221,143); }
H1.HeaderClassName
{
color: #DDDD8F;
}
.AnyTagClassName
{
color: #DDDD8F;
}
</style>
background-color css
<style>
a { background-color: #DDDD8F; }
a { background-color: rgb(221,221,143); }
div.DivClassName
{
background-color: #DDDD8F;
}
.BgClassName
{
background-color: #DDDD8F;
}
</style>
border-color css
<style>
span { border-color: #DDDD8F; }
span { border-color: rgb(221,221,143); }
td.TdClassName
{
border-color: #DDDD8F;
}
.TagClassName
{
border-color: #DDDD8F;
}
</style>