Shades of Primrose #DDDA91
Tints of Primrose #DDDA91
RGB
CMYK
RGB Variations
Color information
#DDDA91 (or 0xDDDA91) is known color: Primrose. HEX triplet: DD, DA and 91. RGB value is (221,218,145). Sum of RGB (Red+Green+Blue) = 221+218+145=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 145 (57.03% from 255 or 24.83% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA91 is #22256E. Grayscale: #D2D2D2. Windows color (decimal): -2237807 or 9558749. OLE color: 9558749.
HSL color Cylindrical-coordinate representation of color #DDDA91: hue angle of 57.63º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDDA91 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 145 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.13 |
| HSL | 57.63º | 0.53% | 0.72% | - |
| HSV(B) | 57.63º | 0.34% | 0.87% | - |
| XYZ | 60 | 67.56 | 36.67 | - |
| YUV | 210.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 145 | 0 | 0.01 | 0.34 | 0.13 | 57.63 | 0.53 | 0.72 |
| Hex | DD | DA | 91 | 0 | 1 | 22 | D | 3A | 35 | 48 |
| Octal | 335 | 332 | 221 | 0 | 1 | 42 | 15 | 72 | 65 | 110 |
| Binary | 11011101 | 11011010 | 10010001 | 0 | 1 | 100010 | 1101 | 111010 | 110101 | 1001000 |
Color Harmonies of #DDDA91
Complementary color
Monochromatic Colors of #DDDA91
Black with #DDDA91
Text Example
Text Example
White with #DDDA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA91; }
p { color: rgb(221,218,145); }
H1.HeaderClassName
{
color: #DDDA91;
}
.AnyTagClassName
{
color: #DDDA91;
}
</style>
background-color css
<style>
a { background-color: #DDDA91; }
a { background-color: rgb(221,218,145); }
div.DivClassName
{
background-color: #DDDA91;
}
.BgClassName
{
background-color: #DDDA91;
}
</style>
border-color css
<style>
span { border-color: #DDDA91; }
span { border-color: rgb(221,218,145); }
td.TdClassName
{
border-color: #DDDA91;
}
.TagClassName
{
border-color: #DDDA91;
}
</style>