Shades of Primrose #DDDE93
Tints of Primrose #DDDE93
RGB
CMYK
RGB Variations
Color information
#DDDE93 (or 0xDDDE93) is known color: Primrose. HEX triplet: DD, DE and 93. RGB value is (221,222,147). Sum of RGB (Red+Green+Blue) = 221+222+147=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDE93 is #22216C. Grayscale: #D5D5D5. Windows color (decimal): -2236781 or 9690845. OLE color: 9690845.
HSL color Cylindrical-coordinate representation of color #DDDE93: hue angle of 60.8º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDDE93 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 147 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.13 |
| HSL | 60.8º | 0.53% | 0.72% | - |
| HSV(B) | 60.8º | 0.34% | 0.87% | - |
| XYZ | 61.21 | 69.72 | 37.84 | - |
| YUV | 213.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 147 | 0.00 | 0 | 0.34 | 0.13 | 60.8 | 0.53 | 0.72 |
| Hex | DD | DE | 93 | 0 | 0 | 22 | D | 3D | 35 | 48 |
| Octal | 335 | 336 | 223 | 0 | 0 | 42 | 15 | 75 | 65 | 110 |
| Binary | 11011101 | 11011110 | 10010011 | 0 | 0 | 100010 | 1101 | 111101 | 110101 | 1001000 |
Color Harmonies of #DDDE93
Complementary color
Monochromatic Colors of #DDDE93
Black with #DDDE93
Text Example
Text Example
White with #DDDE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE93; }
p { color: rgb(221,222,147); }
H1.HeaderClassName
{
color: #DDDE93;
}
.AnyTagClassName
{
color: #DDDE93;
}
</style>
background-color css
<style>
a { background-color: #DDDE93; }
a { background-color: rgb(221,222,147); }
div.DivClassName
{
background-color: #DDDE93;
}
.BgClassName
{
background-color: #DDDE93;
}
</style>
border-color css
<style>
span { border-color: #DDDE93; }
span { border-color: rgb(221,222,147); }
td.TdClassName
{
border-color: #DDDE93;
}
.TagClassName
{
border-color: #DDDE93;
}
</style>