Shades of Primrose #DDDC8C
Tints of Primrose #DDDC8C
RGB
CMYK
RGB Variations
Color information
#DDDC8C (or 0xDDDC8C) is known color: Primrose. HEX triplet: DD, DC and 8C. RGB value is (221,220,140). Sum of RGB (Red+Green+Blue) = 221+220+140=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC8C is #222373. Grayscale: #D3D3D3. Windows color (decimal): -2237300 or 9231581. OLE color: 9231581.
HSL color Cylindrical-coordinate representation of color #DDDC8C: hue angle of 59.26º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDDC8C is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 140 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.13 |
| HSL | 59.26º | 0.54% | 0.71% | - |
| HSV(B) | 59.26º | 0.37% | 0.87% | - |
| XYZ | 60.15 | 68.45 | 34.85 | - |
| YUV | 211.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 140 | 0 | 0.00 | 0.37 | 0.13 | 59.26 | 0.54 | 0.71 |
| Hex | DD | DC | 8C | 0 | 0 | 25 | D | 3B | 36 | 47 |
| Octal | 335 | 334 | 214 | 0 | 0 | 45 | 15 | 73 | 66 | 107 |
| Binary | 11011101 | 11011100 | 10001100 | 0 | 0 | 100101 | 1101 | 111011 | 110110 | 1000111 |
Color Harmonies of #DDDC8C
Complementary color
Monochromatic Colors of #DDDC8C
Black with #DDDC8C
Text Example
Text Example
White with #DDDC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC8C; }
p { color: rgb(221,220,140); }
H1.HeaderClassName
{
color: #DDDC8C;
}
.AnyTagClassName
{
color: #DDDC8C;
}
</style>
background-color css
<style>
a { background-color: #DDDC8C; }
a { background-color: rgb(221,220,140); }
div.DivClassName
{
background-color: #DDDC8C;
}
.BgClassName
{
background-color: #DDDC8C;
}
</style>
border-color css
<style>
span { border-color: #DDDC8C; }
span { border-color: rgb(221,220,140); }
td.TdClassName
{
border-color: #DDDC8C;
}
.TagClassName
{
border-color: #DDDC8C;
}
</style>