Shades of Primrose #DFDE83
Tints of Primrose #DFDE83
RGB
CMYK
RGB Variations
Color information
#DFDE83 (or 0xDFDE83) is known color: Primrose. HEX triplet: DF, DE and 83. RGB value is (223,222,131). Sum of RGB (Red+Green+Blue) = 223+222+131=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 131 (51.56% from 255 or 22.74% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE83 is #20217C. Grayscale: #D4D4D4. Windows color (decimal): -2105725 or 8642271. OLE color: 8642271.
HSL color Cylindrical-coordinate representation of color #DFDE83: hue angle of 59.35º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFDE83 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 131 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.13 |
| HSL | 59.35º | 0.59% | 0.69% | - |
| HSV(B) | 59.35º | 0.41% | 0.87% | - |
| XYZ | 60.65 | 69.57 | 31.7 | - |
| YUV | 211.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 131 | 0 | 0.00 | 0.41 | 0.13 | 59.35 | 0.59 | 0.69 |
| Hex | DF | DE | 83 | 0 | 0 | 29 | D | 3B | 3B | 45 |
| Octal | 337 | 336 | 203 | 0 | 0 | 51 | 15 | 73 | 73 | 105 |
| Binary | 11011111 | 11011110 | 10000011 | 0 | 0 | 101001 | 1101 | 111011 | 111011 | 1000101 |
Color Harmonies of #DFDE83
Complementary color
Monochromatic Colors of #DFDE83
Black with #DFDE83
Text Example
Text Example
White with #DFDE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE83; }
p { color: rgb(223,222,131); }
H1.HeaderClassName
{
color: #DFDE83;
}
.AnyTagClassName
{
color: #DFDE83;
}
</style>
background-color css
<style>
a { background-color: #DFDE83; }
a { background-color: rgb(223,222,131); }
div.DivClassName
{
background-color: #DFDE83;
}
.BgClassName
{
background-color: #DFDE83;
}
</style>
border-color css
<style>
span { border-color: #DFDE83; }
span { border-color: rgb(223,222,131); }
td.TdClassName
{
border-color: #DFDE83;
}
.TagClassName
{
border-color: #DFDE83;
}
</style>