Shades of Primrose #DFDC80
Tints of Primrose #DFDC80
RGB
CMYK
RGB Variations
Color information
#DFDC80 (or 0xDFDC80) is known color: Primrose. HEX triplet: DF, DC and 80. RGB value is (223,220,128). Sum of RGB (Red+Green+Blue) = 223+220+128=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC80 is #20237F. Grayscale: #D2D2D2. Windows color (decimal): -2106240 or 8445151. OLE color: 8445151.
HSL color Cylindrical-coordinate representation of color #DFDC80: hue angle of 58.11º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFDC80 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 128 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.13 |
| HSL | 58.11º | 0.6% | 0.69% | - |
| HSV(B) | 58.11º | 0.43% | 0.87% | - |
| XYZ | 59.92 | 68.43 | 30.47 | - |
| YUV | 210.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 128 | 0 | 0.01 | 0.43 | 0.13 | 58.11 | 0.6 | 0.69 |
| Hex | DF | DC | 80 | 0 | 1 | 2B | D | 3A | 3C | 45 |
| Octal | 337 | 334 | 200 | 0 | 1 | 53 | 15 | 72 | 74 | 105 |
| Binary | 11011111 | 11011100 | 10000000 | 0 | 1 | 101011 | 1101 | 111010 | 111100 | 1000101 |
Color Harmonies of #DFDC80
Complementary color
Monochromatic Colors of #DFDC80
Black with #DFDC80
Text Example
Text Example
White with #DFDC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC80; }
p { color: rgb(223,220,128); }
H1.HeaderClassName
{
color: #DFDC80;
}
.AnyTagClassName
{
color: #DFDC80;
}
</style>
background-color css
<style>
a { background-color: #DFDC80; }
a { background-color: rgb(223,220,128); }
div.DivClassName
{
background-color: #DFDC80;
}
.BgClassName
{
background-color: #DFDC80;
}
</style>
border-color css
<style>
span { border-color: #DFDC80; }
span { border-color: rgb(223,220,128); }
td.TdClassName
{
border-color: #DFDC80;
}
.TagClassName
{
border-color: #DFDC80;
}
</style>