Shades of Primrose #DFDE80
Tints of Primrose #DFDE80
RGB
CMYK
RGB Variations
Color information
#DFDE80 (or 0xDFDE80) is known color: Primrose. HEX triplet: DF, DE and 80. RGB value is (223,222,128). Sum of RGB (Red+Green+Blue) = 223+222+128=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE80 is #20217F. Grayscale: #D3D3D3. Windows color (decimal): -2105728 or 8445663. OLE color: 8445663.
HSL color Cylindrical-coordinate representation of color #DFDE80: hue angle of 59.37º 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 #DFDE80 is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 128 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.13 |
| HSL | 59.37º | 0.6% | 0.69% | - |
| HSV(B) | 59.37º | 0.43% | 0.87% | - |
| XYZ | 60.45 | 69.49 | 30.65 | - |
| YUV | 211.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 128 | 0 | 0.00 | 0.43 | 0.13 | 59.37 | 0.6 | 0.69 |
| Hex | DF | DE | 80 | 0 | 0 | 2B | D | 3B | 3C | 45 |
| Octal | 337 | 336 | 200 | 0 | 0 | 53 | 15 | 73 | 74 | 105 |
| Binary | 11011111 | 11011110 | 10000000 | 0 | 0 | 101011 | 1101 | 111011 | 111100 | 1000101 |
Color Harmonies of #DFDE80
Complementary color
Monochromatic Colors of #DFDE80
Black with #DFDE80
Text Example
Text Example
White with #DFDE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE80; }
p { color: rgb(223,222,128); }
H1.HeaderClassName
{
color: #DFDE80;
}
.AnyTagClassName
{
color: #DFDE80;
}
</style>
background-color css
<style>
a { background-color: #DFDE80; }
a { background-color: rgb(223,222,128); }
div.DivClassName
{
background-color: #DFDE80;
}
.BgClassName
{
background-color: #DFDE80;
}
</style>
border-color css
<style>
span { border-color: #DFDE80; }
span { border-color: rgb(223,222,128); }
td.TdClassName
{
border-color: #DFDE80;
}
.TagClassName
{
border-color: #DFDE80;
}
</style>