Shades of Primrose #DDD488
Tints of Primrose #DDD488
RGB
CMYK
RGB Variations
Color information
#DDD488 (or 0xDDD488) is known color: Primrose. HEX triplet: DD, D4 and 88. RGB value is (221,212,136). Sum of RGB (Red+Green+Blue) = 221+212+136=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 136 (53.52% from 255 or 23.90% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD488 is #222B77. Grayscale: #CECECE. Windows color (decimal): -2239352 or 8967389. OLE color: 8967389.
HSL color Cylindrical-coordinate representation of color #DDD488: hue angle of 53.65º 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 #DDD488 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 136 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.13 |
| HSL | 53.65º | 0.56% | 0.7% | - |
| HSV(B) | 53.65º | 0.38% | 0.87% | - |
| XYZ | 57.81 | 64.24 | 32.64 | - |
| YUV | 206.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 136 | 0 | 0.04 | 0.38 | 0.13 | 53.65 | 0.56 | 0.7 |
| Hex | DD | D4 | 88 | 0 | 4 | 26 | D | 36 | 38 | 46 |
| Octal | 335 | 324 | 210 | 0 | 4 | 46 | 15 | 66 | 70 | 106 |
| Binary | 11011101 | 11010100 | 10001000 | 0 | 100 | 100110 | 1101 | 110110 | 111000 | 1000110 |
Color Harmonies of #DDD488
Complementary color
Monochromatic Colors of #DDD488
Black with #DDD488
Text Example
Text Example
White with #DDD488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD488; }
p { color: rgb(221,212,136); }
H1.HeaderClassName
{
color: #DDD488;
}
.AnyTagClassName
{
color: #DDD488;
}
</style>
background-color css
<style>
a { background-color: #DDD488; }
a { background-color: rgb(221,212,136); }
div.DivClassName
{
background-color: #DDD488;
}
.BgClassName
{
background-color: #DDD488;
}
</style>
border-color css
<style>
span { border-color: #DDD488; }
span { border-color: rgb(221,212,136); }
td.TdClassName
{
border-color: #DDD488;
}
.TagClassName
{
border-color: #DDD488;
}
</style>