Shades of Primrose #DED783
Tints of Primrose #DED783
RGB
CMYK
RGB Variations
Color information
#DED783 (or 0xDED783) is known color: Primrose. HEX triplet: DE, D7 and 83. RGB value is (222,215,131). Sum of RGB (Red+Green+Blue) = 222+215+131=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DED783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED783 is #21287C. Grayscale: #CFCFCF. Windows color (decimal): -2173053 or 8640478. OLE color: 8640478.
HSL color Cylindrical-coordinate representation of color #DED783: hue angle of 55.38º degrees, saturation: 0.58, 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 #DED783 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 131 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.13 |
| HSL | 55.38º | 0.58% | 0.69% | - |
| HSV(B) | 55.38º | 0.41% | 0.87% | - |
| XYZ | 58.52 | 65.77 | 31.08 | - |
| YUV | 207.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 131 | 0 | 0.03 | 0.41 | 0.13 | 55.38 | 0.58 | 0.69 |
| Hex | DE | D7 | 83 | 0 | 3 | 29 | D | 37 | 3A | 45 |
| Octal | 336 | 327 | 203 | 0 | 3 | 51 | 15 | 67 | 72 | 105 |
| Binary | 11011110 | 11010111 | 10000011 | 0 | 11 | 101001 | 1101 | 110111 | 111010 | 1000101 |
Color Harmonies of #DED783
Complementary color
Monochromatic Colors of #DED783
Black with #DED783
Text Example
Text Example
White with #DED783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED783; }
p { color: rgb(222,215,131); }
H1.HeaderClassName
{
color: #DED783;
}
.AnyTagClassName
{
color: #DED783;
}
</style>
background-color css
<style>
a { background-color: #DED783; }
a { background-color: rgb(222,215,131); }
div.DivClassName
{
background-color: #DED783;
}
.BgClassName
{
background-color: #DED783;
}
</style>
border-color css
<style>
span { border-color: #DED783; }
span { border-color: rgb(222,215,131); }
td.TdClassName
{
border-color: #DED783;
}
.TagClassName
{
border-color: #DED783;
}
</style>