Shades of Primrose #D6DF9C
Tints of Primrose #D6DF9C
RGB
CMYK
RGB Variations
Color information
#D6DF9C (or 0xD6DF9C) is known color: Primrose. HEX triplet: D6, DF and 9C. RGB value is (214,223,156). Sum of RGB (Red+Green+Blue) = 214+223+156=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DF9C is #292063. Grayscale: #D4D4D4. Windows color (decimal): -2695268 or 10280918. OLE color: 10280918.
HSL color Cylindrical-coordinate representation of color #D6DF9C: hue angle of 68.06º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6DF9C is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 156 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.13 |
| HSL | 68.06º | 0.51% | 0.74% | - |
| HSV(B) | 68.06º | 0.3% | 0.87% | - |
| XYZ | 60.12 | 69.47 | 41.69 | - |
| YUV | 212.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 156 | 0.04 | 0 | 0.30 | 0.13 | 68.06 | 0.51 | 0.74 |
| Hex | D6 | DF | 9C | 4 | 0 | 1E | D | 44 | 33 | 4A |
| Octal | 326 | 337 | 234 | 4 | 0 | 36 | 15 | 104 | 63 | 112 |
| Binary | 11010110 | 11011111 | 10011100 | 100 | 0 | 11110 | 1101 | 1000100 | 110011 | 1001010 |
Color Harmonies of #D6DF9C
Complementary color
Monochromatic Colors of #D6DF9C
Black with #D6DF9C
Text Example
Text Example
White with #D6DF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DF9C; }
p { color: rgb(214,223,156); }
H1.HeaderClassName
{
color: #D6DF9C;
}
.AnyTagClassName
{
color: #D6DF9C;
}
</style>
background-color css
<style>
a { background-color: #D6DF9C; }
a { background-color: rgb(214,223,156); }
div.DivClassName
{
background-color: #D6DF9C;
}
.BgClassName
{
background-color: #D6DF9C;
}
</style>
border-color css
<style>
span { border-color: #D6DF9C; }
span { border-color: rgb(214,223,156); }
td.TdClassName
{
border-color: #D6DF9C;
}
.TagClassName
{
border-color: #D6DF9C;
}
</style>