Shades of Primrose #DFD58A
Tints of Primrose #DFD58A
RGB
CMYK
RGB Variations
Color information
#DFD58A (or 0xDFD58A) is known color: Primrose. HEX triplet: DF, D5 and 8A. RGB value is (223,213,138). Sum of RGB (Red+Green+Blue) = 223+213+138=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD58A is #202A75. Grayscale: #CFCFCF. Windows color (decimal): -2108022 or 9098719. OLE color: 9098719.
HSL color Cylindrical-coordinate representation of color #DFD58A: hue angle of 52.94º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFD58A is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 138 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.13 |
| HSL | 52.94º | 0.57% | 0.71% | - |
| HSV(B) | 52.94º | 0.38% | 0.87% | - |
| XYZ | 58.81 | 65.11 | 33.51 | - |
| YUV | 207.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 138 | 0 | 0.04 | 0.38 | 0.13 | 52.94 | 0.57 | 0.71 |
| Hex | DF | D5 | 8A | 0 | 4 | 26 | D | 35 | 39 | 47 |
| Octal | 337 | 325 | 212 | 0 | 4 | 46 | 15 | 65 | 71 | 107 |
| Binary | 11011111 | 11010101 | 10001010 | 0 | 100 | 100110 | 1101 | 110101 | 111001 | 1000111 |
Color Harmonies of #DFD58A
Complementary color
Monochromatic Colors of #DFD58A
Black with #DFD58A
Text Example
Text Example
White with #DFD58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD58A; }
p { color: rgb(223,213,138); }
H1.HeaderClassName
{
color: #DFD58A;
}
.AnyTagClassName
{
color: #DFD58A;
}
</style>
background-color css
<style>
a { background-color: #DFD58A; }
a { background-color: rgb(223,213,138); }
div.DivClassName
{
background-color: #DFD58A;
}
.BgClassName
{
background-color: #DFD58A;
}
</style>
border-color css
<style>
span { border-color: #DFD58A; }
span { border-color: rgb(223,213,138); }
td.TdClassName
{
border-color: #DFD58A;
}
.TagClassName
{
border-color: #DFD58A;
}
</style>