Shades of Primrose #DFD892
Tints of Primrose #DFD892
RGB
CMYK
RGB Variations
Color information
#DFD892 (or 0xDFD892) is known color: Primrose. HEX triplet: DF, D8 and 92. RGB value is (223,216,146). Sum of RGB (Red+Green+Blue) = 223+216+146=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 146 (57.42% from 255 or 24.96% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD892 is #20276D. Grayscale: #D2D2D2. Windows color (decimal): -2107246 or 9623775. OLE color: 9623775.
HSL color Cylindrical-coordinate representation of color #DFD892: hue angle of 54.55º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFD892 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 146 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.13 |
| HSL | 54.55º | 0.55% | 0.72% | - |
| HSV(B) | 54.55º | 0.35% | 0.87% | - |
| XYZ | 60.18 | 66.88 | 36.93 | - |
| YUV | 210.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 146 | 0 | 0.03 | 0.35 | 0.13 | 54.55 | 0.55 | 0.72 |
| Hex | DF | D8 | 92 | 0 | 3 | 23 | D | 37 | 37 | 48 |
| Octal | 337 | 330 | 222 | 0 | 3 | 43 | 15 | 67 | 67 | 110 |
| Binary | 11011111 | 11011000 | 10010010 | 0 | 11 | 100011 | 1101 | 110111 | 110111 | 1001000 |
Color Harmonies of #DFD892
Complementary color
Monochromatic Colors of #DFD892
Black with #DFD892
Text Example
Text Example
White with #DFD892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD892; }
p { color: rgb(223,216,146); }
H1.HeaderClassName
{
color: #DFD892;
}
.AnyTagClassName
{
color: #DFD892;
}
</style>
background-color css
<style>
a { background-color: #DFD892; }
a { background-color: rgb(223,216,146); }
div.DivClassName
{
background-color: #DFD892;
}
.BgClassName
{
background-color: #DFD892;
}
</style>
border-color css
<style>
span { border-color: #DFD892; }
span { border-color: rgb(223,216,146); }
td.TdClassName
{
border-color: #DFD892;
}
.TagClassName
{
border-color: #DFD892;
}
</style>