Shades of Primrose #DCDF95
Tints of Primrose #DCDF95
RGB
CMYK
RGB Variations
Color information
#DCDF95 (or 0xDCDF95) is known color: Primrose. HEX triplet: DC, DF and 95. RGB value is (220,223,149). Sum of RGB (Red+Green+Blue) = 220+223+149=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF95 is #23206A. Grayscale: #D5D5D5. Windows color (decimal): -2302059 or 9822172. OLE color: 9822172.
HSL color Cylindrical-coordinate representation of color #DCDF95: hue angle of 62.43º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCDF95 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 149 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.13 |
| HSL | 62.43º | 0.54% | 0.73% | - |
| HSV(B) | 62.43º | 0.33% | 0.87% | - |
| XYZ | 61.33 | 70.16 | 38.74 | - |
| YUV | 213.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 149 | 0.01 | 0 | 0.33 | 0.13 | 62.43 | 0.54 | 0.73 |
| Hex | DC | DF | 95 | 1 | 0 | 21 | D | 3E | 36 | 49 |
| Octal | 334 | 337 | 225 | 1 | 0 | 41 | 15 | 76 | 66 | 111 |
| Binary | 11011100 | 11011111 | 10010101 | 1 | 0 | 100001 | 1101 | 111110 | 110110 | 1001001 |
Color Harmonies of #DCDF95
Complementary color
Monochromatic Colors of #DCDF95
Black with #DCDF95
Text Example
Text Example
White with #DCDF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF95; }
p { color: rgb(220,223,149); }
H1.HeaderClassName
{
color: #DCDF95;
}
.AnyTagClassName
{
color: #DCDF95;
}
</style>
background-color css
<style>
a { background-color: #DCDF95; }
a { background-color: rgb(220,223,149); }
div.DivClassName
{
background-color: #DCDF95;
}
.BgClassName
{
background-color: #DCDF95;
}
</style>
border-color css
<style>
span { border-color: #DCDF95; }
span { border-color: rgb(220,223,149); }
td.TdClassName
{
border-color: #DCDF95;
}
.TagClassName
{
border-color: #DCDF95;
}
</style>