Shades of Primrose #DDDA8F
Tints of Primrose #DDDA8F
RGB
CMYK
RGB Variations
Color information
#DDDA8F (or 0xDDDA8F) is known color: Primrose. HEX triplet: DD, DA and 8F. RGB value is (221,218,143). Sum of RGB (Red+Green+Blue) = 221+218+143=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA8F is #222570. Grayscale: #D2D2D2. Windows color (decimal): -2237809 or 9427677. OLE color: 9427677.
HSL color Cylindrical-coordinate representation of color #DDDA8F: hue angle of 57.69º 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 #DDDA8F is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 143 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.13 |
| HSL | 57.69º | 0.53% | 0.71% | - |
| HSV(B) | 57.69º | 0.35% | 0.87% | - |
| XYZ | 59.85 | 67.5 | 35.86 | - |
| YUV | 210.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 143 | 0 | 0.01 | 0.35 | 0.13 | 57.69 | 0.53 | 0.71 |
| Hex | DD | DA | 8F | 0 | 1 | 23 | D | 3A | 35 | 47 |
| Octal | 335 | 332 | 217 | 0 | 1 | 43 | 15 | 72 | 65 | 107 |
| Binary | 11011101 | 11011010 | 10001111 | 0 | 1 | 100011 | 1101 | 111010 | 110101 | 1000111 |
Color Harmonies of #DDDA8F
Complementary color
Monochromatic Colors of #DDDA8F
Black with #DDDA8F
Text Example
Text Example
White with #DDDA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA8F; }
p { color: rgb(221,218,143); }
H1.HeaderClassName
{
color: #DDDA8F;
}
.AnyTagClassName
{
color: #DDDA8F;
}
</style>
background-color css
<style>
a { background-color: #DDDA8F; }
a { background-color: rgb(221,218,143); }
div.DivClassName
{
background-color: #DDDA8F;
}
.BgClassName
{
background-color: #DDDA8F;
}
</style>
border-color css
<style>
span { border-color: #DDDA8F; }
span { border-color: rgb(221,218,143); }
td.TdClassName
{
border-color: #DDDA8F;
}
.TagClassName
{
border-color: #DDDA8F;
}
</style>