Shades of Primrose #DCDF8C
Tints of Primrose #DCDF8C
RGB
CMYK
RGB Variations
Color information
#DCDF8C (or 0xDCDF8C) is known color: Primrose. HEX triplet: DC, DF and 8C. RGB value is (220,223,140). Sum of RGB (Red+Green+Blue) = 220+223+140=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF8C is #232073. Grayscale: #D4D4D4. Windows color (decimal): -2302068 or 9232348. OLE color: 9232348.
HSL color Cylindrical-coordinate representation of color #DCDF8C: hue angle of 62.17º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCDF8C is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 140 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.13 |
| HSL | 62.17º | 0.56% | 0.71% | - |
| HSV(B) | 62.17º | 0.37% | 0.87% | - |
| XYZ | 60.64 | 69.88 | 35.1 | - |
| YUV | 212.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 140 | 0.01 | 0 | 0.37 | 0.13 | 62.17 | 0.56 | 0.71 |
| Hex | DC | DF | 8C | 1 | 0 | 25 | D | 3E | 38 | 47 |
| Octal | 334 | 337 | 214 | 1 | 0 | 45 | 15 | 76 | 70 | 107 |
| Binary | 11011100 | 11011111 | 10001100 | 1 | 0 | 100101 | 1101 | 111110 | 111000 | 1000111 |
Color Harmonies of #DCDF8C
Complementary color
Monochromatic Colors of #DCDF8C
Black with #DCDF8C
Text Example
Text Example
White with #DCDF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF8C; }
p { color: rgb(220,223,140); }
H1.HeaderClassName
{
color: #DCDF8C;
}
.AnyTagClassName
{
color: #DCDF8C;
}
</style>
background-color css
<style>
a { background-color: #DCDF8C; }
a { background-color: rgb(220,223,140); }
div.DivClassName
{
background-color: #DCDF8C;
}
.BgClassName
{
background-color: #DCDF8C;
}
</style>
border-color css
<style>
span { border-color: #DCDF8C; }
span { border-color: rgb(220,223,140); }
td.TdClassName
{
border-color: #DCDF8C;
}
.TagClassName
{
border-color: #DCDF8C;
}
</style>