Shades of Primrose #DFDA85
Tints of Primrose #DFDA85
RGB
CMYK
RGB Variations
Color information
#DFDA85 (or 0xDFDA85) is known color: Primrose. HEX triplet: DF, DA and 85. RGB value is (223,218,133). Sum of RGB (Red+Green+Blue) = 223+218+133=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA85 is #20257A. Grayscale: #D2D2D2. Windows color (decimal): -2106747 or 8772319. OLE color: 8772319.
HSL color Cylindrical-coordinate representation of color #DFDA85: hue angle of 56.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFDA85 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 133 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.13 |
| HSL | 56.67º | 0.58% | 0.7% | - |
| HSV(B) | 56.67º | 0.4% | 0.87% | - |
| XYZ | 59.74 | 67.52 | 32.08 | - |
| YUV | 209.81 | 84.66 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 133 | 0 | 0.02 | 0.40 | 0.13 | 56.67 | 0.58 | 0.7 |
| Hex | DF | DA | 85 | 0 | 2 | 28 | D | 39 | 3A | 46 |
| Octal | 337 | 332 | 205 | 0 | 2 | 50 | 15 | 71 | 72 | 106 |
| Binary | 11011111 | 11011010 | 10000101 | 0 | 10 | 101000 | 1101 | 111001 | 111010 | 1000110 |
Color Harmonies of #DFDA85
Complementary color
Monochromatic Colors of #DFDA85
Black with #DFDA85
Text Example
Text Example
White with #DFDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA85; }
p { color: rgb(223,218,133); }
H1.HeaderClassName
{
color: #DFDA85;
}
.AnyTagClassName
{
color: #DFDA85;
}
</style>
background-color css
<style>
a { background-color: #DFDA85; }
a { background-color: rgb(223,218,133); }
div.DivClassName
{
background-color: #DFDA85;
}
.BgClassName
{
background-color: #DFDA85;
}
</style>
border-color css
<style>
span { border-color: #DFDA85; }
span { border-color: rgb(223,218,133); }
td.TdClassName
{
border-color: #DFDA85;
}
.TagClassName
{
border-color: #DFDA85;
}
</style>