Shades of Primrose #DDDB93
Tints of Primrose #DDDB93
RGB
CMYK
RGB Variations
Color information
#DDDB93 (or 0xDDDB93) is known color: Primrose. HEX triplet: DD, DB and 93. RGB value is (221,219,147). Sum of RGB (Red+Green+Blue) = 221+219+147=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB93 is #22246C. Grayscale: #D3D3D3. Windows color (decimal): -2237549 or 9690077. OLE color: 9690077.
HSL color Cylindrical-coordinate representation of color #DDDB93: hue angle of 58.38º 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 #DDDB93 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 147 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.13 |
| HSL | 58.38º | 0.52% | 0.72% | - |
| HSV(B) | 58.38º | 0.33% | 0.87% | - |
| XYZ | 60.42 | 68.14 | 37.57 | - |
| YUV | 211.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 147 | 0 | 0.01 | 0.33 | 0.13 | 58.38 | 0.52 | 0.72 |
| Hex | DD | DB | 93 | 0 | 1 | 21 | D | 3A | 34 | 48 |
| Octal | 335 | 333 | 223 | 0 | 1 | 41 | 15 | 72 | 64 | 110 |
| Binary | 11011101 | 11011011 | 10010011 | 0 | 1 | 100001 | 1101 | 111010 | 110100 | 1001000 |
Color Harmonies of #DDDB93
Complementary color
Monochromatic Colors of #DDDB93
Black with #DDDB93
Text Example
Text Example
White with #DDDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB93; }
p { color: rgb(221,219,147); }
H1.HeaderClassName
{
color: #DDDB93;
}
.AnyTagClassName
{
color: #DDDB93;
}
</style>
background-color css
<style>
a { background-color: #DDDB93; }
a { background-color: rgb(221,219,147); }
div.DivClassName
{
background-color: #DDDB93;
}
.BgClassName
{
background-color: #DDDB93;
}
</style>
border-color css
<style>
span { border-color: #DDDB93; }
span { border-color: rgb(221,219,147); }
td.TdClassName
{
border-color: #DDDB93;
}
.TagClassName
{
border-color: #DDDB93;
}
</style>