Shades of Primrose #DDD38D
Tints of Primrose #DDD38D
RGB
CMYK
RGB Variations
Color information
#DDD38D (or 0xDDD38D) is known color: Primrose. HEX triplet: DD, D3 and 8D. RGB value is (221,211,141). Sum of RGB (Red+Green+Blue) = 221+211+141=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD38D is #222C72. Grayscale: #CECECE. Windows color (decimal): -2239603 or 9294813. OLE color: 9294813.
HSL color Cylindrical-coordinate representation of color #DDD38D: hue angle of 52.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDD38D is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 141 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.13 |
| HSL | 52.5º | 0.54% | 0.71% | - |
| HSV(B) | 52.5º | 0.36% | 0.87% | - |
| XYZ | 57.92 | 63.88 | 34.48 | - |
| YUV | 206.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 141 | 0 | 0.05 | 0.36 | 0.13 | 52.5 | 0.54 | 0.71 |
| Hex | DD | D3 | 8D | 0 | 5 | 24 | D | 34 | 36 | 47 |
| Octal | 335 | 323 | 215 | 0 | 5 | 44 | 15 | 64 | 66 | 107 |
| Binary | 11011101 | 11010011 | 10001101 | 0 | 101 | 100100 | 1101 | 110100 | 110110 | 1000111 |
Color Harmonies of #DDD38D
Complementary color
Monochromatic Colors of #DDD38D
Black with #DDD38D
Text Example
Text Example
White with #DDD38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD38D; }
p { color: rgb(221,211,141); }
H1.HeaderClassName
{
color: #DDD38D;
}
.AnyTagClassName
{
color: #DDD38D;
}
</style>
background-color css
<style>
a { background-color: #DDD38D; }
a { background-color: rgb(221,211,141); }
div.DivClassName
{
background-color: #DDD38D;
}
.BgClassName
{
background-color: #DDD38D;
}
</style>
border-color css
<style>
span { border-color: #DDD38D; }
span { border-color: rgb(221,211,141); }
td.TdClassName
{
border-color: #DDD38D;
}
.TagClassName
{
border-color: #DDD38D;
}
</style>