Shades of Primrose #DDD794
Tints of Primrose #DDD794
RGB
CMYK
RGB Variations
Color information
#DDD794 (or 0xDDD794) is known color: Primrose. HEX triplet: DD, D7 and 94. RGB value is (221,215,148). Sum of RGB (Red+Green+Blue) = 221+215+148=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD794 is #22286B. Grayscale: #D1D1D1. Windows color (decimal): -2238572 or 9754589. OLE color: 9754589.
HSL color Cylindrical-coordinate representation of color #DDD794: hue angle of 55.07º 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 #DDD794 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 148 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.13 |
| HSL | 55.07º | 0.52% | 0.72% | - |
| HSV(B) | 55.07º | 0.33% | 0.87% | - |
| XYZ | 59.46 | 66.11 | 37.64 | - |
| YUV | 209.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 148 | 0 | 0.03 | 0.33 | 0.13 | 55.07 | 0.52 | 0.72 |
| Hex | DD | D7 | 94 | 0 | 3 | 21 | D | 37 | 34 | 48 |
| Octal | 335 | 327 | 224 | 0 | 3 | 41 | 15 | 67 | 64 | 110 |
| Binary | 11011101 | 11010111 | 10010100 | 0 | 11 | 100001 | 1101 | 110111 | 110100 | 1001000 |
Color Harmonies of #DDD794
Complementary color
Monochromatic Colors of #DDD794
Black with #DDD794
Text Example
Text Example
White with #DDD794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD794; }
p { color: rgb(221,215,148); }
H1.HeaderClassName
{
color: #DDD794;
}
.AnyTagClassName
{
color: #DDD794;
}
</style>
background-color css
<style>
a { background-color: #DDD794; }
a { background-color: rgb(221,215,148); }
div.DivClassName
{
background-color: #DDD794;
}
.BgClassName
{
background-color: #DDD794;
}
</style>
border-color css
<style>
span { border-color: #DDD794; }
span { border-color: rgb(221,215,148); }
td.TdClassName
{
border-color: #DDD794;
}
.TagClassName
{
border-color: #DDD794;
}
</style>