Shades of Primrose #DDDB9A
Tints of Primrose #DDDB9A
RGB
CMYK
RGB Variations
Color information
#DDDB9A (or 0xDDDB9A) is known color: Primrose. HEX triplet: DD, DB and 9A. RGB value is (221,219,154). Sum of RGB (Red+Green+Blue) = 221+219+154=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB9A is #222465. Grayscale: #D4D4D4. Windows color (decimal): -2237542 or 10148829. OLE color: 10148829.
HSL color Cylindrical-coordinate representation of color #DDDB9A: hue angle of 58.21º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDDB9A is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 154 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.13 |
| HSL | 58.21º | 0.5% | 0.74% | - |
| HSV(B) | 58.21º | 0.3% | 0.87% | - |
| XYZ | 60.98 | 68.37 | 40.55 | - |
| YUV | 212.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 154 | 0 | 0.01 | 0.30 | 0.13 | 58.21 | 0.5 | 0.74 |
| Hex | DD | DB | 9A | 0 | 1 | 1E | D | 3A | 32 | 4A |
| Octal | 335 | 333 | 232 | 0 | 1 | 36 | 15 | 72 | 62 | 112 |
| Binary | 11011101 | 11011011 | 10011010 | 0 | 1 | 11110 | 1101 | 111010 | 110010 | 1001010 |
Color Harmonies of #DDDB9A
Complementary color
Monochromatic Colors of #DDDB9A
Black with #DDDB9A
Text Example
Text Example
White with #DDDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB9A; }
p { color: rgb(221,219,154); }
H1.HeaderClassName
{
color: #DDDB9A;
}
.AnyTagClassName
{
color: #DDDB9A;
}
</style>
background-color css
<style>
a { background-color: #DDDB9A; }
a { background-color: rgb(221,219,154); }
div.DivClassName
{
background-color: #DDDB9A;
}
.BgClassName
{
background-color: #DDDB9A;
}
</style>
border-color css
<style>
span { border-color: #DDDB9A; }
span { border-color: rgb(221,219,154); }
td.TdClassName
{
border-color: #DDDB9A;
}
.TagClassName
{
border-color: #DDDB9A;
}
</style>