Shades of Primrose #DFDF83
Tints of Primrose #DFDF83
RGB
CMYK
RGB Variations
Color information
#DFDF83 (or 0xDFDF83) is known color: Primrose. HEX triplet: DF, DF and 83. RGB value is (223,223,131). Sum of RGB (Red+Green+Blue) = 223+223+131=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF83 is #20207C. Grayscale: #D4D4D4. Windows color (decimal): -2105469 or 8642527. OLE color: 8642527.
HSL color Cylindrical-coordinate representation of color #DFDF83: hue angle of 60º 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 #DFDF83 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 131 | - |
| CMYK | 0 | 0 | 0.41 | 0.13 |
| HSL | 60º | 0.59% | 0.69% | - |
| HSV(B) | 60º | 0.41% | 0.87% | - |
| XYZ | 60.92 | 70.1 | 31.79 | - |
| YUV | 212.51 | 82 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 131 | 0 | 0 | 0.41 | 0.13 | 60 | 0.59 | 0.69 |
| Hex | DF | DF | 83 | 0 | 0 | 29 | D | 3C | 3B | 45 |
| Octal | 337 | 337 | 203 | 0 | 0 | 51 | 15 | 74 | 73 | 105 |
| Binary | 11011111 | 11011111 | 10000011 | 0 | 0 | 101001 | 1101 | 111100 | 111011 | 1000101 |
Color Harmonies of #DFDF83
Complementary color
Monochromatic Colors of #DFDF83
Black with #DFDF83
Text Example
Text Example
White with #DFDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF83; }
p { color: rgb(223,223,131); }
H1.HeaderClassName
{
color: #DFDF83;
}
.AnyTagClassName
{
color: #DFDF83;
}
</style>
background-color css
<style>
a { background-color: #DFDF83; }
a { background-color: rgb(223,223,131); }
div.DivClassName
{
background-color: #DFDF83;
}
.BgClassName
{
background-color: #DFDF83;
}
</style>
border-color css
<style>
span { border-color: #DFDF83; }
span { border-color: rgb(223,223,131); }
td.TdClassName
{
border-color: #DFDF83;
}
.TagClassName
{
border-color: #DFDF83;
}
</style>