Shades of Primrose #DFD28E
Tints of Primrose #DFD28E
RGB
CMYK
RGB Variations
Color information
#DFD28E (or 0xDFD28E) is known color: Primrose. HEX triplet: DF, D2 and 8E. RGB value is (223,210,142). Sum of RGB (Red+Green+Blue) = 223+210+142=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD28E is #202D71. Grayscale: #CECECE. Windows color (decimal): -2108786 or 9360095. OLE color: 9360095.
HSL color Cylindrical-coordinate representation of color #DFD28E: hue angle of 50.37º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFD28E is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 142 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.13 |
| HSL | 50.37º | 0.56% | 0.72% | - |
| HSV(B) | 50.37º | 0.36% | 0.87% | - |
| XYZ | 58.36 | 63.73 | 34.82 | - |
| YUV | 206.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 142 | 0 | 0.06 | 0.36 | 0.13 | 50.37 | 0.56 | 0.72 |
| Hex | DF | D2 | 8E | 0 | 6 | 24 | D | 32 | 38 | 48 |
| Octal | 337 | 322 | 216 | 0 | 6 | 44 | 15 | 62 | 70 | 110 |
| Binary | 11011111 | 11010010 | 10001110 | 0 | 110 | 100100 | 1101 | 110010 | 111000 | 1001000 |
Color Harmonies of #DFD28E
Complementary color
Monochromatic Colors of #DFD28E
Black with #DFD28E
Text Example
Text Example
White with #DFD28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD28E; }
p { color: rgb(223,210,142); }
H1.HeaderClassName
{
color: #DFD28E;
}
.AnyTagClassName
{
color: #DFD28E;
}
</style>
background-color css
<style>
a { background-color: #DFD28E; }
a { background-color: rgb(223,210,142); }
div.DivClassName
{
background-color: #DFD28E;
}
.BgClassName
{
background-color: #DFD28E;
}
</style>
border-color css
<style>
span { border-color: #DFD28E; }
span { border-color: rgb(223,210,142); }
td.TdClassName
{
border-color: #DFD28E;
}
.TagClassName
{
border-color: #DFD28E;
}
</style>