Shades of Primrose #DFDD8F
Tints of Primrose #DFDD8F
RGB
CMYK
RGB Variations
Color information
#DFDD8F (or 0xDFDD8F) is known color: Primrose. HEX triplet: DF, DD and 8F. RGB value is (223,221,143). Sum of RGB (Red+Green+Blue) = 223+221+143=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD8F is #202270. Grayscale: #D5D5D5. Windows color (decimal): -2105969 or 9428447. OLE color: 9428447.
HSL color Cylindrical-coordinate representation of color #DFDD8F: hue angle of 58.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFDD8F is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 143 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.13 |
| HSL | 58.5º | 0.56% | 0.72% | - |
| HSV(B) | 58.5º | 0.36% | 0.87% | - |
| XYZ | 61.25 | 69.38 | 36.15 | - |
| YUV | 212.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 143 | 0 | 0.01 | 0.36 | 0.13 | 58.5 | 0.56 | 0.72 |
| Hex | DF | DD | 8F | 0 | 1 | 24 | D | 3A | 38 | 48 |
| Octal | 337 | 335 | 217 | 0 | 1 | 44 | 15 | 72 | 70 | 110 |
| Binary | 11011111 | 11011101 | 10001111 | 0 | 1 | 100100 | 1101 | 111010 | 111000 | 1001000 |
Color Harmonies of #DFDD8F
Complementary color
Monochromatic Colors of #DFDD8F
Black with #DFDD8F
Text Example
Text Example
White with #DFDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD8F; }
p { color: rgb(223,221,143); }
H1.HeaderClassName
{
color: #DFDD8F;
}
.AnyTagClassName
{
color: #DFDD8F;
}
</style>
background-color css
<style>
a { background-color: #DFDD8F; }
a { background-color: rgb(223,221,143); }
div.DivClassName
{
background-color: #DFDD8F;
}
.BgClassName
{
background-color: #DFDD8F;
}
</style>
border-color css
<style>
span { border-color: #DFDD8F; }
span { border-color: rgb(223,221,143); }
td.TdClassName
{
border-color: #DFDD8F;
}
.TagClassName
{
border-color: #DFDD8F;
}
</style>