Shades of Primrose #DFDD80
Tints of Primrose #DFDD80
RGB
CMYK
RGB Variations
Color information
#DFDD80 (or 0xDFDD80) is known color: Primrose. HEX triplet: DF, DD and 80. RGB value is (223,221,128). Sum of RGB (Red+Green+Blue) = 223+221+128=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD80 is #20227F. Grayscale: #D3D3D3. Windows color (decimal): -2105984 or 8445407. OLE color: 8445407.
HSL color Cylindrical-coordinate representation of color #DFDD80: hue angle of 58.74º 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 #DFDD80 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 128 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.13 |
| HSL | 58.74º | 0.6% | 0.69% | - |
| HSV(B) | 58.74º | 0.43% | 0.87% | - |
| XYZ | 60.18 | 68.96 | 30.56 | - |
| YUV | 211 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 128 | 0 | 0.01 | 0.43 | 0.13 | 58.74 | 0.6 | 0.69 |
| Hex | DF | DD | 80 | 0 | 1 | 2B | D | 3B | 3C | 45 |
| Octal | 337 | 335 | 200 | 0 | 1 | 53 | 15 | 73 | 74 | 105 |
| Binary | 11011111 | 11011101 | 10000000 | 0 | 1 | 101011 | 1101 | 111011 | 111100 | 1000101 |
Color Harmonies of #DFDD80
Complementary color
Monochromatic Colors of #DFDD80
Black with #DFDD80
Text Example
Text Example
White with #DFDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD80; }
p { color: rgb(223,221,128); }
H1.HeaderClassName
{
color: #DFDD80;
}
.AnyTagClassName
{
color: #DFDD80;
}
</style>
background-color css
<style>
a { background-color: #DFDD80; }
a { background-color: rgb(223,221,128); }
div.DivClassName
{
background-color: #DFDD80;
}
.BgClassName
{
background-color: #DFDD80;
}
</style>
border-color css
<style>
span { border-color: #DFDD80; }
span { border-color: rgb(223,221,128); }
td.TdClassName
{
border-color: #DFDD80;
}
.TagClassName
{
border-color: #DFDD80;
}
</style>