Shades of Primrose #DFD68A
Tints of Primrose #DFD68A
RGB
CMYK
RGB Variations
Color information
#DFD68A (or 0xDFD68A) is known color: Primrose. HEX triplet: DF, D6 and 8A. RGB value is (223,214,138). Sum of RGB (Red+Green+Blue) = 223+214+138=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD68A is #202975. Grayscale: #D0D0D0. Windows color (decimal): -2107766 or 9098975. OLE color: 9098975.
HSL color Cylindrical-coordinate representation of color #DFD68A: hue angle of 53.65º 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 #DFD68A is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 138 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.13 |
| HSL | 53.65º | 0.57% | 0.71% | - |
| HSV(B) | 53.65º | 0.38% | 0.87% | - |
| XYZ | 59.07 | 65.62 | 33.6 | - |
| YUV | 208.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 138 | 0 | 0.04 | 0.38 | 0.13 | 53.65 | 0.57 | 0.71 |
| Hex | DF | D6 | 8A | 0 | 4 | 26 | D | 36 | 39 | 47 |
| Octal | 337 | 326 | 212 | 0 | 4 | 46 | 15 | 66 | 71 | 107 |
| Binary | 11011111 | 11010110 | 10001010 | 0 | 100 | 100110 | 1101 | 110110 | 111001 | 1000111 |
Color Harmonies of #DFD68A
Complementary color
Monochromatic Colors of #DFD68A
Black with #DFD68A
Text Example
Text Example
White with #DFD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD68A; }
p { color: rgb(223,214,138); }
H1.HeaderClassName
{
color: #DFD68A;
}
.AnyTagClassName
{
color: #DFD68A;
}
</style>
background-color css
<style>
a { background-color: #DFD68A; }
a { background-color: rgb(223,214,138); }
div.DivClassName
{
background-color: #DFD68A;
}
.BgClassName
{
background-color: #DFD68A;
}
</style>
border-color css
<style>
span { border-color: #DFD68A; }
span { border-color: rgb(223,214,138); }
td.TdClassName
{
border-color: #DFD68A;
}
.TagClassName
{
border-color: #DFD68A;
}
</style>