Shades of Primrose #DDD594
Tints of Primrose #DDD594
RGB
CMYK
RGB Variations
Color information
#DDD594 (or 0xDDD594) is known color: Primrose. HEX triplet: DD, D5 and 94. RGB value is (221,213,148). Sum of RGB (Red+Green+Blue) = 221+213+148=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD594 is #222A6B. Grayscale: #D0D0D0. Windows color (decimal): -2239084 or 9754077. OLE color: 9754077.
HSL color Cylindrical-coordinate representation of color #DDD594: hue angle of 53.42º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDD594 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 148 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.13 |
| HSL | 53.42º | 0.52% | 0.72% | - |
| HSV(B) | 53.42º | 0.33% | 0.87% | - |
| XYZ | 58.96 | 65.1 | 37.47 | - |
| YUV | 207.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 148 | 0 | 0.04 | 0.33 | 0.13 | 53.42 | 0.52 | 0.72 |
| Hex | DD | D5 | 94 | 0 | 4 | 21 | D | 35 | 34 | 48 |
| Octal | 335 | 325 | 224 | 0 | 4 | 41 | 15 | 65 | 64 | 110 |
| Binary | 11011101 | 11010101 | 10010100 | 0 | 100 | 100001 | 1101 | 110101 | 110100 | 1001000 |
Color Harmonies of #DDD594
Complementary color
Monochromatic Colors of #DDD594
Black with #DDD594
Text Example
Text Example
White with #DDD594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD594; }
p { color: rgb(221,213,148); }
H1.HeaderClassName
{
color: #DDD594;
}
.AnyTagClassName
{
color: #DDD594;
}
</style>
background-color css
<style>
a { background-color: #DDD594; }
a { background-color: rgb(221,213,148); }
div.DivClassName
{
background-color: #DDD594;
}
.BgClassName
{
background-color: #DDD594;
}
</style>
border-color css
<style>
span { border-color: #DDD594; }
span { border-color: rgb(221,213,148); }
td.TdClassName
{
border-color: #DDD594;
}
.TagClassName
{
border-color: #DDD594;
}
</style>