Shades of Primrose #DDDC84
Tints of Primrose #DDDC84
RGB
CMYK
RGB Variations
Color information
#DDDC84 (or 0xDDDC84) is known color: Primrose. HEX triplet: DD, DC and 84. RGB value is (221,220,132). Sum of RGB (Red+Green+Blue) = 221+220+132=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC84 is #22237B. Grayscale: #D2D2D2. Windows color (decimal): -2237308 or 8707293. OLE color: 8707293.
HSL color Cylindrical-coordinate representation of color #DDDC84: hue angle of 59.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDDC84 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 132 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.13 |
| HSL | 59.33º | 0.57% | 0.69% | - |
| HSV(B) | 59.33º | 0.4% | 0.87% | - |
| XYZ | 59.58 | 68.22 | 31.86 | - |
| YUV | 210.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 132 | 0 | 0.00 | 0.40 | 0.13 | 59.33 | 0.57 | 0.69 |
| Hex | DD | DC | 84 | 0 | 0 | 28 | D | 3B | 39 | 45 |
| Octal | 335 | 334 | 204 | 0 | 0 | 50 | 15 | 73 | 71 | 105 |
| Binary | 11011101 | 11011100 | 10000100 | 0 | 0 | 101000 | 1101 | 111011 | 111001 | 1000101 |
Color Harmonies of #DDDC84
Complementary color
Monochromatic Colors of #DDDC84
Black with #DDDC84
Text Example
Text Example
White with #DDDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC84; }
p { color: rgb(221,220,132); }
H1.HeaderClassName
{
color: #DDDC84;
}
.AnyTagClassName
{
color: #DDDC84;
}
</style>
background-color css
<style>
a { background-color: #DDDC84; }
a { background-color: rgb(221,220,132); }
div.DivClassName
{
background-color: #DDDC84;
}
.BgClassName
{
background-color: #DDDC84;
}
</style>
border-color css
<style>
span { border-color: #DDDC84; }
span { border-color: rgb(221,220,132); }
td.TdClassName
{
border-color: #DDDC84;
}
.TagClassName
{
border-color: #DDDC84;
}
</style>