Shades of Primrose #D6DC8F
Tints of Primrose #D6DC8F
RGB
CMYK
RGB Variations
Color information
#D6DC8F (or 0xD6DC8F) is known color: Primrose. HEX triplet: D6, DC and 8F. RGB value is (214,220,143). Sum of RGB (Red+Green+Blue) = 214+220+143=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DC8F is #292370. Grayscale: #D1D1D1. Windows color (decimal): -2696049 or 9428182. OLE color: 9428182.
HSL color Cylindrical-coordinate representation of color #D6DC8F: hue angle of 64.68º 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 #D6DC8F is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 143 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.14 |
| HSL | 64.68º | 0.52% | 0.71% | - |
| HSV(B) | 64.68º | 0.35% | 0.86% | - |
| XYZ | 58.28 | 67.47 | 35.94 | - |
| YUV | 209.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 143 | 0.03 | 0 | 0.35 | 0.14 | 64.68 | 0.52 | 0.71 |
| Hex | D6 | DC | 8F | 3 | 0 | 23 | E | 41 | 34 | 47 |
| Octal | 326 | 334 | 217 | 3 | 0 | 43 | 16 | 101 | 64 | 107 |
| Binary | 11010110 | 11011100 | 10001111 | 11 | 0 | 100011 | 1110 | 1000001 | 110100 | 1000111 |
Color Harmonies of #D6DC8F
Complementary color
Monochromatic Colors of #D6DC8F
Black with #D6DC8F
Text Example
Text Example
White with #D6DC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DC8F; }
p { color: rgb(214,220,143); }
H1.HeaderClassName
{
color: #D6DC8F;
}
.AnyTagClassName
{
color: #D6DC8F;
}
</style>
background-color css
<style>
a { background-color: #D6DC8F; }
a { background-color: rgb(214,220,143); }
div.DivClassName
{
background-color: #D6DC8F;
}
.BgClassName
{
background-color: #D6DC8F;
}
</style>
border-color css
<style>
span { border-color: #D6DC8F; }
span { border-color: rgb(214,220,143); }
td.TdClassName
{
border-color: #D6DC8F;
}
.TagClassName
{
border-color: #D6DC8F;
}
</style>