Shades of Primrose #DDDD84
Tints of Primrose #DDDD84
RGB
CMYK
RGB Variations
Color information
#DDDD84 (or 0xDDDD84) is known color: Primrose. HEX triplet: DD, DD and 84. RGB value is (221,221,132). Sum of RGB (Red+Green+Blue) = 221+221+132=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 132 (51.95% from 255 or 23.00% from 574); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD84 is #22227B. Grayscale: #D3D3D3. Windows color (decimal): -2237052 or 8707549. OLE color: 8707549.
HSL color Cylindrical-coordinate representation of color #DDDD84: hue angle of 60º 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 #DDDD84 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 132 | - |
| CMYK | 0 | 0 | 0.40 | 0.13 |
| HSL | 60º | 0.57% | 0.69% | - |
| HSV(B) | 60º | 0.4% | 0.87% | - |
| XYZ | 59.84 | 68.75 | 31.95 | - |
| YUV | 210.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 132 | 0 | 0 | 0.40 | 0.13 | 60 | 0.57 | 0.69 |
| Hex | DD | DD | 84 | 0 | 0 | 28 | D | 3C | 39 | 45 |
| Octal | 335 | 335 | 204 | 0 | 0 | 50 | 15 | 74 | 71 | 105 |
| Binary | 11011101 | 11011101 | 10000100 | 0 | 0 | 101000 | 1101 | 111100 | 111001 | 1000101 |
Color Harmonies of #DDDD84
Complementary color
Monochromatic Colors of #DDDD84
Black with #DDDD84
Text Example
Text Example
White with #DDDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD84; }
p { color: rgb(221,221,132); }
H1.HeaderClassName
{
color: #DDDD84;
}
.AnyTagClassName
{
color: #DDDD84;
}
</style>
background-color css
<style>
a { background-color: #DDDD84; }
a { background-color: rgb(221,221,132); }
div.DivClassName
{
background-color: #DDDD84;
}
.BgClassName
{
background-color: #DDDD84;
}
</style>
border-color css
<style>
span { border-color: #DDDD84; }
span { border-color: rgb(221,221,132); }
td.TdClassName
{
border-color: #DDDD84;
}
.TagClassName
{
border-color: #DDDD84;
}
</style>