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