Shades of Primrose #DCDB89
Tints of Primrose #DCDB89
RGB
CMYK
RGB Variations
Color information
#DCDB89 (or 0xDCDB89) is known color: Primrose. HEX triplet: DC, DB and 89. RGB value is (220,219,137). Sum of RGB (Red+Green+Blue) = 220+219+137=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 137 (53.91% from 255 or 23.78% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB89 is #232476. Grayscale: #D2D2D2. Windows color (decimal): -2303095 or 9034716. OLE color: 9034716.
HSL color Cylindrical-coordinate representation of color #DCDB89: hue angle of 59.28º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCDB89 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 137 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.14 |
| HSL | 59.28º | 0.54% | 0.7% | - |
| HSV(B) | 59.28º | 0.38% | 0.86% | - |
| XYZ | 59.36 | 67.68 | 33.6 | - |
| YUV | 209.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 137 | 0 | 0.00 | 0.38 | 0.14 | 59.28 | 0.54 | 0.7 |
| Hex | DC | DB | 89 | 0 | 0 | 26 | E | 3B | 36 | 46 |
| Octal | 334 | 333 | 211 | 0 | 0 | 46 | 16 | 73 | 66 | 106 |
| Binary | 11011100 | 11011011 | 10001001 | 0 | 0 | 100110 | 1110 | 111011 | 110110 | 1000110 |
Color Harmonies of #DCDB89
Complementary color
Monochromatic Colors of #DCDB89
Black with #DCDB89
Text Example
Text Example
White with #DCDB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB89; }
p { color: rgb(220,219,137); }
H1.HeaderClassName
{
color: #DCDB89;
}
.AnyTagClassName
{
color: #DCDB89;
}
</style>
background-color css
<style>
a { background-color: #DCDB89; }
a { background-color: rgb(220,219,137); }
div.DivClassName
{
background-color: #DCDB89;
}
.BgClassName
{
background-color: #DCDB89;
}
</style>
border-color css
<style>
span { border-color: #DCDB89; }
span { border-color: rgb(220,219,137); }
td.TdClassName
{
border-color: #DCDB89;
}
.TagClassName
{
border-color: #DCDB89;
}
</style>