Shades of Primrose #DFDD84
Tints of Primrose #DFDD84
RGB
CMYK
RGB Variations
Color information
#DFDD84 (or 0xDFDD84) is known color: Primrose. HEX triplet: DF, DD and 84. RGB value is (223,221,132). Sum of RGB (Red+Green+Blue) = 223+221+132=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD84 is #20227B. Grayscale: #D3D3D3. Windows color (decimal): -2105980 or 8707551. OLE color: 8707551.
HSL color Cylindrical-coordinate representation of color #DFDD84: hue angle of 58.68º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFDD84 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 132 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.13 |
| HSL | 58.68º | 0.59% | 0.7% | - |
| HSV(B) | 58.68º | 0.41% | 0.87% | - |
| XYZ | 60.45 | 69.07 | 31.97 | - |
| YUV | 211.45 | 83.16 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 132 | 0 | 0.01 | 0.41 | 0.13 | 58.68 | 0.59 | 0.7 |
| Hex | DF | DD | 84 | 0 | 1 | 29 | D | 3B | 3B | 46 |
| Octal | 337 | 335 | 204 | 0 | 1 | 51 | 15 | 73 | 73 | 106 |
| Binary | 11011111 | 11011101 | 10000100 | 0 | 1 | 101001 | 1101 | 111011 | 111011 | 1000110 |
Color Harmonies of #DFDD84
Complementary color
Monochromatic Colors of #DFDD84
Black with #DFDD84
Text Example
Text Example
White with #DFDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD84; }
p { color: rgb(223,221,132); }
H1.HeaderClassName
{
color: #DFDD84;
}
.AnyTagClassName
{
color: #DFDD84;
}
</style>
background-color css
<style>
a { background-color: #DFDD84; }
a { background-color: rgb(223,221,132); }
div.DivClassName
{
background-color: #DFDD84;
}
.BgClassName
{
background-color: #DFDD84;
}
</style>
border-color css
<style>
span { border-color: #DFDD84; }
span { border-color: rgb(223,221,132); }
td.TdClassName
{
border-color: #DFDD84;
}
.TagClassName
{
border-color: #DFDD84;
}
</style>