Shades of Primrose #DDDD92
Tints of Primrose #DDDD92
RGB
CMYK
RGB Variations
Color information
#DDDD92 (or 0xDDDD92) is known color: Primrose. HEX triplet: DD, DD and 92. RGB value is (221,221,146). Sum of RGB (Red+Green+Blue) = 221+221+146=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD92 is #22226D. Grayscale: #D4D4D4. Windows color (decimal): -2237038 or 9625053. OLE color: 9625053.
HSL color Cylindrical-coordinate representation of color #DDDD92: hue angle of 60º degrees, saturation: 0.52, 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 #DDDD92 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 146 | - |
| CMYK | 0 | 0 | 0.34 | 0.13 |
| HSL | 60º | 0.52% | 0.72% | - |
| HSV(B) | 60º | 0.34% | 0.87% | - |
| XYZ | 60.86 | 69.16 | 37.34 | - |
| YUV | 212.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 146 | 0 | 0 | 0.34 | 0.13 | 60 | 0.52 | 0.72 |
| Hex | DD | DD | 92 | 0 | 0 | 22 | D | 3C | 34 | 48 |
| Octal | 335 | 335 | 222 | 0 | 0 | 42 | 15 | 74 | 64 | 110 |
| Binary | 11011101 | 11011101 | 10010010 | 0 | 0 | 100010 | 1101 | 111100 | 110100 | 1001000 |
Color Harmonies of #DDDD92
Complementary color
Monochromatic Colors of #DDDD92
Black with #DDDD92
Text Example
Text Example
White with #DDDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD92; }
p { color: rgb(221,221,146); }
H1.HeaderClassName
{
color: #DDDD92;
}
.AnyTagClassName
{
color: #DDDD92;
}
</style>
background-color css
<style>
a { background-color: #DDDD92; }
a { background-color: rgb(221,221,146); }
div.DivClassName
{
background-color: #DDDD92;
}
.BgClassName
{
background-color: #DDDD92;
}
</style>
border-color css
<style>
span { border-color: #DDDD92; }
span { border-color: rgb(221,221,146); }
td.TdClassName
{
border-color: #DDDD92;
}
.TagClassName
{
border-color: #DDDD92;
}
</style>