Shades of Primrose #DCDD82
Tints of Primrose #DCDD82
RGB
CMYK
RGB Variations
Color information
#DCDD82 (or 0xDCDD82) is known color: Primrose. HEX triplet: DC, DD and 82. RGB value is (220,221,130). Sum of RGB (Red+Green+Blue) = 220+221+130=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD82 is #23227D. Grayscale: #D2D2D2. Windows color (decimal): -2302590 or 8576476. OLE color: 8576476.
HSL color Cylindrical-coordinate representation of color #DCDD82: hue angle of 60.66º 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 #DCDD82 is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 130 | - |
| CMYK | 0.00 | 0 | 0.41 | 0.13 |
| HSL | 60.66º | 0.57% | 0.69% | - |
| HSV(B) | 60.66º | 0.41% | 0.87% | - |
| XYZ | 59.4 | 68.54 | 31.22 | - |
| YUV | 210.33 | 82.67 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 130 | 0.00 | 0 | 0.41 | 0.13 | 60.66 | 0.57 | 0.69 |
| Hex | DC | DD | 82 | 0 | 0 | 29 | D | 3D | 39 | 45 |
| Octal | 334 | 335 | 202 | 0 | 0 | 51 | 15 | 75 | 71 | 105 |
| Binary | 11011100 | 11011101 | 10000010 | 0 | 0 | 101001 | 1101 | 111101 | 111001 | 1000101 |
Color Harmonies of #DCDD82
Complementary color
Monochromatic Colors of #DCDD82
Black with #DCDD82
Text Example
Text Example
White with #DCDD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD82; }
p { color: rgb(220,221,130); }
H1.HeaderClassName
{
color: #DCDD82;
}
.AnyTagClassName
{
color: #DCDD82;
}
</style>
background-color css
<style>
a { background-color: #DCDD82; }
a { background-color: rgb(220,221,130); }
div.DivClassName
{
background-color: #DCDD82;
}
.BgClassName
{
background-color: #DCDD82;
}
</style>
border-color css
<style>
span { border-color: #DCDD82; }
span { border-color: rgb(220,221,130); }
td.TdClassName
{
border-color: #DCDD82;
}
.TagClassName
{
border-color: #DCDD82;
}
</style>