Shades of Primrose #DDDD91
Tints of Primrose #DDDD91
RGB
CMYK
RGB Variations
Color information
#DDDD91 (or 0xDDDD91) is known color: Primrose. HEX triplet: DD, DD and 91. RGB value is (221,221,145). Sum of RGB (Red+Green+Blue) = 221+221+145=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 145 (57.03% from 255 or 24.70% from 587); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD91 is #22226E. Grayscale: #D4D4D4. Windows color (decimal): -2237039 or 9559517. OLE color: 9559517.
HSL color Cylindrical-coordinate representation of color #DDDD91: hue angle of 60º 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 #DDDD91 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 145 | - |
CMYK | 0 | 0 | 0.34 | 0.13 |
HSL | 60º | 0.53% | 0.72% | - |
HSV(B) | 60º | 0.34% | 0.87% | - |
XYZ | 60.79 | 69.13 | 36.93 | - |
YUV | 212.34 | 90 | 134.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 145 | 0 | 0 | 0.34 | 0.13 | 60 | 0.53 | 0.72 |
Hex | DD | DD | 91 | 0 | 0 | 22 | D | 3C | 35 | 48 |
Octal | 335 | 335 | 221 | 0 | 0 | 42 | 15 | 74 | 65 | 110 |
Binary | 11011101 | 11011101 | 10010001 | 0 | 0 | 100010 | 1101 | 111100 | 110101 | 1001000 |
Color Harmonies of #DDDD91
Complementary color
Monochromatic Colors of #DDDD91
Black with #DDDD91
Text Example
Text Example
White with #DDDD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD91; }
p { color: rgb(221,221,145); }
H1.HeaderClassName
{
color: #DDDD91;
}
.AnyTagClassName
{
color: #DDDD91;
}
</style>
background-color css
<style>
a { background-color: #DDDD91; }
a { background-color: rgb(221,221,145); }
div.DivClassName
{
background-color: #DDDD91;
}
.BgClassName
{
background-color: #DDDD91;
}
</style>
border-color css
<style>
span { border-color: #DDDD91; }
span { border-color: rgb(221,221,145); }
td.TdClassName
{
border-color: #DDDD91;
}
.TagClassName
{
border-color: #DDDD91;
}
</style>