Shades of Primrose #DFDC9B
Tints of Primrose #DFDC9B
RGB
CMYK
RGB Variations
Color information
#DFDC9B (or 0xDFDC9B) is known color: Primrose. HEX triplet: DF, DC and 9B. RGB value is (223,220,155). Sum of RGB (Red+Green+Blue) = 223+220+155=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC9B is #202364. Grayscale: #D5D5D5. Windows color (decimal): -2106213 or 10214623. OLE color: 10214623.
HSL color Cylindrical-coordinate representation of color #DFDC9B: hue angle of 57.35º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFDC9B is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 155 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.13 |
| HSL | 57.35º | 0.52% | 0.74% | - |
| HSV(B) | 57.35º | 0.3% | 0.87% | - |
| XYZ | 61.94 | 69.24 | 41.11 | - |
| YUV | 213.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 155 | 0 | 0.01 | 0.30 | 0.13 | 57.35 | 0.52 | 0.74 |
| Hex | DF | DC | 9B | 0 | 1 | 1E | D | 39 | 34 | 4A |
| Octal | 337 | 334 | 233 | 0 | 1 | 36 | 15 | 71 | 64 | 112 |
| Binary | 11011111 | 11011100 | 10011011 | 0 | 1 | 11110 | 1101 | 111001 | 110100 | 1001010 |
Color Harmonies of #DFDC9B
Complementary color
Monochromatic Colors of #DFDC9B
Black with #DFDC9B
Text Example
Text Example
White with #DFDC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC9B; }
p { color: rgb(223,220,155); }
H1.HeaderClassName
{
color: #DFDC9B;
}
.AnyTagClassName
{
color: #DFDC9B;
}
</style>
background-color css
<style>
a { background-color: #DFDC9B; }
a { background-color: rgb(223,220,155); }
div.DivClassName
{
background-color: #DFDC9B;
}
.BgClassName
{
background-color: #DFDC9B;
}
</style>
border-color css
<style>
span { border-color: #DFDC9B; }
span { border-color: rgb(223,220,155); }
td.TdClassName
{
border-color: #DFDC9B;
}
.TagClassName
{
border-color: #DFDC9B;
}
</style>