Shades of Primrose #DDD892
Tints of Primrose #DDD892
RGB
CMYK
RGB Variations
Color information
#DDD892 (or 0xDDD892) is known color: Primrose. HEX triplet: DD, D8 and 92. RGB value is (221,216,146). Sum of RGB (Red+Green+Blue) = 221+216+146=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD892 is #22276D. Grayscale: #D1D1D1. Windows color (decimal): -2238318 or 9623773. OLE color: 9623773.
HSL color Cylindrical-coordinate representation of color #DDD892: hue angle of 56º 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 #DDD892 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 216 | 146 | - |
CMYK | 0 | 0.02 | 0.34 | 0.13 |
HSL | 56º | 0.52% | 0.72% | - |
HSV(B) | 56º | 0.34% | 0.87% | - |
XYZ | 59.56 | 66.56 | 36.9 | - |
YUV | 209.52 | 92.16 | 136.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 216 | 146 | 0 | 0.02 | 0.34 | 0.13 | 56 | 0.52 | 0.72 |
Hex | DD | D8 | 92 | 0 | 2 | 22 | D | 38 | 34 | 48 |
Octal | 335 | 330 | 222 | 0 | 2 | 42 | 15 | 70 | 64 | 110 |
Binary | 11011101 | 11011000 | 10010010 | 0 | 10 | 100010 | 1101 | 111000 | 110100 | 1001000 |
Color Harmonies of #DDD892
Complementary color
Monochromatic Colors of #DDD892
Black with #DDD892
Text Example
Text Example
White with #DDD892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD892; }
p { color: rgb(221,216,146); }
H1.HeaderClassName
{
color: #DDD892;
}
.AnyTagClassName
{
color: #DDD892;
}
</style>
background-color css
<style>
a { background-color: #DDD892; }
a { background-color: rgb(221,216,146); }
div.DivClassName
{
background-color: #DDD892;
}
.BgClassName
{
background-color: #DDD892;
}
</style>
border-color css
<style>
span { border-color: #DDD892; }
span { border-color: rgb(221,216,146); }
td.TdClassName
{
border-color: #DDD892;
}
.TagClassName
{
border-color: #DDD892;
}
</style>