Shades of Primrose #DFDB81
Tints of Primrose #DFDB81
RGB
CMYK
RGB Variations
Color information
#DFDB81 (or 0xDFDB81) is known color: Primrose. HEX triplet: DF, DB and 81. RGB value is (223,219,129). Sum of RGB (Red+Green+Blue) = 223+219+129=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB81 is #20247E. Grayscale: #D2D2D2. Windows color (decimal): -2106495 or 8510431. OLE color: 8510431.
HSL color Cylindrical-coordinate representation of color #DFDB81: hue angle of 57.45º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFDB81 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 129 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.13 |
| HSL | 57.45º | 0.59% | 0.69% | - |
| HSV(B) | 57.45º | 0.42% | 0.87% | - |
| XYZ | 59.73 | 67.94 | 30.73 | - |
| YUV | 209.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 129 | 0 | 0.02 | 0.42 | 0.13 | 57.45 | 0.59 | 0.69 |
| Hex | DF | DB | 81 | 0 | 2 | 2A | D | 39 | 3B | 45 |
| Octal | 337 | 333 | 201 | 0 | 2 | 52 | 15 | 71 | 73 | 105 |
| Binary | 11011111 | 11011011 | 10000001 | 0 | 10 | 101010 | 1101 | 111001 | 111011 | 1000101 |
Color Harmonies of #DFDB81
Complementary color
Monochromatic Colors of #DFDB81
Black with #DFDB81
Text Example
Text Example
White with #DFDB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB81; }
p { color: rgb(223,219,129); }
H1.HeaderClassName
{
color: #DFDB81;
}
.AnyTagClassName
{
color: #DFDB81;
}
</style>
background-color css
<style>
a { background-color: #DFDB81; }
a { background-color: rgb(223,219,129); }
div.DivClassName
{
background-color: #DFDB81;
}
.BgClassName
{
background-color: #DFDB81;
}
</style>
border-color css
<style>
span { border-color: #DFDB81; }
span { border-color: rgb(223,219,129); }
td.TdClassName
{
border-color: #DFDB81;
}
.TagClassName
{
border-color: #DFDB81;
}
</style>