Shades of Primrose #DFDB84
Tints of Primrose #DFDB84
RGB
CMYK
RGB Variations
Color information
#DFDB84 (or 0xDFDB84) is known color: Primrose. HEX triplet: DF, DB and 84. RGB value is (223,219,132). Sum of RGB (Red+Green+Blue) = 223+219+132=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 132 (51.95% from 255 or 23.00% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB84 is #20247B. Grayscale: #D2D2D2. Windows color (decimal): -2106492 or 8707039. OLE color: 8707039.
HSL color Cylindrical-coordinate representation of color #DFDB84: hue angle of 57.36º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFDB84 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 132 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.13 |
| HSL | 57.36º | 0.59% | 0.7% | - |
| HSV(B) | 57.36º | 0.41% | 0.87% | - |
| XYZ | 59.93 | 68.02 | 31.8 | - |
| YUV | 210.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 132 | 0 | 0.02 | 0.41 | 0.13 | 57.36 | 0.59 | 0.7 |
| Hex | DF | DB | 84 | 0 | 2 | 29 | D | 39 | 3B | 46 |
| Octal | 337 | 333 | 204 | 0 | 2 | 51 | 15 | 71 | 73 | 106 |
| Binary | 11011111 | 11011011 | 10000100 | 0 | 10 | 101001 | 1101 | 111001 | 111011 | 1000110 |
Color Harmonies of #DFDB84
Complementary color
Monochromatic Colors of #DFDB84
Black with #DFDB84
Text Example
Text Example
White with #DFDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB84; }
p { color: rgb(223,219,132); }
H1.HeaderClassName
{
color: #DFDB84;
}
.AnyTagClassName
{
color: #DFDB84;
}
</style>
background-color css
<style>
a { background-color: #DFDB84; }
a { background-color: rgb(223,219,132); }
div.DivClassName
{
background-color: #DFDB84;
}
.BgClassName
{
background-color: #DFDB84;
}
</style>
border-color css
<style>
span { border-color: #DFDB84; }
span { border-color: rgb(223,219,132); }
td.TdClassName
{
border-color: #DFDB84;
}
.TagClassName
{
border-color: #DFDB84;
}
</style>