Shades of Primrose #DFDC83
Tints of Primrose #DFDC83
RGB
CMYK
RGB Variations
Color information
#DFDC83 (or 0xDFDC83) is known color: Primrose. HEX triplet: DF, DC and 83. RGB value is (223,220,131). Sum of RGB (Red+Green+Blue) = 223+220+131=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 131 (51.56% from 255 or 22.82% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC83 is #20237C. Grayscale: #D3D3D3. Windows color (decimal): -2106237 or 8641759. OLE color: 8641759.
HSL color Cylindrical-coordinate representation of color #DFDC83: hue angle of 58.04º 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 #DFDC83 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 131 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.13 |
| HSL | 58.04º | 0.59% | 0.69% | - |
| HSV(B) | 58.04º | 0.41% | 0.87% | - |
| XYZ | 60.12 | 68.51 | 31.53 | - |
| YUV | 210.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 131 | 0 | 0.01 | 0.41 | 0.13 | 58.04 | 0.59 | 0.69 |
| Hex | DF | DC | 83 | 0 | 1 | 29 | D | 3A | 3B | 45 |
| Octal | 337 | 334 | 203 | 0 | 1 | 51 | 15 | 72 | 73 | 105 |
| Binary | 11011111 | 11011100 | 10000011 | 0 | 1 | 101001 | 1101 | 111010 | 111011 | 1000101 |
Color Harmonies of #DFDC83
Complementary color
Monochromatic Colors of #DFDC83
Black with #DFDC83
Text Example
Text Example
White with #DFDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC83; }
p { color: rgb(223,220,131); }
H1.HeaderClassName
{
color: #DFDC83;
}
.AnyTagClassName
{
color: #DFDC83;
}
</style>
background-color css
<style>
a { background-color: #DFDC83; }
a { background-color: rgb(223,220,131); }
div.DivClassName
{
background-color: #DFDC83;
}
.BgClassName
{
background-color: #DFDC83;
}
</style>
border-color css
<style>
span { border-color: #DFDC83; }
span { border-color: rgb(223,220,131); }
td.TdClassName
{
border-color: #DFDC83;
}
.TagClassName
{
border-color: #DFDC83;
}
</style>