Shades of Primrose #DDDD8A
Tints of Primrose #DDDD8A
RGB
CMYK
RGB Variations
Color information
#DDDD8A (or 0xDDDD8A) is known color: Primrose. HEX triplet: DD, DD and 8A. RGB value is (221,221,138). Sum of RGB (Red+Green+Blue) = 221+221+138=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD8A is #222275. Grayscale: #D3D3D3. Windows color (decimal): -2237046 or 9100765. OLE color: 9100765.
HSL color Cylindrical-coordinate representation of color #DDDD8A: hue angle of 60º 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 #DDDD8A is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 138 | - |
| CMYK | 0 | 0 | 0.38 | 0.13 |
| HSL | 60º | 0.55% | 0.7% | - |
| HSV(B) | 60º | 0.38% | 0.87% | - |
| XYZ | 60.26 | 68.92 | 34.17 | - |
| YUV | 211.54 | 86.5 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 138 | 0 | 0 | 0.38 | 0.13 | 60 | 0.55 | 0.7 |
| Hex | DD | DD | 8A | 0 | 0 | 26 | D | 3C | 37 | 46 |
| Octal | 335 | 335 | 212 | 0 | 0 | 46 | 15 | 74 | 67 | 106 |
| Binary | 11011101 | 11011101 | 10001010 | 0 | 0 | 100110 | 1101 | 111100 | 110111 | 1000110 |
Color Harmonies of #DDDD8A
Complementary color
Monochromatic Colors of #DDDD8A
Black with #DDDD8A
Text Example
Text Example
White with #DDDD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD8A; }
p { color: rgb(221,221,138); }
H1.HeaderClassName
{
color: #DDDD8A;
}
.AnyTagClassName
{
color: #DDDD8A;
}
</style>
background-color css
<style>
a { background-color: #DDDD8A; }
a { background-color: rgb(221,221,138); }
div.DivClassName
{
background-color: #DDDD8A;
}
.BgClassName
{
background-color: #DDDD8A;
}
</style>
border-color css
<style>
span { border-color: #DDDD8A; }
span { border-color: rgb(221,221,138); }
td.TdClassName
{
border-color: #DDDD8A;
}
.TagClassName
{
border-color: #DDDD8A;
}
</style>