Shades of Primrose #DFD68E
Tints of Primrose #DFD68E
RGB
CMYK
RGB Variations
Color information
#DFD68E (or 0xDFD68E) is known color: Primrose. HEX triplet: DF, D6 and 8E. RGB value is (223,214,142). Sum of RGB (Red+Green+Blue) = 223+214+142=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD68E is #202971. Grayscale: #D0D0D0. Windows color (decimal): -2107762 or 9361119. OLE color: 9361119.
HSL color Cylindrical-coordinate representation of color #DFD68E: hue angle of 53.33º 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 #DFD68E is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 142 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.13 |
| HSL | 53.33º | 0.56% | 0.72% | - |
| HSV(B) | 53.33º | 0.36% | 0.87% | - |
| XYZ | 59.36 | 65.73 | 35.15 | - |
| YUV | 208.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 142 | 0 | 0.04 | 0.36 | 0.13 | 53.33 | 0.56 | 0.72 |
| Hex | DF | D6 | 8E | 0 | 4 | 24 | D | 35 | 38 | 48 |
| Octal | 337 | 326 | 216 | 0 | 4 | 44 | 15 | 65 | 70 | 110 |
| Binary | 11011111 | 11010110 | 10001110 | 0 | 100 | 100100 | 1101 | 110101 | 111000 | 1001000 |
Color Harmonies of #DFD68E
Complementary color
Monochromatic Colors of #DFD68E
Black with #DFD68E
Text Example
Text Example
White with #DFD68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD68E; }
p { color: rgb(223,214,142); }
H1.HeaderClassName
{
color: #DFD68E;
}
.AnyTagClassName
{
color: #DFD68E;
}
</style>
background-color css
<style>
a { background-color: #DFD68E; }
a { background-color: rgb(223,214,142); }
div.DivClassName
{
background-color: #DFD68E;
}
.BgClassName
{
background-color: #DFD68E;
}
</style>
border-color css
<style>
span { border-color: #DFD68E; }
span { border-color: rgb(223,214,142); }
td.TdClassName
{
border-color: #DFD68E;
}
.TagClassName
{
border-color: #DFD68E;
}
</style>