Shades of Primrose #DEDD82
Tints of Primrose #DEDD82
RGB
CMYK
RGB Variations
Color information
#DEDD82 (or 0xDEDD82) is known color: Primrose. HEX triplet: DE, DD and 82. RGB value is (222,221,130). Sum of RGB (Red+Green+Blue) = 222+221+130=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD82 is #21227D. Grayscale: #D3D3D3. Windows color (decimal): -2171518 or 8576478. OLE color: 8576478.
HSL color Cylindrical-coordinate representation of color #DEDD82: hue angle of 59.35º degrees, saturation: 0.58, 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 #DEDD82 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 130 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.13 |
| HSL | 59.35º | 0.58% | 0.69% | - |
| HSV(B) | 59.35º | 0.41% | 0.87% | - |
| XYZ | 60.01 | 68.85 | 31.25 | - |
| YUV | 210.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 130 | 0 | 0.00 | 0.41 | 0.13 | 59.35 | 0.58 | 0.69 |
| Hex | DE | DD | 82 | 0 | 0 | 29 | D | 3B | 3A | 45 |
| Octal | 336 | 335 | 202 | 0 | 0 | 51 | 15 | 73 | 72 | 105 |
| Binary | 11011110 | 11011101 | 10000010 | 0 | 0 | 101001 | 1101 | 111011 | 111010 | 1000101 |
Color Harmonies of #DEDD82
Complementary color
Monochromatic Colors of #DEDD82
Black with #DEDD82
Text Example
Text Example
White with #DEDD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD82; }
p { color: rgb(222,221,130); }
H1.HeaderClassName
{
color: #DEDD82;
}
.AnyTagClassName
{
color: #DEDD82;
}
</style>
background-color css
<style>
a { background-color: #DEDD82; }
a { background-color: rgb(222,221,130); }
div.DivClassName
{
background-color: #DEDD82;
}
.BgClassName
{
background-color: #DEDD82;
}
</style>
border-color css
<style>
span { border-color: #DEDD82; }
span { border-color: rgb(222,221,130); }
td.TdClassName
{
border-color: #DEDD82;
}
.TagClassName
{
border-color: #DEDD82;
}
</style>