Shades of Primrose #D6DE92
Tints of Primrose #D6DE92
RGB
CMYK
RGB Variations
Color information
#D6DE92 (or 0xD6DE92) is known color: Primrose. HEX triplet: D6, DE and 92. RGB value is (214,222,146). Sum of RGB (Red+Green+Blue) = 214+222+146=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DE92 is #29216D. Grayscale: #D3D3D3. Windows color (decimal): -2695534 or 9625302. OLE color: 9625302.
HSL color Cylindrical-coordinate representation of color #D6DE92: hue angle of 66.32º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6DE92 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 222 | 146 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.13 |
| HSL | 66.32º | 0.54% | 0.72% | - |
| HSV(B) | 66.32º | 0.34% | 0.87% | - |
| XYZ | 59.04 | 68.61 | 37.33 | - |
| YUV | 210.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 222 | 146 | 0.04 | 0 | 0.34 | 0.13 | 66.32 | 0.54 | 0.72 |
| Hex | D6 | DE | 92 | 4 | 0 | 22 | D | 42 | 36 | 48 |
| Octal | 326 | 336 | 222 | 4 | 0 | 42 | 15 | 102 | 66 | 110 |
| Binary | 11010110 | 11011110 | 10010010 | 100 | 0 | 100010 | 1101 | 1000010 | 110110 | 1001000 |
Color Harmonies of #D6DE92
Complementary color
Monochromatic Colors of #D6DE92
Black with #D6DE92
Text Example
Text Example
White with #D6DE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DE92; }
p { color: rgb(214,222,146); }
H1.HeaderClassName
{
color: #D6DE92;
}
.AnyTagClassName
{
color: #D6DE92;
}
</style>
background-color css
<style>
a { background-color: #D6DE92; }
a { background-color: rgb(214,222,146); }
div.DivClassName
{
background-color: #D6DE92;
}
.BgClassName
{
background-color: #D6DE92;
}
</style>
border-color css
<style>
span { border-color: #D6DE92; }
span { border-color: rgb(214,222,146); }
td.TdClassName
{
border-color: #D6DE92;
}
.TagClassName
{
border-color: #D6DE92;
}
</style>