Shades of Primrose #DFDB99
Tints of Primrose #DFDB99
RGB
CMYK
RGB Variations
Color information
#DFDB99 (or 0xDFDB99) is known color: Primrose. HEX triplet: DF, DB and 99. RGB value is (223,219,153). Sum of RGB (Red+Green+Blue) = 223+219+153=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB99 is #202466. Grayscale: #D4D4D4. Windows color (decimal): -2106471 or 10083295. OLE color: 10083295.
HSL color Cylindrical-coordinate representation of color #DFDB99: hue angle of 56.57º 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 #DFDB99 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 153 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.13 |
| HSL | 56.57º | 0.52% | 0.74% | - |
| HSV(B) | 56.57º | 0.31% | 0.87% | - |
| XYZ | 61.51 | 68.65 | 40.15 | - |
| YUV | 212.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 153 | 0 | 0.02 | 0.31 | 0.13 | 56.57 | 0.52 | 0.74 |
| Hex | DF | DB | 99 | 0 | 2 | 1F | D | 39 | 34 | 4A |
| Octal | 337 | 333 | 231 | 0 | 2 | 37 | 15 | 71 | 64 | 112 |
| Binary | 11011111 | 11011011 | 10011001 | 0 | 10 | 11111 | 1101 | 111001 | 110100 | 1001010 |
Color Harmonies of #DFDB99
Complementary color
Monochromatic Colors of #DFDB99
Black with #DFDB99
Text Example
Text Example
White with #DFDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB99; }
p { color: rgb(223,219,153); }
H1.HeaderClassName
{
color: #DFDB99;
}
.AnyTagClassName
{
color: #DFDB99;
}
</style>
background-color css
<style>
a { background-color: #DFDB99; }
a { background-color: rgb(223,219,153); }
div.DivClassName
{
background-color: #DFDB99;
}
.BgClassName
{
background-color: #DFDB99;
}
</style>
border-color css
<style>
span { border-color: #DFDB99; }
span { border-color: rgb(223,219,153); }
td.TdClassName
{
border-color: #DFDB99;
}
.TagClassName
{
border-color: #DFDB99;
}
</style>