Shades of Primrose #DCDF94
Tints of Primrose #DCDF94
RGB
CMYK
RGB Variations
Color information
#DCDF94 (or 0xDCDF94) is known color: Primrose. HEX triplet: DC, DF and 94. RGB value is (220,223,148). Sum of RGB (Red+Green+Blue) = 220+223+148=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF94 is #23206B. Grayscale: #D5D5D5. Windows color (decimal): -2302060 or 9756636. OLE color: 9756636.
HSL color Cylindrical-coordinate representation of color #DCDF94: hue angle of 62.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCDF94 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 148 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.13 |
| HSL | 62.4º | 0.54% | 0.73% | - |
| HSV(B) | 62.4º | 0.34% | 0.87% | - |
| XYZ | 61.25 | 70.13 | 38.33 | - |
| YUV | 213.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 148 | 0.01 | 0 | 0.34 | 0.13 | 62.4 | 0.54 | 0.73 |
| Hex | DC | DF | 94 | 1 | 0 | 22 | D | 3E | 36 | 49 |
| Octal | 334 | 337 | 224 | 1 | 0 | 42 | 15 | 76 | 66 | 111 |
| Binary | 11011100 | 11011111 | 10010100 | 1 | 0 | 100010 | 1101 | 111110 | 110110 | 1001001 |
Color Harmonies of #DCDF94
Complementary color
Monochromatic Colors of #DCDF94
Black with #DCDF94
Text Example
Text Example
White with #DCDF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF94; }
p { color: rgb(220,223,148); }
H1.HeaderClassName
{
color: #DCDF94;
}
.AnyTagClassName
{
color: #DCDF94;
}
</style>
background-color css
<style>
a { background-color: #DCDF94; }
a { background-color: rgb(220,223,148); }
div.DivClassName
{
background-color: #DCDF94;
}
.BgClassName
{
background-color: #DCDF94;
}
</style>
border-color css
<style>
span { border-color: #DCDF94; }
span { border-color: rgb(220,223,148); }
td.TdClassName
{
border-color: #DCDF94;
}
.TagClassName
{
border-color: #DCDF94;
}
</style>