Shades of Primrose #DFDD8B
Tints of Primrose #DFDD8B
RGB
CMYK
RGB Variations
Color information
#DFDD8B (or 0xDFDD8B) is known color: Primrose. HEX triplet: DF, DD and 8B. RGB value is (223,221,139). Sum of RGB (Red+Green+Blue) = 223+221+139=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD8B is #202274. Grayscale: #D4D4D4. Windows color (decimal): -2105973 or 9166303. OLE color: 9166303.
HSL color Cylindrical-coordinate representation of color #DFDD8B: hue angle of 58.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFDD8B is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 139 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.13 |
| HSL | 58.57º | 0.57% | 0.71% | - |
| HSV(B) | 58.57º | 0.38% | 0.87% | - |
| XYZ | 60.95 | 69.26 | 34.58 | - |
| YUV | 212.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 139 | 0 | 0.01 | 0.38 | 0.13 | 58.57 | 0.57 | 0.71 |
| Hex | DF | DD | 8B | 0 | 1 | 26 | D | 3B | 39 | 47 |
| Octal | 337 | 335 | 213 | 0 | 1 | 46 | 15 | 73 | 71 | 107 |
| Binary | 11011111 | 11011101 | 10001011 | 0 | 1 | 100110 | 1101 | 111011 | 111001 | 1000111 |
Color Harmonies of #DFDD8B
Complementary color
Monochromatic Colors of #DFDD8B
Black with #DFDD8B
Text Example
Text Example
White with #DFDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD8B; }
p { color: rgb(223,221,139); }
H1.HeaderClassName
{
color: #DFDD8B;
}
.AnyTagClassName
{
color: #DFDD8B;
}
</style>
background-color css
<style>
a { background-color: #DFDD8B; }
a { background-color: rgb(223,221,139); }
div.DivClassName
{
background-color: #DFDD8B;
}
.BgClassName
{
background-color: #DFDD8B;
}
</style>
border-color css
<style>
span { border-color: #DFDD8B; }
span { border-color: rgb(223,221,139); }
td.TdClassName
{
border-color: #DFDD8B;
}
.TagClassName
{
border-color: #DFDD8B;
}
</style>