Shades of Primrose #DDD784
Tints of Primrose #DDD784
RGB
CMYK
RGB Variations
Color information
#DDD784 (or 0xDDD784) is known color: Primrose. HEX triplet: DD, D7 and 84. RGB value is (221,215,132). Sum of RGB (Red+Green+Blue) = 221+215+132=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 132 (51.95% from 255 or 23.24% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD784 is #22287B. Grayscale: #CFCFCF. Windows color (decimal): -2238588 or 8706013. OLE color: 8706013.
HSL color Cylindrical-coordinate representation of color #DDD784: hue angle of 55.96º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDD784 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 132 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.13 |
| HSL | 55.96º | 0.57% | 0.69% | - |
| HSV(B) | 55.96º | 0.4% | 0.87% | - |
| XYZ | 58.28 | 65.64 | 31.43 | - |
| YUV | 207.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 132 | 0 | 0.03 | 0.40 | 0.13 | 55.96 | 0.57 | 0.69 |
| Hex | DD | D7 | 84 | 0 | 3 | 28 | D | 38 | 39 | 45 |
| Octal | 335 | 327 | 204 | 0 | 3 | 50 | 15 | 70 | 71 | 105 |
| Binary | 11011101 | 11010111 | 10000100 | 0 | 11 | 101000 | 1101 | 111000 | 111001 | 1000101 |
Color Harmonies of #DDD784
Complementary color
Monochromatic Colors of #DDD784
Black with #DDD784
Text Example
Text Example
White with #DDD784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD784; }
p { color: rgb(221,215,132); }
H1.HeaderClassName
{
color: #DDD784;
}
.AnyTagClassName
{
color: #DDD784;
}
</style>
background-color css
<style>
a { background-color: #DDD784; }
a { background-color: rgb(221,215,132); }
div.DivClassName
{
background-color: #DDD784;
}
.BgClassName
{
background-color: #DDD784;
}
</style>
border-color css
<style>
span { border-color: #DDD784; }
span { border-color: rgb(221,215,132); }
td.TdClassName
{
border-color: #DDD784;
}
.TagClassName
{
border-color: #DDD784;
}
</style>