Shades of Primrose #D6DC90
Tints of Primrose #D6DC90
RGB
CMYK
RGB Variations
Color information
#D6DC90 (or 0xD6DC90) is known color: Primrose. HEX triplet: D6, DC and 90. RGB value is (214,220,144). Sum of RGB (Red+Green+Blue) = 214+220+144=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DC90 is #29236F. Grayscale: #D1D1D1. Windows color (decimal): -2696048 or 9493718. OLE color: 9493718.
HSL color Cylindrical-coordinate representation of color #D6DC90: hue angle of 64.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6DC90 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 144 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.14 |
| HSL | 64.74º | 0.52% | 0.71% | - |
| HSV(B) | 64.74º | 0.35% | 0.86% | - |
| XYZ | 58.36 | 67.5 | 36.34 | - |
| YUV | 209.54 | 91.01 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 144 | 0.03 | 0 | 0.35 | 0.14 | 64.74 | 0.52 | 0.71 |
| Hex | D6 | DC | 90 | 3 | 0 | 23 | E | 41 | 34 | 47 |
| Octal | 326 | 334 | 220 | 3 | 0 | 43 | 16 | 101 | 64 | 107 |
| Binary | 11010110 | 11011100 | 10010000 | 11 | 0 | 100011 | 1110 | 1000001 | 110100 | 1000111 |
Color Harmonies of #D6DC90
Complementary color
Monochromatic Colors of #D6DC90
Black with #D6DC90
Text Example
Text Example
White with #D6DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DC90; }
p { color: rgb(214,220,144); }
H1.HeaderClassName
{
color: #D6DC90;
}
.AnyTagClassName
{
color: #D6DC90;
}
</style>
background-color css
<style>
a { background-color: #D6DC90; }
a { background-color: rgb(214,220,144); }
div.DivClassName
{
background-color: #D6DC90;
}
.BgClassName
{
background-color: #D6DC90;
}
</style>
border-color css
<style>
span { border-color: #D6DC90; }
span { border-color: rgb(214,220,144); }
td.TdClassName
{
border-color: #D6DC90;
}
.TagClassName
{
border-color: #D6DC90;
}
</style>