Shades of Primrose #DDDA8A
Tints of Primrose #DDDA8A
RGB
CMYK
RGB Variations
Color information
#DDDA8A (or 0xDDDA8A) is known color: Primrose. HEX triplet: DD, DA and 8A. RGB value is (221,218,138). Sum of RGB (Red+Green+Blue) = 221+218+138=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA8A is #222575. Grayscale: #D2D2D2. Windows color (decimal): -2237814 or 9099997. OLE color: 9099997.
HSL color Cylindrical-coordinate representation of color #DDDA8A: hue angle of 57.83º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDDA8A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 138 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.13 |
| HSL | 57.83º | 0.55% | 0.7% | - |
| HSV(B) | 57.83º | 0.38% | 0.87% | - |
| XYZ | 59.48 | 67.35 | 33.91 | - |
| YUV | 209.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 138 | 0 | 0.01 | 0.38 | 0.13 | 57.83 | 0.55 | 0.7 |
| Hex | DD | DA | 8A | 0 | 1 | 26 | D | 3A | 37 | 46 |
| Octal | 335 | 332 | 212 | 0 | 1 | 46 | 15 | 72 | 67 | 106 |
| Binary | 11011101 | 11011010 | 10001010 | 0 | 1 | 100110 | 1101 | 111010 | 110111 | 1000110 |
Color Harmonies of #DDDA8A
Complementary color
Monochromatic Colors of #DDDA8A
Black with #DDDA8A
Text Example
Text Example
White with #DDDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA8A; }
p { color: rgb(221,218,138); }
H1.HeaderClassName
{
color: #DDDA8A;
}
.AnyTagClassName
{
color: #DDDA8A;
}
</style>
background-color css
<style>
a { background-color: #DDDA8A; }
a { background-color: rgb(221,218,138); }
div.DivClassName
{
background-color: #DDDA8A;
}
.BgClassName
{
background-color: #DDDA8A;
}
</style>
border-color css
<style>
span { border-color: #DDDA8A; }
span { border-color: rgb(221,218,138); }
td.TdClassName
{
border-color: #DDDA8A;
}
.TagClassName
{
border-color: #DDDA8A;
}
</style>