Shades of Primrose #DDD99A
Tints of Primrose #DDD99A
RGB
CMYK
RGB Variations
Color information
#DDD99A (or 0xDDD99A) is known color: Primrose. HEX triplet: DD, D9 and 9A. RGB value is (221,217,154). Sum of RGB (Red+Green+Blue) = 221+217+154=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD99A is #222665. Grayscale: #D3D3D3. Windows color (decimal): -2238054 or 10148317. OLE color: 10148317.
HSL color Cylindrical-coordinate representation of color #DDD99A: hue angle of 56.42º 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 #DDD99A is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 154 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.13 |
| HSL | 56.42º | 0.5% | 0.74% | - |
| HSV(B) | 56.42º | 0.3% | 0.87% | - |
| XYZ | 60.46 | 67.33 | 40.38 | - |
| YUV | 211.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 154 | 0 | 0.02 | 0.30 | 0.13 | 56.42 | 0.5 | 0.74 |
| Hex | DD | D9 | 9A | 0 | 2 | 1E | D | 38 | 32 | 4A |
| Octal | 335 | 331 | 232 | 0 | 2 | 36 | 15 | 70 | 62 | 112 |
| Binary | 11011101 | 11011001 | 10011010 | 0 | 10 | 11110 | 1101 | 111000 | 110010 | 1001010 |
Color Harmonies of #DDD99A
Complementary color
Monochromatic Colors of #DDD99A
Black with #DDD99A
Text Example
Text Example
White with #DDD99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD99A; }
p { color: rgb(221,217,154); }
H1.HeaderClassName
{
color: #DDD99A;
}
.AnyTagClassName
{
color: #DDD99A;
}
</style>
background-color css
<style>
a { background-color: #DDD99A; }
a { background-color: rgb(221,217,154); }
div.DivClassName
{
background-color: #DDD99A;
}
.BgClassName
{
background-color: #DDD99A;
}
</style>
border-color css
<style>
span { border-color: #DDD99A; }
span { border-color: rgb(221,217,154); }
td.TdClassName
{
border-color: #DDD99A;
}
.TagClassName
{
border-color: #DDD99A;
}
</style>