Shades of Primrose #DED78D
Tints of Primrose #DED78D
RGB
CMYK
RGB Variations
Color information
#DED78D (or 0xDED78D) is known color: Primrose. HEX triplet: DE, D7 and 8D. RGB value is (222,215,141). Sum of RGB (Red+Green+Blue) = 222+215+141=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DED78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED78D is #212872. Grayscale: #D0D0D0. Windows color (decimal): -2173043 or 9295838. OLE color: 9295838.
HSL color Cylindrical-coordinate representation of color #DED78D: hue angle of 54.81º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DED78D is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 141 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.13 |
| HSL | 54.81º | 0.55% | 0.71% | - |
| HSV(B) | 54.81º | 0.36% | 0.87% | - |
| XYZ | 59.23 | 66.05 | 34.83 | - |
| YUV | 208.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 141 | 0 | 0.03 | 0.36 | 0.13 | 54.81 | 0.55 | 0.71 |
| Hex | DE | D7 | 8D | 0 | 3 | 24 | D | 37 | 37 | 47 |
| Octal | 336 | 327 | 215 | 0 | 3 | 44 | 15 | 67 | 67 | 107 |
| Binary | 11011110 | 11010111 | 10001101 | 0 | 11 | 100100 | 1101 | 110111 | 110111 | 1000111 |
Color Harmonies of #DED78D
Complementary color
Monochromatic Colors of #DED78D
Black with #DED78D
Text Example
Text Example
White with #DED78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED78D; }
p { color: rgb(222,215,141); }
H1.HeaderClassName
{
color: #DED78D;
}
.AnyTagClassName
{
color: #DED78D;
}
</style>
background-color css
<style>
a { background-color: #DED78D; }
a { background-color: rgb(222,215,141); }
div.DivClassName
{
background-color: #DED78D;
}
.BgClassName
{
background-color: #DED78D;
}
</style>
border-color css
<style>
span { border-color: #DED78D; }
span { border-color: rgb(222,215,141); }
td.TdClassName
{
border-color: #DED78D;
}
.TagClassName
{
border-color: #DED78D;
}
</style>