Shades of Primrose #DDD992
Tints of Primrose #DDD992
RGB
CMYK
RGB Variations
Color information
#DDD992 (or 0xDDD992) is known color: Primrose. HEX triplet: DD, D9 and 92. RGB value is (221,217,146). Sum of RGB (Red+Green+Blue) = 221+217+146=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD992 is #22266D. Grayscale: #D2D2D2. Windows color (decimal): -2238062 or 9624029. OLE color: 9624029.
HSL color Cylindrical-coordinate representation of color #DDD992: hue angle of 56.8º 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 #DDD992 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 146 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.13 |
| HSL | 56.8º | 0.52% | 0.72% | - |
| HSV(B) | 56.8º | 0.34% | 0.87% | - |
| XYZ | 59.82 | 67.07 | 36.99 | - |
| YUV | 210.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 146 | 0 | 0.02 | 0.34 | 0.13 | 56.8 | 0.52 | 0.72 |
| Hex | DD | D9 | 92 | 0 | 2 | 22 | D | 39 | 34 | 48 |
| Octal | 335 | 331 | 222 | 0 | 2 | 42 | 15 | 71 | 64 | 110 |
| Binary | 11011101 | 11011001 | 10010010 | 0 | 10 | 100010 | 1101 | 111001 | 110100 | 1001000 |
Color Harmonies of #DDD992
Complementary color
Monochromatic Colors of #DDD992
Black with #DDD992
Text Example
Text Example
White with #DDD992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD992; }
p { color: rgb(221,217,146); }
H1.HeaderClassName
{
color: #DDD992;
}
.AnyTagClassName
{
color: #DDD992;
}
</style>
background-color css
<style>
a { background-color: #DDD992; }
a { background-color: rgb(221,217,146); }
div.DivClassName
{
background-color: #DDD992;
}
.BgClassName
{
background-color: #DDD992;
}
</style>
border-color css
<style>
span { border-color: #DDD992; }
span { border-color: rgb(221,217,146); }
td.TdClassName
{
border-color: #DDD992;
}
.TagClassName
{
border-color: #DDD992;
}
</style>