Shades of Primrose #DDD983
Tints of Primrose #DDD983
RGB
CMYK
RGB Variations
Color information
#DDD983 (or 0xDDD983) is known color: Primrose. HEX triplet: DD, D9 and 83. RGB value is (221,217,131). Sum of RGB (Red+Green+Blue) = 221+217+131=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 131 (51.56% from 255 or 23.02% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD983 is #22267C. Grayscale: #D0D0D0. Windows color (decimal): -2238077 or 8640989. OLE color: 8640989.
HSL color Cylindrical-coordinate representation of color #DDD983: hue angle of 57.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDD983 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 131 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.13 |
| HSL | 57.33º | 0.57% | 0.69% | - |
| HSV(B) | 57.33º | 0.41% | 0.87% | - |
| XYZ | 58.73 | 66.64 | 31.24 | - |
| YUV | 208.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 131 | 0 | 0.02 | 0.41 | 0.13 | 57.33 | 0.57 | 0.69 |
| Hex | DD | D9 | 83 | 0 | 2 | 29 | D | 39 | 39 | 45 |
| Octal | 335 | 331 | 203 | 0 | 2 | 51 | 15 | 71 | 71 | 105 |
| Binary | 11011101 | 11011001 | 10000011 | 0 | 10 | 101001 | 1101 | 111001 | 111001 | 1000101 |
Color Harmonies of #DDD983
Complementary color
Monochromatic Colors of #DDD983
Black with #DDD983
Text Example
Text Example
White with #DDD983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD983; }
p { color: rgb(221,217,131); }
H1.HeaderClassName
{
color: #DDD983;
}
.AnyTagClassName
{
color: #DDD983;
}
</style>
background-color css
<style>
a { background-color: #DDD983; }
a { background-color: rgb(221,217,131); }
div.DivClassName
{
background-color: #DDD983;
}
.BgClassName
{
background-color: #DDD983;
}
</style>
border-color css
<style>
span { border-color: #DDD983; }
span { border-color: rgb(221,217,131); }
td.TdClassName
{
border-color: #DDD983;
}
.TagClassName
{
border-color: #DDD983;
}
</style>