Shades of Primrose #DFDC99
Tints of Primrose #DFDC99
RGB
CMYK
RGB Variations
Color information
#DFDC99 (or 0xDFDC99) is known color: Primrose. HEX triplet: DF, DC and 99. RGB value is (223,220,153). Sum of RGB (Red+Green+Blue) = 223+220+153=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC99 is #202366. Grayscale: #D5D5D5. Windows color (decimal): -2106215 or 10083551. OLE color: 10083551.
HSL color Cylindrical-coordinate representation of color #DFDC99: hue angle of 57.43º 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 #DFDC99 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 153 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.13 |
| HSL | 57.43º | 0.52% | 0.74% | - |
| HSV(B) | 57.43º | 0.31% | 0.87% | - |
| XYZ | 61.77 | 69.17 | 40.23 | - |
| YUV | 213.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 153 | 0 | 0.01 | 0.31 | 0.13 | 57.43 | 0.52 | 0.74 |
| Hex | DF | DC | 99 | 0 | 1 | 1F | D | 39 | 34 | 4A |
| Octal | 337 | 334 | 231 | 0 | 1 | 37 | 15 | 71 | 64 | 112 |
| Binary | 11011111 | 11011100 | 10011001 | 0 | 1 | 11111 | 1101 | 111001 | 110100 | 1001010 |
Color Harmonies of #DFDC99
Complementary color
Monochromatic Colors of #DFDC99
Black with #DFDC99
Text Example
Text Example
White with #DFDC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC99; }
p { color: rgb(223,220,153); }
H1.HeaderClassName
{
color: #DFDC99;
}
.AnyTagClassName
{
color: #DFDC99;
}
</style>
background-color css
<style>
a { background-color: #DFDC99; }
a { background-color: rgb(223,220,153); }
div.DivClassName
{
background-color: #DFDC99;
}
.BgClassName
{
background-color: #DFDC99;
}
</style>
border-color css
<style>
span { border-color: #DFDC99; }
span { border-color: rgb(223,220,153); }
td.TdClassName
{
border-color: #DFDC99;
}
.TagClassName
{
border-color: #DFDC99;
}
</style>