Shades of Primrose #DFD68B
Tints of Primrose #DFD68B
RGB
CMYK
RGB Variations
Color information
#DFD68B (or 0xDFD68B) is known color: Primrose. HEX triplet: DF, D6 and 8B. RGB value is (223,214,139). Sum of RGB (Red+Green+Blue) = 223+214+139=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD68B is #202974. Grayscale: #D0D0D0. Windows color (decimal): -2107765 or 9164511. OLE color: 9164511.
HSL color Cylindrical-coordinate representation of color #DFD68B: hue angle of 53.57º 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 #DFD68B is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 139 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.13 |
| HSL | 53.57º | 0.57% | 0.71% | - |
| HSV(B) | 53.57º | 0.38% | 0.87% | - |
| XYZ | 59.14 | 65.65 | 33.98 | - |
| YUV | 208.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 139 | 0 | 0.04 | 0.38 | 0.13 | 53.57 | 0.57 | 0.71 |
| Hex | DF | D6 | 8B | 0 | 4 | 26 | D | 36 | 39 | 47 |
| Octal | 337 | 326 | 213 | 0 | 4 | 46 | 15 | 66 | 71 | 107 |
| Binary | 11011111 | 11010110 | 10001011 | 0 | 100 | 100110 | 1101 | 110110 | 111001 | 1000111 |
Color Harmonies of #DFD68B
Complementary color
Monochromatic Colors of #DFD68B
Black with #DFD68B
Text Example
Text Example
White with #DFD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD68B; }
p { color: rgb(223,214,139); }
H1.HeaderClassName
{
color: #DFD68B;
}
.AnyTagClassName
{
color: #DFD68B;
}
</style>
background-color css
<style>
a { background-color: #DFD68B; }
a { background-color: rgb(223,214,139); }
div.DivClassName
{
background-color: #DFD68B;
}
.BgClassName
{
background-color: #DFD68B;
}
</style>
border-color css
<style>
span { border-color: #DFD68B; }
span { border-color: rgb(223,214,139); }
td.TdClassName
{
border-color: #DFD68B;
}
.TagClassName
{
border-color: #DFD68B;
}
</style>