Shades of Primrose #D6DF97
Tints of Primrose #D6DF97
RGB
CMYK
RGB Variations
Color information
#D6DF97 (or 0xD6DF97) is known color: Primrose. HEX triplet: D6, DF and 97. RGB value is (214,223,151). Sum of RGB (Red+Green+Blue) = 214+223+151=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DF97 is #292068. Grayscale: #D4D4D4. Windows color (decimal): -2695273 or 9953238. OLE color: 9953238.
HSL color Cylindrical-coordinate representation of color #D6DF97: hue angle of 67.5º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6DF97 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 151 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.13 |
| HSL | 67.5º | 0.53% | 0.73% | - |
| HSV(B) | 67.5º | 0.32% | 0.87% | - |
| XYZ | 59.71 | 69.31 | 39.51 | - |
| YUV | 212.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 151 | 0.04 | 0 | 0.32 | 0.13 | 67.5 | 0.53 | 0.73 |
| Hex | D6 | DF | 97 | 4 | 0 | 20 | D | 44 | 35 | 49 |
| Octal | 326 | 337 | 227 | 4 | 0 | 40 | 15 | 104 | 65 | 111 |
| Binary | 11010110 | 11011111 | 10010111 | 100 | 0 | 100000 | 1101 | 1000100 | 110101 | 1001001 |
Color Harmonies of #D6DF97
Complementary color
Monochromatic Colors of #D6DF97
Black with #D6DF97
Text Example
Text Example
White with #D6DF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DF97; }
p { color: rgb(214,223,151); }
H1.HeaderClassName
{
color: #D6DF97;
}
.AnyTagClassName
{
color: #D6DF97;
}
</style>
background-color css
<style>
a { background-color: #D6DF97; }
a { background-color: rgb(214,223,151); }
div.DivClassName
{
background-color: #D6DF97;
}
.BgClassName
{
background-color: #D6DF97;
}
</style>
border-color css
<style>
span { border-color: #D6DF97; }
span { border-color: rgb(214,223,151); }
td.TdClassName
{
border-color: #D6DF97;
}
.TagClassName
{
border-color: #D6DF97;
}
</style>