Shades of Primrose #DFD992
Tints of Primrose #DFD992
RGB
CMYK
RGB Variations
Color information
#DFD992 (or 0xDFD992) is known color: Primrose. HEX triplet: DF, D9 and 92. RGB value is (223,217,146). Sum of RGB (Red+Green+Blue) = 223+217+146=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD992 is #20266D. Grayscale: #D2D2D2. Windows color (decimal): -2106990 or 9624031. OLE color: 9624031.
HSL color Cylindrical-coordinate representation of color #DFD992: hue angle of 55.32º 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 #DFD992 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 146 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.13 |
| HSL | 55.32º | 0.55% | 0.72% | - |
| HSV(B) | 55.32º | 0.35% | 0.87% | - |
| XYZ | 60.43 | 67.39 | 37.02 | - |
| YUV | 210.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 146 | 0 | 0.03 | 0.35 | 0.13 | 55.32 | 0.55 | 0.72 |
| Hex | DF | D9 | 92 | 0 | 3 | 23 | D | 37 | 37 | 48 |
| Octal | 337 | 331 | 222 | 0 | 3 | 43 | 15 | 67 | 67 | 110 |
| Binary | 11011111 | 11011001 | 10010010 | 0 | 11 | 100011 | 1101 | 110111 | 110111 | 1001000 |
Color Harmonies of #DFD992
Complementary color
Monochromatic Colors of #DFD992
Black with #DFD992
Text Example
Text Example
White with #DFD992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD992; }
p { color: rgb(223,217,146); }
H1.HeaderClassName
{
color: #DFD992;
}
.AnyTagClassName
{
color: #DFD992;
}
</style>
background-color css
<style>
a { background-color: #DFD992; }
a { background-color: rgb(223,217,146); }
div.DivClassName
{
background-color: #DFD992;
}
.BgClassName
{
background-color: #DFD992;
}
</style>
border-color css
<style>
span { border-color: #DFD992; }
span { border-color: rgb(223,217,146); }
td.TdClassName
{
border-color: #DFD992;
}
.TagClassName
{
border-color: #DFD992;
}
</style>