Shades of Primrose #DDDA95
Tints of Primrose #DDDA95
RGB
CMYK
RGB Variations
Color information
#DDDA95 (or 0xDDDA95) is known color: Primrose. HEX triplet: DD, DA and 95. RGB value is (221,218,149). Sum of RGB (Red+Green+Blue) = 221+218+149=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA95 is #22256A. Grayscale: #D3D3D3. Windows color (decimal): -2237803 or 9820893. OLE color: 9820893.
HSL color Cylindrical-coordinate representation of color #DDDA95: hue angle of 57.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDDA95 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 149 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.13 |
| HSL | 57.5º | 0.51% | 0.73% | - |
| HSV(B) | 57.5º | 0.33% | 0.87% | - |
| XYZ | 60.32 | 67.68 | 38.32 | - |
| YUV | 211.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 149 | 0 | 0.01 | 0.33 | 0.13 | 57.5 | 0.51 | 0.73 |
| Hex | DD | DA | 95 | 0 | 1 | 21 | D | 3A | 33 | 49 |
| Octal | 335 | 332 | 225 | 0 | 1 | 41 | 15 | 72 | 63 | 111 |
| Binary | 11011101 | 11011010 | 10010101 | 0 | 1 | 100001 | 1101 | 111010 | 110011 | 1001001 |
Color Harmonies of #DDDA95
Complementary color
Monochromatic Colors of #DDDA95
Black with #DDDA95
Text Example
Text Example
White with #DDDA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA95; }
p { color: rgb(221,218,149); }
H1.HeaderClassName
{
color: #DDDA95;
}
.AnyTagClassName
{
color: #DDDA95;
}
</style>
background-color css
<style>
a { background-color: #DDDA95; }
a { background-color: rgb(221,218,149); }
div.DivClassName
{
background-color: #DDDA95;
}
.BgClassName
{
background-color: #DDDA95;
}
</style>
border-color css
<style>
span { border-color: #DDDA95; }
span { border-color: rgb(221,218,149); }
td.TdClassName
{
border-color: #DDDA95;
}
.TagClassName
{
border-color: #DDDA95;
}
</style>