Shades of Primrose #DCD689
Tints of Primrose #DCD689
RGB
CMYK
RGB Variations
Color information
#DCD689 (or 0xDCD689) is known color: Primrose. HEX triplet: DC, D6 and 89. RGB value is (220,214,137). Sum of RGB (Red+Green+Blue) = 220+214+137=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 137 (53.91% from 255 or 23.99% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD689 is #232976. Grayscale: #CFCFCF. Windows color (decimal): -2304375 or 9033436. OLE color: 9033436.
HSL color Cylindrical-coordinate representation of color #DCD689: hue angle of 55.66º 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 #DCD689 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 137 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.14 |
| HSL | 55.66º | 0.54% | 0.7% | - |
| HSV(B) | 55.66º | 0.38% | 0.86% | - |
| XYZ | 58.08 | 65.11 | 33.17 | - |
| YUV | 207.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 137 | 0 | 0.03 | 0.38 | 0.14 | 55.66 | 0.54 | 0.7 |
| Hex | DC | D6 | 89 | 0 | 3 | 26 | E | 38 | 36 | 46 |
| Octal | 334 | 326 | 211 | 0 | 3 | 46 | 16 | 70 | 66 | 106 |
| Binary | 11011100 | 11010110 | 10001001 | 0 | 11 | 100110 | 1110 | 111000 | 110110 | 1000110 |
Color Harmonies of #DCD689
Complementary color
Monochromatic Colors of #DCD689
Black with #DCD689
Text Example
Text Example
White with #DCD689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD689; }
p { color: rgb(220,214,137); }
H1.HeaderClassName
{
color: #DCD689;
}
.AnyTagClassName
{
color: #DCD689;
}
</style>
background-color css
<style>
a { background-color: #DCD689; }
a { background-color: rgb(220,214,137); }
div.DivClassName
{
background-color: #DCD689;
}
.BgClassName
{
background-color: #DCD689;
}
</style>
border-color css
<style>
span { border-color: #DCD689; }
span { border-color: rgb(220,214,137); }
td.TdClassName
{
border-color: #DCD689;
}
.TagClassName
{
border-color: #DCD689;
}
</style>