Shades of Primrose #DDD88B
Tints of Primrose #DDD88B
RGB
CMYK
RGB Variations
Color information
#DDD88B (or 0xDDD88B) is known color: Primrose. HEX triplet: DD, D8 and 8B. RGB value is (221,216,139). Sum of RGB (Red+Green+Blue) = 221+216+139=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD88B is #222774. Grayscale: #D1D1D1. Windows color (decimal): -2238325 or 9165021. OLE color: 9165021.
HSL color Cylindrical-coordinate representation of color #DDD88B: hue angle of 56.34º degrees, saturation: 0.55, 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 #DDD88B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 139 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.13 |
| HSL | 56.34º | 0.55% | 0.71% | - |
| HSV(B) | 56.34º | 0.37% | 0.87% | - |
| XYZ | 59.03 | 66.35 | 34.12 | - |
| YUV | 208.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 139 | 0 | 0.02 | 0.37 | 0.13 | 56.34 | 0.55 | 0.71 |
| Hex | DD | D8 | 8B | 0 | 2 | 25 | D | 38 | 37 | 47 |
| Octal | 335 | 330 | 213 | 0 | 2 | 45 | 15 | 70 | 67 | 107 |
| Binary | 11011101 | 11011000 | 10001011 | 0 | 10 | 100101 | 1101 | 111000 | 110111 | 1000111 |
Color Harmonies of #DDD88B
Complementary color
Monochromatic Colors of #DDD88B
Black with #DDD88B
Text Example
Text Example
White with #DDD88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD88B; }
p { color: rgb(221,216,139); }
H1.HeaderClassName
{
color: #DDD88B;
}
.AnyTagClassName
{
color: #DDD88B;
}
</style>
background-color css
<style>
a { background-color: #DDD88B; }
a { background-color: rgb(221,216,139); }
div.DivClassName
{
background-color: #DDD88B;
}
.BgClassName
{
background-color: #DDD88B;
}
</style>
border-color css
<style>
span { border-color: #DDD88B; }
span { border-color: rgb(221,216,139); }
td.TdClassName
{
border-color: #DDD88B;
}
.TagClassName
{
border-color: #DDD88B;
}
</style>