Shades of Primrose #DCD688
Tints of Primrose #DCD688
RGB
CMYK
RGB Variations
Color information
#DCD688 (or 0xDCD688) is known color: Primrose. HEX triplet: DC, D6 and 88. RGB value is (220,214,136). Sum of RGB (Red+Green+Blue) = 220+214+136=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD688 is #232977. Grayscale: #CFCFCF. Windows color (decimal): -2304376 or 8967900. OLE color: 8967900.
HSL color Cylindrical-coordinate representation of color #DCD688: hue angle of 55.71º degrees, saturation: 0.55, 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 #DCD688 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 136 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.14 |
| HSL | 55.71º | 0.55% | 0.7% | - |
| HSV(B) | 55.71º | 0.38% | 0.86% | - |
| XYZ | 58.01 | 65.09 | 32.8 | - |
| YUV | 206.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 136 | 0 | 0.03 | 0.38 | 0.14 | 55.71 | 0.55 | 0.7 |
| Hex | DC | D6 | 88 | 0 | 3 | 26 | E | 38 | 37 | 46 |
| Octal | 334 | 326 | 210 | 0 | 3 | 46 | 16 | 70 | 67 | 106 |
| Binary | 11011100 | 11010110 | 10001000 | 0 | 11 | 100110 | 1110 | 111000 | 110111 | 1000110 |
Color Harmonies of #DCD688
Complementary color
Monochromatic Colors of #DCD688
Black with #DCD688
Text Example
Text Example
White with #DCD688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD688; }
p { color: rgb(220,214,136); }
H1.HeaderClassName
{
color: #DCD688;
}
.AnyTagClassName
{
color: #DCD688;
}
</style>
background-color css
<style>
a { background-color: #DCD688; }
a { background-color: rgb(220,214,136); }
div.DivClassName
{
background-color: #DCD688;
}
.BgClassName
{
background-color: #DCD688;
}
</style>
border-color css
<style>
span { border-color: #DCD688; }
span { border-color: rgb(220,214,136); }
td.TdClassName
{
border-color: #DCD688;
}
.TagClassName
{
border-color: #DCD688;
}
</style>