Shades of Primrose #DDDB94
Tints of Primrose #DDDB94
RGB
CMYK
RGB Variations
Color information
#DDDB94 (or 0xDDDB94) is known color: Primrose. HEX triplet: DD, DB and 94. RGB value is (221,219,148). Sum of RGB (Red+Green+Blue) = 221+219+148=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB94 is #22246B. Grayscale: #D3D3D3. Windows color (decimal): -2237548 or 9755613. OLE color: 9755613.
HSL color Cylindrical-coordinate representation of color #DDDB94: hue angle of 58.36º 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 #DDDB94 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 148 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.13 |
| HSL | 58.36º | 0.52% | 0.72% | - |
| HSV(B) | 58.36º | 0.33% | 0.87% | - |
| XYZ | 60.5 | 68.17 | 37.99 | - |
| YUV | 211.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 148 | 0 | 0.01 | 0.33 | 0.13 | 58.36 | 0.52 | 0.72 |
| Hex | DD | DB | 94 | 0 | 1 | 21 | D | 3A | 34 | 48 |
| Octal | 335 | 333 | 224 | 0 | 1 | 41 | 15 | 72 | 64 | 110 |
| Binary | 11011101 | 11011011 | 10010100 | 0 | 1 | 100001 | 1101 | 111010 | 110100 | 1001000 |
Color Harmonies of #DDDB94
Complementary color
Monochromatic Colors of #DDDB94
Black with #DDDB94
Text Example
Text Example
White with #DDDB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB94; }
p { color: rgb(221,219,148); }
H1.HeaderClassName
{
color: #DDDB94;
}
.AnyTagClassName
{
color: #DDDB94;
}
</style>
background-color css
<style>
a { background-color: #DDDB94; }
a { background-color: rgb(221,219,148); }
div.DivClassName
{
background-color: #DDDB94;
}
.BgClassName
{
background-color: #DDDB94;
}
</style>
border-color css
<style>
span { border-color: #DDDB94; }
span { border-color: rgb(221,219,148); }
td.TdClassName
{
border-color: #DDDB94;
}
.TagClassName
{
border-color: #DDDB94;
}
</style>