Shades of Primrose #DDD692
Tints of Primrose #DDD692
RGB
CMYK
RGB Variations
Color information
#DDD692 (or 0xDDD692) is known color: Primrose. HEX triplet: DD, D6 and 92. RGB value is (221,214,146). Sum of RGB (Red+Green+Blue) = 221+214+146=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD692 is #22296D. Grayscale: #D0D0D0. Windows color (decimal): -2238830 or 9623261. OLE color: 9623261.
HSL color Cylindrical-coordinate representation of color #DDD692: hue angle of 54.4º 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 #DDD692 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 146 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.13 |
| HSL | 54.4º | 0.52% | 0.72% | - |
| HSV(B) | 54.4º | 0.34% | 0.87% | - |
| XYZ | 59.05 | 65.54 | 36.73 | - |
| YUV | 208.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 146 | 0 | 0.03 | 0.34 | 0.13 | 54.4 | 0.52 | 0.72 |
| Hex | DD | D6 | 92 | 0 | 3 | 22 | D | 36 | 34 | 48 |
| Octal | 335 | 326 | 222 | 0 | 3 | 42 | 15 | 66 | 64 | 110 |
| Binary | 11011101 | 11010110 | 10010010 | 0 | 11 | 100010 | 1101 | 110110 | 110100 | 1001000 |
Color Harmonies of #DDD692
Complementary color
Monochromatic Colors of #DDD692
Black with #DDD692
Text Example
Text Example
White with #DDD692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD692; }
p { color: rgb(221,214,146); }
H1.HeaderClassName
{
color: #DDD692;
}
.AnyTagClassName
{
color: #DDD692;
}
</style>
background-color css
<style>
a { background-color: #DDD692; }
a { background-color: rgb(221,214,146); }
div.DivClassName
{
background-color: #DDD692;
}
.BgClassName
{
background-color: #DDD692;
}
</style>
border-color css
<style>
span { border-color: #DDD692; }
span { border-color: rgb(221,214,146); }
td.TdClassName
{
border-color: #DDD692;
}
.TagClassName
{
border-color: #DDD692;
}
</style>