Shades of Primrose #DFDD9A
Tints of Primrose #DFDD9A
RGB
CMYK
RGB Variations
Color information
#DFDD9A (or 0xDFDD9A) is known color: Primrose. HEX triplet: DF, DD and 9A. RGB value is (223,221,154). Sum of RGB (Red+Green+Blue) = 223+221+154=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD9A is #202265. Grayscale: #D6D6D6. Windows color (decimal): -2105958 or 10149343. OLE color: 10149343.
HSL color Cylindrical-coordinate representation of color #DFDD9A: hue angle of 58.26º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFDD9A is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 154 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.13 |
| HSL | 58.26º | 0.52% | 0.74% | - |
| HSV(B) | 58.26º | 0.31% | 0.87% | - |
| XYZ | 62.12 | 69.73 | 40.76 | - |
| YUV | 213.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 154 | 0 | 0.01 | 0.31 | 0.13 | 58.26 | 0.52 | 0.74 |
| Hex | DF | DD | 9A | 0 | 1 | 1F | D | 3A | 34 | 4A |
| Octal | 337 | 335 | 232 | 0 | 1 | 37 | 15 | 72 | 64 | 112 |
| Binary | 11011111 | 11011101 | 10011010 | 0 | 1 | 11111 | 1101 | 111010 | 110100 | 1001010 |
Color Harmonies of #DFDD9A
Complementary color
Monochromatic Colors of #DFDD9A
Black with #DFDD9A
Text Example
Text Example
White with #DFDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD9A; }
p { color: rgb(223,221,154); }
H1.HeaderClassName
{
color: #DFDD9A;
}
.AnyTagClassName
{
color: #DFDD9A;
}
</style>
background-color css
<style>
a { background-color: #DFDD9A; }
a { background-color: rgb(223,221,154); }
div.DivClassName
{
background-color: #DFDD9A;
}
.BgClassName
{
background-color: #DFDD9A;
}
</style>
border-color css
<style>
span { border-color: #DFDD9A; }
span { border-color: rgb(223,221,154); }
td.TdClassName
{
border-color: #DFDD9A;
}
.TagClassName
{
border-color: #DFDD9A;
}
</style>