Shades of Primrose #DED78B
Tints of Primrose #DED78B
RGB
CMYK
RGB Variations
Color information
#DED78B (or 0xDED78B) is known color: Primrose. HEX triplet: DE, D7 and 8B. RGB value is (222,215,139). Sum of RGB (Red+Green+Blue) = 222+215+139=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DED78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED78B is #212874. Grayscale: #D0D0D0. Windows color (decimal): -2173045 or 9164766. OLE color: 9164766.
HSL color Cylindrical-coordinate representation of color #DED78B: hue angle of 54.94º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DED78B is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 139 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.13 |
| HSL | 54.94º | 0.56% | 0.71% | - |
| HSV(B) | 54.94º | 0.37% | 0.87% | - |
| XYZ | 59.08 | 65.99 | 34.05 | - |
| YUV | 208.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 139 | 0 | 0.03 | 0.37 | 0.13 | 54.94 | 0.56 | 0.71 |
| Hex | DE | D7 | 8B | 0 | 3 | 25 | D | 37 | 38 | 47 |
| Octal | 336 | 327 | 213 | 0 | 3 | 45 | 15 | 67 | 70 | 107 |
| Binary | 11011110 | 11010111 | 10001011 | 0 | 11 | 100101 | 1101 | 110111 | 111000 | 1000111 |
Color Harmonies of #DED78B
Complementary color
Monochromatic Colors of #DED78B
Black with #DED78B
Text Example
Text Example
White with #DED78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED78B; }
p { color: rgb(222,215,139); }
H1.HeaderClassName
{
color: #DED78B;
}
.AnyTagClassName
{
color: #DED78B;
}
</style>
background-color css
<style>
a { background-color: #DED78B; }
a { background-color: rgb(222,215,139); }
div.DivClassName
{
background-color: #DED78B;
}
.BgClassName
{
background-color: #DED78B;
}
</style>
border-color css
<style>
span { border-color: #DED78B; }
span { border-color: rgb(222,215,139); }
td.TdClassName
{
border-color: #DED78B;
}
.TagClassName
{
border-color: #DED78B;
}
</style>