Shades of Primrose #DDDB91
Tints of Primrose #DDDB91
RGB
CMYK
RGB Variations
Color information
#DDDB91 (or 0xDDDB91) is known color: Primrose. HEX triplet: DD, DB and 91. RGB value is (221,219,145). Sum of RGB (Red+Green+Blue) = 221+219+145=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB91 is #22246E. Grayscale: #D3D3D3. Windows color (decimal): -2237551 or 9559005. OLE color: 9559005.
HSL color Cylindrical-coordinate representation of color #DDDB91: hue angle of 58.42º 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 #DDDB91 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 219 | 145 | - |
CMYK | 0 | 0.01 | 0.34 | 0.13 |
HSL | 58.42º | 0.53% | 0.72% | - |
HSV(B) | 58.42º | 0.34% | 0.87% | - |
XYZ | 60.26 | 68.08 | 36.75 | - |
YUV | 211.16 | 90.66 | 135.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 145 | 0 | 0.01 | 0.34 | 0.13 | 58.42 | 0.53 | 0.72 |
Hex | DD | DB | 91 | 0 | 1 | 22 | D | 3A | 35 | 48 |
Octal | 335 | 333 | 221 | 0 | 1 | 42 | 15 | 72 | 65 | 110 |
Binary | 11011101 | 11011011 | 10010001 | 0 | 1 | 100010 | 1101 | 111010 | 110101 | 1001000 |
Color Harmonies of #DDDB91
Complementary color
Monochromatic Colors of #DDDB91
Black with #DDDB91
Text Example
Text Example
White with #DDDB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB91; }
p { color: rgb(221,219,145); }
H1.HeaderClassName
{
color: #DDDB91;
}
.AnyTagClassName
{
color: #DDDB91;
}
</style>
background-color css
<style>
a { background-color: #DDDB91; }
a { background-color: rgb(221,219,145); }
div.DivClassName
{
background-color: #DDDB91;
}
.BgClassName
{
background-color: #DDDB91;
}
</style>
border-color css
<style>
span { border-color: #DDDB91; }
span { border-color: rgb(221,219,145); }
td.TdClassName
{
border-color: #DDDB91;
}
.TagClassName
{
border-color: #DDDB91;
}
</style>