Shades of Primrose #DFDD93
Tints of Primrose #DFDD93
RGB
CMYK
RGB Variations
Color information
#DFDD93 (or 0xDFDD93) is known color: Primrose. HEX triplet: DF, DD and 93. RGB value is (223,221,147). Sum of RGB (Red+Green+Blue) = 223+221+147=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD93 is #20226C. Grayscale: #D5D5D5. Windows color (decimal): -2105965 or 9690591. OLE color: 9690591.
HSL color Cylindrical-coordinate representation of color #DFDD93: hue angle of 58.42º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFDD93 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 147 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.13 |
| HSL | 58.42º | 0.54% | 0.73% | - |
| HSV(B) | 58.42º | 0.34% | 0.87% | - |
| XYZ | 61.55 | 69.51 | 37.78 | - |
| YUV | 213.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 147 | 0 | 0.01 | 0.34 | 0.13 | 58.42 | 0.54 | 0.73 |
| Hex | DF | DD | 93 | 0 | 1 | 22 | D | 3A | 36 | 49 |
| Octal | 337 | 335 | 223 | 0 | 1 | 42 | 15 | 72 | 66 | 111 |
| Binary | 11011111 | 11011101 | 10010011 | 0 | 1 | 100010 | 1101 | 111010 | 110110 | 1001001 |
Color Harmonies of #DFDD93
Complementary color
Monochromatic Colors of #DFDD93
Black with #DFDD93
Text Example
Text Example
White with #DFDD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD93; }
p { color: rgb(223,221,147); }
H1.HeaderClassName
{
color: #DFDD93;
}
.AnyTagClassName
{
color: #DFDD93;
}
</style>
background-color css
<style>
a { background-color: #DFDD93; }
a { background-color: rgb(223,221,147); }
div.DivClassName
{
background-color: #DFDD93;
}
.BgClassName
{
background-color: #DFDD93;
}
</style>
border-color css
<style>
span { border-color: #DFDD93; }
span { border-color: rgb(223,221,147); }
td.TdClassName
{
border-color: #DFDD93;
}
.TagClassName
{
border-color: #DFDD93;
}
</style>