Shades of Primrose #D6DA8F
Tints of Primrose #D6DA8F
RGB
CMYK
RGB Variations
Color information
#D6DA8F (or 0xD6DA8F) is known color: Primrose. HEX triplet: D6, DA and 8F. RGB value is (214,218,143). Sum of RGB (Red+Green+Blue) = 214+218+143=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DA8F is #292570. Grayscale: #D0D0D0. Windows color (decimal): -2696561 or 9427670. OLE color: 9427670.
HSL color Cylindrical-coordinate representation of color #D6DA8F: hue angle of 63.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6DA8F is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 143 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.15 |
| HSL | 63.2º | 0.5% | 0.71% | - |
| HSV(B) | 63.2º | 0.34% | 0.85% | - |
| XYZ | 57.76 | 66.42 | 35.76 | - |
| YUV | 208.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 143 | 0.02 | 0 | 0.34 | 0.15 | 63.2 | 0.5 | 0.71 |
| Hex | D6 | DA | 8F | 2 | 0 | 22 | F | 3F | 32 | 47 |
| Octal | 326 | 332 | 217 | 2 | 0 | 42 | 17 | 77 | 62 | 107 |
| Binary | 11010110 | 11011010 | 10001111 | 10 | 0 | 100010 | 1111 | 111111 | 110010 | 1000111 |
Color Harmonies of #D6DA8F
Complementary color
Monochromatic Colors of #D6DA8F
Black with #D6DA8F
Text Example
Text Example
White with #D6DA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DA8F; }
p { color: rgb(214,218,143); }
H1.HeaderClassName
{
color: #D6DA8F;
}
.AnyTagClassName
{
color: #D6DA8F;
}
</style>
background-color css
<style>
a { background-color: #D6DA8F; }
a { background-color: rgb(214,218,143); }
div.DivClassName
{
background-color: #D6DA8F;
}
.BgClassName
{
background-color: #D6DA8F;
}
</style>
border-color css
<style>
span { border-color: #D6DA8F; }
span { border-color: rgb(214,218,143); }
td.TdClassName
{
border-color: #D6DA8F;
}
.TagClassName
{
border-color: #D6DA8F;
}
</style>