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