Shades of Primrose #D6D492
Tints of Primrose #D6D492
RGB
CMYK
RGB Variations
Color information
#D6D492 (or 0xD6D492) is known color: Primrose. HEX triplet: D6, D4 and 92. RGB value is (214,212,146). Sum of RGB (Red+Green+Blue) = 214+212+146=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 146 (57.42% from 255 or 25.52% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D492 is #292B6D. Grayscale: #CDCDCD. Windows color (decimal): -2698094 or 9622742. OLE color: 9622742.
HSL color Cylindrical-coordinate representation of color #D6D492: hue angle of 58.24º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6D492 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 146 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.16 |
| HSL | 58.24º | 0.45% | 0.71% | - |
| HSV(B) | 58.24º | 0.32% | 0.84% | - |
| XYZ | 56.46 | 63.46 | 36.47 | - |
| YUV | 205.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 146 | 0 | 0.01 | 0.32 | 0.16 | 58.24 | 0.45 | 0.71 |
| Hex | D6 | D4 | 92 | 0 | 1 | 20 | 10 | 3A | 2D | 47 |
| Octal | 326 | 324 | 222 | 0 | 1 | 40 | 20 | 72 | 55 | 107 |
| Binary | 11010110 | 11010100 | 10010010 | 0 | 1 | 100000 | 10000 | 111010 | 101101 | 1000111 |
Color Harmonies of #D6D492
Complementary color
Monochromatic Colors of #D6D492
Black with #D6D492
Text Example
Text Example
White with #D6D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D492; }
p { color: rgb(214,212,146); }
H1.HeaderClassName
{
color: #D6D492;
}
.AnyTagClassName
{
color: #D6D492;
}
</style>
background-color css
<style>
a { background-color: #D6D492; }
a { background-color: rgb(214,212,146); }
div.DivClassName
{
background-color: #D6D492;
}
.BgClassName
{
background-color: #D6D492;
}
</style>
border-color css
<style>
span { border-color: #D6D492; }
span { border-color: rgb(214,212,146); }
td.TdClassName
{
border-color: #D6D492;
}
.TagClassName
{
border-color: #D6D492;
}
</style>