Shades of Primrose #DDDB8E
Tints of Primrose #DDDB8E
RGB
CMYK
RGB Variations
Color information
#DDDB8E (or 0xDDDB8E) is known color: Primrose. HEX triplet: DD, DB and 8E. RGB value is (221,219,142). Sum of RGB (Red+Green+Blue) = 221+219+142=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB8E is #222471. Grayscale: #D3D3D3. Windows color (decimal): -2237554 or 9362397. OLE color: 9362397.
HSL color Cylindrical-coordinate representation of color #DDDB8E: hue angle of 58.48º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDDB8E is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 142 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.13 |
| HSL | 58.48º | 0.54% | 0.71% | - |
| HSV(B) | 58.48º | 0.36% | 0.87% | - |
| XYZ | 60.03 | 67.99 | 35.55 | - |
| YUV | 210.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 142 | 0 | 0.01 | 0.36 | 0.13 | 58.48 | 0.54 | 0.71 |
| Hex | DD | DB | 8E | 0 | 1 | 24 | D | 3A | 36 | 47 |
| Octal | 335 | 333 | 216 | 0 | 1 | 44 | 15 | 72 | 66 | 107 |
| Binary | 11011101 | 11011011 | 10001110 | 0 | 1 | 100100 | 1101 | 111010 | 110110 | 1000111 |
Color Harmonies of #DDDB8E
Complementary color
Monochromatic Colors of #DDDB8E
Black with #DDDB8E
Text Example
Text Example
White with #DDDB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB8E; }
p { color: rgb(221,219,142); }
H1.HeaderClassName
{
color: #DDDB8E;
}
.AnyTagClassName
{
color: #DDDB8E;
}
</style>
background-color css
<style>
a { background-color: #DDDB8E; }
a { background-color: rgb(221,219,142); }
div.DivClassName
{
background-color: #DDDB8E;
}
.BgClassName
{
background-color: #DDDB8E;
}
</style>
border-color css
<style>
span { border-color: #DDDB8E; }
span { border-color: rgb(221,219,142); }
td.TdClassName
{
border-color: #DDDB8E;
}
.TagClassName
{
border-color: #DDDB8E;
}
</style>