Shades of Primrose #DFDD81
Tints of Primrose #DFDD81
RGB
CMYK
RGB Variations
Color information
#DFDD81 (or 0xDFDD81) is known color: Primrose. HEX triplet: DF, DD and 81. RGB value is (223,221,129). Sum of RGB (Red+Green+Blue) = 223+221+129=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD81 is #20227E. Grayscale: #D3D3D3. Windows color (decimal): -2105983 or 8510943. OLE color: 8510943.
HSL color Cylindrical-coordinate representation of color #DFDD81: hue angle of 58.72º 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 #DFDD81 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 129 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.13 |
| HSL | 58.72º | 0.59% | 0.69% | - |
| HSV(B) | 58.72º | 0.42% | 0.87% | - |
| XYZ | 60.25 | 68.99 | 30.91 | - |
| YUV | 211.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 129 | 0 | 0.01 | 0.42 | 0.13 | 58.72 | 0.59 | 0.69 |
| Hex | DF | DD | 81 | 0 | 1 | 2A | D | 3B | 3B | 45 |
| Octal | 337 | 335 | 201 | 0 | 1 | 52 | 15 | 73 | 73 | 105 |
| Binary | 11011111 | 11011101 | 10000001 | 0 | 1 | 101010 | 1101 | 111011 | 111011 | 1000101 |
Color Harmonies of #DFDD81
Complementary color
Monochromatic Colors of #DFDD81
Black with #DFDD81
Text Example
Text Example
White with #DFDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD81; }
p { color: rgb(223,221,129); }
H1.HeaderClassName
{
color: #DFDD81;
}
.AnyTagClassName
{
color: #DFDD81;
}
</style>
background-color css
<style>
a { background-color: #DFDD81; }
a { background-color: rgb(223,221,129); }
div.DivClassName
{
background-color: #DFDD81;
}
.BgClassName
{
background-color: #DFDD81;
}
</style>
border-color css
<style>
span { border-color: #DFDD81; }
span { border-color: rgb(223,221,129); }
td.TdClassName
{
border-color: #DFDD81;
}
.TagClassName
{
border-color: #DFDD81;
}
</style>