Shades of Primrose #DDDB88
Tints of Primrose #DDDB88
RGB
CMYK
RGB Variations
Color information
#DDDB88 (or 0xDDDB88) is known color: Primrose. HEX triplet: DD, DB and 88. RGB value is (221,219,136). Sum of RGB (Red+Green+Blue) = 221+219+136=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB88 is #222477. Grayscale: #D2D2D2. Windows color (decimal): -2237560 or 8969181. OLE color: 8969181.
HSL color Cylindrical-coordinate representation of color #DDDB88: hue angle of 58.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDDB88 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 136 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.13 |
| HSL | 58.59º | 0.56% | 0.7% | - |
| HSV(B) | 58.59º | 0.38% | 0.87% | - |
| XYZ | 59.59 | 67.81 | 33.24 | - |
| YUV | 210.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 136 | 0 | 0.01 | 0.38 | 0.13 | 58.59 | 0.56 | 0.7 |
| Hex | DD | DB | 88 | 0 | 1 | 26 | D | 3B | 38 | 46 |
| Octal | 335 | 333 | 210 | 0 | 1 | 46 | 15 | 73 | 70 | 106 |
| Binary | 11011101 | 11011011 | 10001000 | 0 | 1 | 100110 | 1101 | 111011 | 111000 | 1000110 |
Color Harmonies of #DDDB88
Complementary color
Monochromatic Colors of #DDDB88
Black with #DDDB88
Text Example
Text Example
White with #DDDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB88; }
p { color: rgb(221,219,136); }
H1.HeaderClassName
{
color: #DDDB88;
}
.AnyTagClassName
{
color: #DDDB88;
}
</style>
background-color css
<style>
a { background-color: #DDDB88; }
a { background-color: rgb(221,219,136); }
div.DivClassName
{
background-color: #DDDB88;
}
.BgClassName
{
background-color: #DDDB88;
}
</style>
border-color css
<style>
span { border-color: #DDDB88; }
span { border-color: rgb(221,219,136); }
td.TdClassName
{
border-color: #DDDB88;
}
.TagClassName
{
border-color: #DDDB88;
}
</style>