Shades of Primrose #DBDD82
Tints of Primrose #DBDD82
RGB
CMYK
RGB Variations
Color information
#DBDD82 (or 0xDBDD82) is known color: Primrose. HEX triplet: DB, DD and 82. RGB value is (219,221,130). Sum of RGB (Red+Green+Blue) = 219+221+130=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD82 is #24227D. Grayscale: #D2D2D2. Windows color (decimal): -2368126 or 8576475. OLE color: 8576475.
HSL color Cylindrical-coordinate representation of color #DBDD82: hue angle of 61.32º 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 #DBDD82 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 130 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.13 |
| HSL | 61.32º | 0.57% | 0.69% | - |
| HSV(B) | 61.32º | 0.41% | 0.87% | - |
| XYZ | 59.1 | 68.38 | 31.2 | - |
| YUV | 210.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 130 | 0.01 | 0 | 0.41 | 0.13 | 61.32 | 0.57 | 0.69 |
| Hex | DB | DD | 82 | 1 | 0 | 29 | D | 3D | 39 | 45 |
| Octal | 333 | 335 | 202 | 1 | 0 | 51 | 15 | 75 | 71 | 105 |
| Binary | 11011011 | 11011101 | 10000010 | 1 | 0 | 101001 | 1101 | 111101 | 111001 | 1000101 |
Color Harmonies of #DBDD82
Complementary color
Monochromatic Colors of #DBDD82
Black with #DBDD82
Text Example
Text Example
White with #DBDD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD82; }
p { color: rgb(219,221,130); }
H1.HeaderClassName
{
color: #DBDD82;
}
.AnyTagClassName
{
color: #DBDD82;
}
</style>
background-color css
<style>
a { background-color: #DBDD82; }
a { background-color: rgb(219,221,130); }
div.DivClassName
{
background-color: #DBDD82;
}
.BgClassName
{
background-color: #DBDD82;
}
</style>
border-color css
<style>
span { border-color: #DBDD82; }
span { border-color: rgb(219,221,130); }
td.TdClassName
{
border-color: #DBDD82;
}
.TagClassName
{
border-color: #DBDD82;
}
</style>