Shades of Primrose #DDD98A
Tints of Primrose #DDD98A
RGB
CMYK
RGB Variations
Color information
#DDD98A (or 0xDDD98A) is known color: Primrose. HEX triplet: DD, D9 and 8A. RGB value is (221,217,138). Sum of RGB (Red+Green+Blue) = 221+217+138=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD98A is #222675. Grayscale: #D1D1D1. Windows color (decimal): -2238070 or 9099741. OLE color: 9099741.
HSL color Cylindrical-coordinate representation of color #DDD98A: hue angle of 57.11º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDD98A is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 138 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.13 |
| HSL | 57.11º | 0.55% | 0.7% | - |
| HSV(B) | 57.11º | 0.38% | 0.87% | - |
| XYZ | 59.22 | 66.83 | 33.82 | - |
| YUV | 209.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 138 | 0 | 0.02 | 0.38 | 0.13 | 57.11 | 0.55 | 0.7 |
| Hex | DD | D9 | 8A | 0 | 2 | 26 | D | 39 | 37 | 46 |
| Octal | 335 | 331 | 212 | 0 | 2 | 46 | 15 | 71 | 67 | 106 |
| Binary | 11011101 | 11011001 | 10001010 | 0 | 10 | 100110 | 1101 | 111001 | 110111 | 1000110 |
Color Harmonies of #DDD98A
Complementary color
Monochromatic Colors of #DDD98A
Black with #DDD98A
Text Example
Text Example
White with #DDD98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD98A; }
p { color: rgb(221,217,138); }
H1.HeaderClassName
{
color: #DDD98A;
}
.AnyTagClassName
{
color: #DDD98A;
}
</style>
background-color css
<style>
a { background-color: #DDD98A; }
a { background-color: rgb(221,217,138); }
div.DivClassName
{
background-color: #DDD98A;
}
.BgClassName
{
background-color: #DDD98A;
}
</style>
border-color css
<style>
span { border-color: #DDD98A; }
span { border-color: rgb(221,217,138); }
td.TdClassName
{
border-color: #DDD98A;
}
.TagClassName
{
border-color: #DDD98A;
}
</style>