Shades of Primrose #DDDB8C
Tints of Primrose #DDDB8C
RGB
CMYK
RGB Variations
Color information
#DDDB8C (or 0xDDDB8C) is known color: Primrose. HEX triplet: DD, DB and 8C. RGB value is (221,219,140). Sum of RGB (Red+Green+Blue) = 221+219+140=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB8C is #222473. Grayscale: #D2D2D2. Windows color (decimal): -2237556 or 9231325. OLE color: 9231325.
HSL color Cylindrical-coordinate representation of color #DDDB8C: hue angle of 58.52º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDDB8C is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 140 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.13 |
| HSL | 58.52º | 0.54% | 0.71% | - |
| HSV(B) | 58.52º | 0.37% | 0.87% | - |
| XYZ | 59.88 | 67.93 | 34.77 | - |
| YUV | 210.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 140 | 0 | 0.01 | 0.37 | 0.13 | 58.52 | 0.54 | 0.71 |
| Hex | DD | DB | 8C | 0 | 1 | 25 | D | 3B | 36 | 47 |
| Octal | 335 | 333 | 214 | 0 | 1 | 45 | 15 | 73 | 66 | 107 |
| Binary | 11011101 | 11011011 | 10001100 | 0 | 1 | 100101 | 1101 | 111011 | 110110 | 1000111 |
Color Harmonies of #DDDB8C
Complementary color
Monochromatic Colors of #DDDB8C
Black with #DDDB8C
Text Example
Text Example
White with #DDDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB8C; }
p { color: rgb(221,219,140); }
H1.HeaderClassName
{
color: #DDDB8C;
}
.AnyTagClassName
{
color: #DDDB8C;
}
</style>
background-color css
<style>
a { background-color: #DDDB8C; }
a { background-color: rgb(221,219,140); }
div.DivClassName
{
background-color: #DDDB8C;
}
.BgClassName
{
background-color: #DDDB8C;
}
</style>
border-color css
<style>
span { border-color: #DDDB8C; }
span { border-color: rgb(221,219,140); }
td.TdClassName
{
border-color: #DDDB8C;
}
.TagClassName
{
border-color: #DDDB8C;
}
</style>