Shades of Primrose #DCDF98
Tints of Primrose #DCDF98
RGB
CMYK
RGB Variations
Color information
#DCDF98 (or 0xDCDF98) is known color: Primrose. HEX triplet: DC, DF and 98. RGB value is (220,223,152). Sum of RGB (Red+Green+Blue) = 220+223+152=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF98 is #232067. Grayscale: #D6D6D6. Windows color (decimal): -2302056 or 10018780. OLE color: 10018780.
HSL color Cylindrical-coordinate representation of color #DCDF98: hue angle of 62.54º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCDF98 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 152 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.13 |
| HSL | 62.54º | 0.53% | 0.74% | - |
| HSV(B) | 62.54º | 0.32% | 0.87% | - |
| XYZ | 61.57 | 70.26 | 40.02 | - |
| YUV | 214.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 152 | 0.01 | 0 | 0.32 | 0.13 | 62.54 | 0.53 | 0.74 |
| Hex | DC | DF | 98 | 1 | 0 | 20 | D | 3F | 35 | 4A |
| Octal | 334 | 337 | 230 | 1 | 0 | 40 | 15 | 77 | 65 | 112 |
| Binary | 11011100 | 11011111 | 10011000 | 1 | 0 | 100000 | 1101 | 111111 | 110101 | 1001010 |
Color Harmonies of #DCDF98
Complementary color
Monochromatic Colors of #DCDF98
Black with #DCDF98
Text Example
Text Example
White with #DCDF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF98; }
p { color: rgb(220,223,152); }
H1.HeaderClassName
{
color: #DCDF98;
}
.AnyTagClassName
{
color: #DCDF98;
}
</style>
background-color css
<style>
a { background-color: #DCDF98; }
a { background-color: rgb(220,223,152); }
div.DivClassName
{
background-color: #DCDF98;
}
.BgClassName
{
background-color: #DCDF98;
}
</style>
border-color css
<style>
span { border-color: #DCDF98; }
span { border-color: rgb(220,223,152); }
td.TdClassName
{
border-color: #DCDF98;
}
.TagClassName
{
border-color: #DCDF98;
}
</style>