Shades of Primrose #DFDD83
Tints of Primrose #DFDD83
RGB
CMYK
RGB Variations
Color information
#DFDD83 (or 0xDFDD83) is known color: Primrose. HEX triplet: DF, DD and 83. RGB value is (223,221,131). Sum of RGB (Red+Green+Blue) = 223+221+131=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 131 (51.56% from 255 or 22.78% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD83 is #20227C. Grayscale: #D3D3D3. Windows color (decimal): -2105981 or 8642015. OLE color: 8642015.
HSL color Cylindrical-coordinate representation of color #DFDD83: hue angle of 58.7º 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 #DFDD83 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 131 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.13 |
| HSL | 58.7º | 0.59% | 0.69% | - |
| HSV(B) | 58.7º | 0.41% | 0.87% | - |
| XYZ | 60.38 | 69.04 | 31.62 | - |
| YUV | 211.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 131 | 0 | 0.01 | 0.41 | 0.13 | 58.7 | 0.59 | 0.69 |
| Hex | DF | DD | 83 | 0 | 1 | 29 | D | 3B | 3B | 45 |
| Octal | 337 | 335 | 203 | 0 | 1 | 51 | 15 | 73 | 73 | 105 |
| Binary | 11011111 | 11011101 | 10000011 | 0 | 1 | 101001 | 1101 | 111011 | 111011 | 1000101 |
Color Harmonies of #DFDD83
Complementary color
Monochromatic Colors of #DFDD83
Black with #DFDD83
Text Example
Text Example
White with #DFDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD83; }
p { color: rgb(223,221,131); }
H1.HeaderClassName
{
color: #DFDD83;
}
.AnyTagClassName
{
color: #DFDD83;
}
</style>
background-color css
<style>
a { background-color: #DFDD83; }
a { background-color: rgb(223,221,131); }
div.DivClassName
{
background-color: #DFDD83;
}
.BgClassName
{
background-color: #DFDD83;
}
</style>
border-color css
<style>
span { border-color: #DFDD83; }
span { border-color: rgb(223,221,131); }
td.TdClassName
{
border-color: #DFDD83;
}
.TagClassName
{
border-color: #DFDD83;
}
</style>