Shades of Primrose #DFD492
Tints of Primrose #DFD492
RGB
CMYK
RGB Variations
Color information
#DFD492 (or 0xDFD492) is known color: Primrose. HEX triplet: DF, D4 and 92. RGB value is (223,212,146). Sum of RGB (Red+Green+Blue) = 223+212+146=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD492 is #202B6D. Grayscale: #D0D0D0. Windows color (decimal): -2108270 or 9622751. OLE color: 9622751.
HSL color Cylindrical-coordinate representation of color #DFD492: hue angle of 51.43º 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 #DFD492 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 146 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.13 |
| HSL | 51.43º | 0.55% | 0.72% | - |
| HSV(B) | 51.43º | 0.35% | 0.87% | - |
| XYZ | 59.16 | 64.85 | 36.59 | - |
| YUV | 207.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 146 | 0 | 0.05 | 0.35 | 0.13 | 51.43 | 0.55 | 0.72 |
| Hex | DF | D4 | 92 | 0 | 5 | 23 | D | 33 | 37 | 48 |
| Octal | 337 | 324 | 222 | 0 | 5 | 43 | 15 | 63 | 67 | 110 |
| Binary | 11011111 | 11010100 | 10010010 | 0 | 101 | 100011 | 1101 | 110011 | 110111 | 1001000 |
Color Harmonies of #DFD492
Complementary color
Monochromatic Colors of #DFD492
Black with #DFD492
Text Example
Text Example
White with #DFD492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD492; }
p { color: rgb(223,212,146); }
H1.HeaderClassName
{
color: #DFD492;
}
.AnyTagClassName
{
color: #DFD492;
}
</style>
background-color css
<style>
a { background-color: #DFD492; }
a { background-color: rgb(223,212,146); }
div.DivClassName
{
background-color: #DFD492;
}
.BgClassName
{
background-color: #DFD492;
}
</style>
border-color css
<style>
span { border-color: #DFD492; }
span { border-color: rgb(223,212,146); }
td.TdClassName
{
border-color: #DFD492;
}
.TagClassName
{
border-color: #DFD492;
}
</style>