Shades of Primrose #DFDA88
Tints of Primrose #DFDA88
RGB
CMYK
RGB Variations
Color information
#DFDA88 (or 0xDFDA88) is known color: Primrose. HEX triplet: DF, DA and 88. RGB value is (223,218,136). Sum of RGB (Red+Green+Blue) = 223+218+136=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 136 (53.52% from 255 or 23.57% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA88 is #202577. Grayscale: #D2D2D2. Windows color (decimal): -2106744 or 8968927. OLE color: 8968927.
HSL color Cylindrical-coordinate representation of color #DFDA88: hue angle of 56.55º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFDA88 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 136 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.13 |
| HSL | 56.55º | 0.58% | 0.7% | - |
| HSV(B) | 56.55º | 0.39% | 0.87% | - |
| XYZ | 59.95 | 67.61 | 33.18 | - |
| YUV | 210.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 136 | 0 | 0.02 | 0.39 | 0.13 | 56.55 | 0.58 | 0.7 |
| Hex | DF | DA | 88 | 0 | 2 | 27 | D | 39 | 3A | 46 |
| Octal | 337 | 332 | 210 | 0 | 2 | 47 | 15 | 71 | 72 | 106 |
| Binary | 11011111 | 11011010 | 10001000 | 0 | 10 | 100111 | 1101 | 111001 | 111010 | 1000110 |
Color Harmonies of #DFDA88
Complementary color
Monochromatic Colors of #DFDA88
Black with #DFDA88
Text Example
Text Example
White with #DFDA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA88; }
p { color: rgb(223,218,136); }
H1.HeaderClassName
{
color: #DFDA88;
}
.AnyTagClassName
{
color: #DFDA88;
}
</style>
background-color css
<style>
a { background-color: #DFDA88; }
a { background-color: rgb(223,218,136); }
div.DivClassName
{
background-color: #DFDA88;
}
.BgClassName
{
background-color: #DFDA88;
}
</style>
border-color css
<style>
span { border-color: #DFDA88; }
span { border-color: rgb(223,218,136); }
td.TdClassName
{
border-color: #DFDA88;
}
.TagClassName
{
border-color: #DFDA88;
}
</style>