Shades of Primrose #DFDA81
Tints of Primrose #DFDA81
RGB
CMYK
RGB Variations
Color information
#DFDA81 (or 0xDFDA81) is known color: Primrose. HEX triplet: DF, DA and 81. RGB value is (223,218,129). Sum of RGB (Red+Green+Blue) = 223+218+129=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA81 is #20257E. Grayscale: #D1D1D1. Windows color (decimal): -2106751 or 8510175. OLE color: 8510175.
HSL color Cylindrical-coordinate representation of color #DFDA81: hue angle of 56.81º 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 #DFDA81 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 129 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.13 |
| HSL | 56.81º | 0.59% | 0.69% | - |
| HSV(B) | 56.81º | 0.42% | 0.87% | - |
| XYZ | 59.47 | 67.42 | 30.65 | - |
| YUV | 209.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 129 | 0 | 0.02 | 0.42 | 0.13 | 56.81 | 0.59 | 0.69 |
| Hex | DF | DA | 81 | 0 | 2 | 2A | D | 39 | 3B | 45 |
| Octal | 337 | 332 | 201 | 0 | 2 | 52 | 15 | 71 | 73 | 105 |
| Binary | 11011111 | 11011010 | 10000001 | 0 | 10 | 101010 | 1101 | 111001 | 111011 | 1000101 |
Color Harmonies of #DFDA81
Complementary color
Monochromatic Colors of #DFDA81
Black with #DFDA81
Text Example
Text Example
White with #DFDA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA81; }
p { color: rgb(223,218,129); }
H1.HeaderClassName
{
color: #DFDA81;
}
.AnyTagClassName
{
color: #DFDA81;
}
</style>
background-color css
<style>
a { background-color: #DFDA81; }
a { background-color: rgb(223,218,129); }
div.DivClassName
{
background-color: #DFDA81;
}
.BgClassName
{
background-color: #DFDA81;
}
</style>
border-color css
<style>
span { border-color: #DFDA81; }
span { border-color: rgb(223,218,129); }
td.TdClassName
{
border-color: #DFDA81;
}
.TagClassName
{
border-color: #DFDA81;
}
</style>