Shades of Primrose #DDDA96
Tints of Primrose #DDDA96
RGB
CMYK
RGB Variations
Color information
#DDDA96 (or 0xDDDA96) is known color: Primrose. HEX triplet: DD, DA and 96. RGB value is (221,218,150). Sum of RGB (Red+Green+Blue) = 221+218+150=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA96 is #222569. Grayscale: #D3D3D3. Windows color (decimal): -2237802 or 9886429. OLE color: 9886429.
HSL color Cylindrical-coordinate representation of color #DDDA96: hue angle of 57.46º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDDA96 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 150 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.13 |
| HSL | 57.46º | 0.51% | 0.73% | - |
| HSV(B) | 57.46º | 0.32% | 0.87% | - |
| XYZ | 60.4 | 67.72 | 38.74 | - |
| YUV | 211.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 150 | 0 | 0.01 | 0.32 | 0.13 | 57.46 | 0.51 | 0.73 |
| Hex | DD | DA | 96 | 0 | 1 | 20 | D | 39 | 33 | 49 |
| Octal | 335 | 332 | 226 | 0 | 1 | 40 | 15 | 71 | 63 | 111 |
| Binary | 11011101 | 11011010 | 10010110 | 0 | 1 | 100000 | 1101 | 111001 | 110011 | 1001001 |
Color Harmonies of #DDDA96
Complementary color
Monochromatic Colors of #DDDA96
Black with #DDDA96
Text Example
Text Example
White with #DDDA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA96; }
p { color: rgb(221,218,150); }
H1.HeaderClassName
{
color: #DDDA96;
}
.AnyTagClassName
{
color: #DDDA96;
}
</style>
background-color css
<style>
a { background-color: #DDDA96; }
a { background-color: rgb(221,218,150); }
div.DivClassName
{
background-color: #DDDA96;
}
.BgClassName
{
background-color: #DDDA96;
}
</style>
border-color css
<style>
span { border-color: #DDDA96; }
span { border-color: rgb(221,218,150); }
td.TdClassName
{
border-color: #DDDA96;
}
.TagClassName
{
border-color: #DDDA96;
}
</style>