Shades of Primrose #DDD694
Tints of Primrose #DDD694
RGB
CMYK
RGB Variations
Color information
#DDD694 (or 0xDDD694) is known color: Primrose. HEX triplet: DD, D6 and 94. RGB value is (221,214,148). Sum of RGB (Red+Green+Blue) = 221+214+148=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD694 is #22296B. Grayscale: #D0D0D0. Windows color (decimal): -2238828 or 9754333. OLE color: 9754333.
HSL color Cylindrical-coordinate representation of color #DDD694: hue angle of 54.25º 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 #DDD694 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 148 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.13 |
| HSL | 54.25º | 0.52% | 0.72% | - |
| HSV(B) | 54.25º | 0.33% | 0.87% | - |
| XYZ | 59.21 | 65.6 | 37.56 | - |
| YUV | 208.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 148 | 0 | 0.03 | 0.33 | 0.13 | 54.25 | 0.52 | 0.72 |
| Hex | DD | D6 | 94 | 0 | 3 | 21 | D | 36 | 34 | 48 |
| Octal | 335 | 326 | 224 | 0 | 3 | 41 | 15 | 66 | 64 | 110 |
| Binary | 11011101 | 11010110 | 10010100 | 0 | 11 | 100001 | 1101 | 110110 | 110100 | 1001000 |
Color Harmonies of #DDD694
Complementary color
Monochromatic Colors of #DDD694
Black with #DDD694
Text Example
Text Example
White with #DDD694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD694; }
p { color: rgb(221,214,148); }
H1.HeaderClassName
{
color: #DDD694;
}
.AnyTagClassName
{
color: #DDD694;
}
</style>
background-color css
<style>
a { background-color: #DDD694; }
a { background-color: rgb(221,214,148); }
div.DivClassName
{
background-color: #DDD694;
}
.BgClassName
{
background-color: #DDD694;
}
</style>
border-color css
<style>
span { border-color: #DDD694; }
span { border-color: rgb(221,214,148); }
td.TdClassName
{
border-color: #DDD694;
}
.TagClassName
{
border-color: #DDD694;
}
</style>