Shades of Primrose #DDDA9A
Tints of Primrose #DDDA9A
RGB
CMYK
RGB Variations
Color information
#DDDA9A (or 0xDDDA9A) is known color: Primrose. HEX triplet: DD, DA and 9A. RGB value is (221,218,154). Sum of RGB (Red+Green+Blue) = 221+218+154=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA9A is #222565. Grayscale: #D3D3D3. Windows color (decimal): -2237798 or 10148573. OLE color: 10148573.
HSL color Cylindrical-coordinate representation of color #DDDA9A: hue angle of 57.31º 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 #DDDA9A is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 154 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.13 |
| HSL | 57.31º | 0.5% | 0.74% | - |
| HSV(B) | 57.31º | 0.3% | 0.87% | - |
| XYZ | 60.72 | 67.85 | 40.47 | - |
| YUV | 211.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 154 | 0 | 0.01 | 0.30 | 0.13 | 57.31 | 0.5 | 0.74 |
| Hex | DD | DA | 9A | 0 | 1 | 1E | D | 39 | 32 | 4A |
| Octal | 335 | 332 | 232 | 0 | 1 | 36 | 15 | 71 | 62 | 112 |
| Binary | 11011101 | 11011010 | 10011010 | 0 | 1 | 11110 | 1101 | 111001 | 110010 | 1001010 |
Color Harmonies of #DDDA9A
Complementary color
Monochromatic Colors of #DDDA9A
Black with #DDDA9A
Text Example
Text Example
White with #DDDA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA9A; }
p { color: rgb(221,218,154); }
H1.HeaderClassName
{
color: #DDDA9A;
}
.AnyTagClassName
{
color: #DDDA9A;
}
</style>
background-color css
<style>
a { background-color: #DDDA9A; }
a { background-color: rgb(221,218,154); }
div.DivClassName
{
background-color: #DDDA9A;
}
.BgClassName
{
background-color: #DDDA9A;
}
</style>
border-color css
<style>
span { border-color: #DDDA9A; }
span { border-color: rgb(221,218,154); }
td.TdClassName
{
border-color: #DDDA9A;
}
.TagClassName
{
border-color: #DDDA9A;
}
</style>