Shades of Primrose #DDDD82
Tints of Primrose #DDDD82
RGB
CMYK
RGB Variations
Color information
#DDDD82 (or 0xDDDD82) is known color: Primrose. HEX triplet: DD, DD and 82. RGB value is (221,221,130). Sum of RGB (Red+Green+Blue) = 221+221+130=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 130 (51.17% from 255 or 22.73% from 572); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD82 is #22227D. Grayscale: #D2D2D2. Windows color (decimal): -2237054 or 8576477. OLE color: 8576477.
HSL color Cylindrical-coordinate representation of color #DDDD82: 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.41%. Process color model (Four color, CMYK) of #DDDD82 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 130 | - |
| CMYK | 0 | 0 | 0.41 | 0.13 |
| HSL | 60º | 0.57% | 0.69% | - |
| HSV(B) | 60º | 0.41% | 0.87% | - |
| XYZ | 59.7 | 68.7 | 31.23 | - |
| YUV | 210.63 | 82.5 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 130 | 0 | 0 | 0.41 | 0.13 | 60 | 0.57 | 0.69 |
| Hex | DD | DD | 82 | 0 | 0 | 29 | D | 3C | 39 | 45 |
| Octal | 335 | 335 | 202 | 0 | 0 | 51 | 15 | 74 | 71 | 105 |
| Binary | 11011101 | 11011101 | 10000010 | 0 | 0 | 101001 | 1101 | 111100 | 111001 | 1000101 |
Color Harmonies of #DDDD82
Complementary color
Monochromatic Colors of #DDDD82
Black with #DDDD82
Text Example
Text Example
White with #DDDD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD82; }
p { color: rgb(221,221,130); }
H1.HeaderClassName
{
color: #DDDD82;
}
.AnyTagClassName
{
color: #DDDD82;
}
</style>
background-color css
<style>
a { background-color: #DDDD82; }
a { background-color: rgb(221,221,130); }
div.DivClassName
{
background-color: #DDDD82;
}
.BgClassName
{
background-color: #DDDD82;
}
</style>
border-color css
<style>
span { border-color: #DDDD82; }
span { border-color: rgb(221,221,130); }
td.TdClassName
{
border-color: #DDDD82;
}
.TagClassName
{
border-color: #DDDD82;
}
</style>