Shades of Primrose #DDDB8F
Tints of Primrose #DDDB8F
RGB
CMYK
RGB Variations
Color information
#DDDB8F (or 0xDDDB8F) is known color: Primrose. HEX triplet: DD, DB and 8F. RGB value is (221,219,143). Sum of RGB (Red+Green+Blue) = 221+219+143=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB8F is #222470. Grayscale: #D3D3D3. Windows color (decimal): -2237553 or 9427933. OLE color: 9427933.
HSL color Cylindrical-coordinate representation of color #DDDB8F: hue angle of 58.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDDB8F is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 143 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.13 |
| HSL | 58.46º | 0.53% | 0.71% | - |
| HSV(B) | 58.46º | 0.35% | 0.87% | - |
| XYZ | 60.11 | 68.02 | 35.95 | - |
| YUV | 210.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 143 | 0 | 0.01 | 0.35 | 0.13 | 58.46 | 0.53 | 0.71 |
| Hex | DD | DB | 8F | 0 | 1 | 23 | D | 3A | 35 | 47 |
| Octal | 335 | 333 | 217 | 0 | 1 | 43 | 15 | 72 | 65 | 107 |
| Binary | 11011101 | 11011011 | 10001111 | 0 | 1 | 100011 | 1101 | 111010 | 110101 | 1000111 |
Color Harmonies of #DDDB8F
Complementary color
Monochromatic Colors of #DDDB8F
Black with #DDDB8F
Text Example
Text Example
White with #DDDB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB8F; }
p { color: rgb(221,219,143); }
H1.HeaderClassName
{
color: #DDDB8F;
}
.AnyTagClassName
{
color: #DDDB8F;
}
</style>
background-color css
<style>
a { background-color: #DDDB8F; }
a { background-color: rgb(221,219,143); }
div.DivClassName
{
background-color: #DDDB8F;
}
.BgClassName
{
background-color: #DDDB8F;
}
</style>
border-color css
<style>
span { border-color: #DDDB8F; }
span { border-color: rgb(221,219,143); }
td.TdClassName
{
border-color: #DDDB8F;
}
.TagClassName
{
border-color: #DDDB8F;
}
</style>