Shades of Primrose #DCDF87
Tints of Primrose #DCDF87
RGB
CMYK
RGB Variations
Color information
#DCDF87 (or 0xDCDF87) is known color: Primrose. HEX triplet: DC, DF and 87. RGB value is (220,223,135). Sum of RGB (Red+Green+Blue) = 220+223+135=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 135 (53.12% from 255 or 23.36% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF87 is #232078. Grayscale: #D4D4D4. Windows color (decimal): -2302073 or 8904668. OLE color: 8904668.
HSL color Cylindrical-coordinate representation of color #DCDF87: hue angle of 62.05º 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 #DCDF87 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 135 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.13 |
| HSL | 62.05º | 0.58% | 0.7% | - |
| HSV(B) | 62.05º | 0.39% | 0.87% | - |
| XYZ | 60.28 | 69.74 | 33.21 | - |
| YUV | 212.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 135 | 0.01 | 0 | 0.39 | 0.13 | 62.05 | 0.58 | 0.7 |
| Hex | DC | DF | 87 | 1 | 0 | 27 | D | 3E | 3A | 46 |
| Octal | 334 | 337 | 207 | 1 | 0 | 47 | 15 | 76 | 72 | 106 |
| Binary | 11011100 | 11011111 | 10000111 | 1 | 0 | 100111 | 1101 | 111110 | 111010 | 1000110 |
Color Harmonies of #DCDF87
Complementary color
Monochromatic Colors of #DCDF87
Black with #DCDF87
Text Example
Text Example
White with #DCDF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF87; }
p { color: rgb(220,223,135); }
H1.HeaderClassName
{
color: #DCDF87;
}
.AnyTagClassName
{
color: #DCDF87;
}
</style>
background-color css
<style>
a { background-color: #DCDF87; }
a { background-color: rgb(220,223,135); }
div.DivClassName
{
background-color: #DCDF87;
}
.BgClassName
{
background-color: #DCDF87;
}
</style>
border-color css
<style>
span { border-color: #DCDF87; }
span { border-color: rgb(220,223,135); }
td.TdClassName
{
border-color: #DCDF87;
}
.TagClassName
{
border-color: #DCDF87;
}
</style>