Shades of Primrose #DDDA86
Tints of Primrose #DDDA86
RGB
CMYK
RGB Variations
Color information
#DDDA86 (or 0xDDDA86) is known color: Primrose. HEX triplet: DD, DA and 86. RGB value is (221,218,134). Sum of RGB (Red+Green+Blue) = 221+218+134=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 134 (52.73% from 255 or 23.39% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA86 is #222579. Grayscale: #D1D1D1. Windows color (decimal): -2237818 or 8837853. OLE color: 8837853.
HSL color Cylindrical-coordinate representation of color #DDDA86: hue angle of 57.93º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDDA86 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 134 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.13 |
| HSL | 57.93º | 0.56% | 0.7% | - |
| HSV(B) | 57.93º | 0.39% | 0.87% | - |
| XYZ | 59.19 | 67.24 | 32.41 | - |
| YUV | 209.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 134 | 0 | 0.01 | 0.39 | 0.13 | 57.93 | 0.56 | 0.7 |
| Hex | DD | DA | 86 | 0 | 1 | 27 | D | 3A | 38 | 46 |
| Octal | 335 | 332 | 206 | 0 | 1 | 47 | 15 | 72 | 70 | 106 |
| Binary | 11011101 | 11011010 | 10000110 | 0 | 1 | 100111 | 1101 | 111010 | 111000 | 1000110 |
Color Harmonies of #DDDA86
Complementary color
Monochromatic Colors of #DDDA86
Black with #DDDA86
Text Example
Text Example
White with #DDDA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA86; }
p { color: rgb(221,218,134); }
H1.HeaderClassName
{
color: #DDDA86;
}
.AnyTagClassName
{
color: #DDDA86;
}
</style>
background-color css
<style>
a { background-color: #DDDA86; }
a { background-color: rgb(221,218,134); }
div.DivClassName
{
background-color: #DDDA86;
}
.BgClassName
{
background-color: #DDDA86;
}
</style>
border-color css
<style>
span { border-color: #DDDA86; }
span { border-color: rgb(221,218,134); }
td.TdClassName
{
border-color: #DDDA86;
}
.TagClassName
{
border-color: #DDDA86;
}
</style>