Shades of Primrose #DED38B
Tints of Primrose #DED38B
RGB
CMYK
RGB Variations
Color information
#DED38B (or 0xDED38B) is known color: Primrose. HEX triplet: DE, D3 and 8B. RGB value is (222,211,139). Sum of RGB (Red+Green+Blue) = 222+211+139=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DED38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED38B is #212C74. Grayscale: #CECECE. Windows color (decimal): -2174069 or 9163742. OLE color: 9163742.
HSL color Cylindrical-coordinate representation of color #DED38B: hue angle of 52.05º 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 #DED38B is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 139 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.13 |
| HSL | 52.05º | 0.56% | 0.71% | - |
| HSV(B) | 52.05º | 0.37% | 0.87% | - |
| XYZ | 58.08 | 63.98 | 33.71 | - |
| YUV | 206.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 139 | 0 | 0.05 | 0.37 | 0.13 | 52.05 | 0.56 | 0.71 |
| Hex | DE | D3 | 8B | 0 | 5 | 25 | D | 34 | 38 | 47 |
| Octal | 336 | 323 | 213 | 0 | 5 | 45 | 15 | 64 | 70 | 107 |
| Binary | 11011110 | 11010011 | 10001011 | 0 | 101 | 100101 | 1101 | 110100 | 111000 | 1000111 |
Color Harmonies of #DED38B
Complementary color
Monochromatic Colors of #DED38B
Black with #DED38B
Text Example
Text Example
White with #DED38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED38B; }
p { color: rgb(222,211,139); }
H1.HeaderClassName
{
color: #DED38B;
}
.AnyTagClassName
{
color: #DED38B;
}
</style>
background-color css
<style>
a { background-color: #DED38B; }
a { background-color: rgb(222,211,139); }
div.DivClassName
{
background-color: #DED38B;
}
.BgClassName
{
background-color: #DED38B;
}
</style>
border-color css
<style>
span { border-color: #DED38B; }
span { border-color: rgb(222,211,139); }
td.TdClassName
{
border-color: #DED38B;
}
.TagClassName
{
border-color: #DED38B;
}
</style>