Shades of Primrose #DFDC85
Tints of Primrose #DFDC85
RGB
CMYK
RGB Variations
Color information
#DFDC85 (or 0xDFDC85) is known color: Primrose. HEX triplet: DF, DC and 85. RGB value is (223,220,133). Sum of RGB (Red+Green+Blue) = 223+220+133=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC85 is #20237A. Grayscale: #D3D3D3. Windows color (decimal): -2106235 or 8772831. OLE color: 8772831.
HSL color Cylindrical-coordinate representation of color #DFDC85: hue angle of 58º 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 #DFDC85 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 133 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.13 |
| HSL | 58º | 0.58% | 0.7% | - |
| HSV(B) | 58º | 0.4% | 0.87% | - |
| XYZ | 60.26 | 68.57 | 32.25 | - |
| YUV | 210.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 133 | 0 | 0.01 | 0.40 | 0.13 | 58 | 0.58 | 0.7 |
| Hex | DF | DC | 85 | 0 | 1 | 28 | D | 3A | 3A | 46 |
| Octal | 337 | 334 | 205 | 0 | 1 | 50 | 15 | 72 | 72 | 106 |
| Binary | 11011111 | 11011100 | 10000101 | 0 | 1 | 101000 | 1101 | 111010 | 111010 | 1000110 |
Color Harmonies of #DFDC85
Complementary color
Monochromatic Colors of #DFDC85
Black with #DFDC85
Text Example
Text Example
White with #DFDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC85; }
p { color: rgb(223,220,133); }
H1.HeaderClassName
{
color: #DFDC85;
}
.AnyTagClassName
{
color: #DFDC85;
}
</style>
background-color css
<style>
a { background-color: #DFDC85; }
a { background-color: rgb(223,220,133); }
div.DivClassName
{
background-color: #DFDC85;
}
.BgClassName
{
background-color: #DFDC85;
}
</style>
border-color css
<style>
span { border-color: #DFDC85; }
span { border-color: rgb(223,220,133); }
td.TdClassName
{
border-color: #DFDC85;
}
.TagClassName
{
border-color: #DFDC85;
}
</style>