Shades of Primrose #DFD68F
Tints of Primrose #DFD68F
RGB
CMYK
RGB Variations
Color information
#DFD68F (or 0xDFD68F) is known color: Primrose. HEX triplet: DF, D6 and 8F. RGB value is (223,214,143). Sum of RGB (Red+Green+Blue) = 223+214+143=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD68F is #202970. Grayscale: #D0D0D0. Windows color (decimal): -2107761 or 9426655. OLE color: 9426655.
HSL color Cylindrical-coordinate representation of color #DFD68F: hue angle of 53.25º 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 #DFD68F is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 143 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.13 |
| HSL | 53.25º | 0.56% | 0.72% | - |
| HSV(B) | 53.25º | 0.36% | 0.87% | - |
| XYZ | 59.44 | 65.76 | 35.55 | - |
| YUV | 208.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 143 | 0 | 0.04 | 0.36 | 0.13 | 53.25 | 0.56 | 0.72 |
| Hex | DF | D6 | 8F | 0 | 4 | 24 | D | 35 | 38 | 48 |
| Octal | 337 | 326 | 217 | 0 | 4 | 44 | 15 | 65 | 70 | 110 |
| Binary | 11011111 | 11010110 | 10001111 | 0 | 100 | 100100 | 1101 | 110101 | 111000 | 1001000 |
Color Harmonies of #DFD68F
Complementary color
Monochromatic Colors of #DFD68F
Black with #DFD68F
Text Example
Text Example
White with #DFD68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD68F; }
p { color: rgb(223,214,143); }
H1.HeaderClassName
{
color: #DFD68F;
}
.AnyTagClassName
{
color: #DFD68F;
}
</style>
background-color css
<style>
a { background-color: #DFD68F; }
a { background-color: rgb(223,214,143); }
div.DivClassName
{
background-color: #DFD68F;
}
.BgClassName
{
background-color: #DFD68F;
}
</style>
border-color css
<style>
span { border-color: #DFD68F; }
span { border-color: rgb(223,214,143); }
td.TdClassName
{
border-color: #DFD68F;
}
.TagClassName
{
border-color: #DFD68F;
}
</style>