Shades of Primrose #DCDE89
Tints of Primrose #DCDE89
RGB
CMYK
RGB Variations
Color information
#DCDE89 (or 0xDCDE89) is known color: Primrose. HEX triplet: DC, DE and 89. RGB value is (220,222,137). Sum of RGB (Red+Green+Blue) = 220+222+137=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 137 (53.91% from 255 or 23.66% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE89 is #232176. Grayscale: #D4D4D4. Windows color (decimal): -2302327 or 9035484. OLE color: 9035484.
HSL color Cylindrical-coordinate representation of color #DCDE89: hue angle of 61.41º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCDE89 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 137 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.13 |
| HSL | 61.41º | 0.56% | 0.7% | - |
| HSV(B) | 61.41º | 0.38% | 0.87% | - |
| XYZ | 60.15 | 69.26 | 33.87 | - |
| YUV | 211.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 137 | 0.01 | 0 | 0.38 | 0.13 | 61.41 | 0.56 | 0.7 |
| Hex | DC | DE | 89 | 1 | 0 | 26 | D | 3D | 38 | 46 |
| Octal | 334 | 336 | 211 | 1 | 0 | 46 | 15 | 75 | 70 | 106 |
| Binary | 11011100 | 11011110 | 10001001 | 1 | 0 | 100110 | 1101 | 111101 | 111000 | 1000110 |
Color Harmonies of #DCDE89
Complementary color
Monochromatic Colors of #DCDE89
Black with #DCDE89
Text Example
Text Example
White with #DCDE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE89; }
p { color: rgb(220,222,137); }
H1.HeaderClassName
{
color: #DCDE89;
}
.AnyTagClassName
{
color: #DCDE89;
}
</style>
background-color css
<style>
a { background-color: #DCDE89; }
a { background-color: rgb(220,222,137); }
div.DivClassName
{
background-color: #DCDE89;
}
.BgClassName
{
background-color: #DCDE89;
}
</style>
border-color css
<style>
span { border-color: #DCDE89; }
span { border-color: rgb(220,222,137); }
td.TdClassName
{
border-color: #DCDE89;
}
.TagClassName
{
border-color: #DCDE89;
}
</style>