Shades of Primrose #DFD792
Tints of Primrose #DFD792
RGB
CMYK
RGB Variations
Color information
#DFD792 (or 0xDFD792) is known color: Primrose. HEX triplet: DF, D7 and 92. RGB value is (223,215,146). Sum of RGB (Red+Green+Blue) = 223+215+146=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD792 is #20286D. Grayscale: #D1D1D1. Windows color (decimal): -2107502 or 9623519. OLE color: 9623519.
HSL color Cylindrical-coordinate representation of color #DFD792: hue angle of 53.77º 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 #DFD792 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 146 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.13 |
| HSL | 53.77º | 0.55% | 0.72% | - |
| HSV(B) | 53.77º | 0.35% | 0.87% | - |
| XYZ | 59.92 | 66.36 | 36.85 | - |
| YUV | 209.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 146 | 0 | 0.04 | 0.35 | 0.13 | 53.77 | 0.55 | 0.72 |
| Hex | DF | D7 | 92 | 0 | 4 | 23 | D | 36 | 37 | 48 |
| Octal | 337 | 327 | 222 | 0 | 4 | 43 | 15 | 66 | 67 | 110 |
| Binary | 11011111 | 11010111 | 10010010 | 0 | 100 | 100011 | 1101 | 110110 | 110111 | 1001000 |
Color Harmonies of #DFD792
Complementary color
Monochromatic Colors of #DFD792
Black with #DFD792
Text Example
Text Example
White with #DFD792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD792; }
p { color: rgb(223,215,146); }
H1.HeaderClassName
{
color: #DFD792;
}
.AnyTagClassName
{
color: #DFD792;
}
</style>
background-color css
<style>
a { background-color: #DFD792; }
a { background-color: rgb(223,215,146); }
div.DivClassName
{
background-color: #DFD792;
}
.BgClassName
{
background-color: #DFD792;
}
</style>
border-color css
<style>
span { border-color: #DFD792; }
span { border-color: rgb(223,215,146); }
td.TdClassName
{
border-color: #DFD792;
}
.TagClassName
{
border-color: #DFD792;
}
</style>