Shades of Primrose #D6D48F
Tints of Primrose #D6D48F
RGB
CMYK
RGB Variations
Color information
#D6D48F (or 0xD6D48F) is known color: Primrose. HEX triplet: D6, D4 and 8F. RGB value is (214,212,143). Sum of RGB (Red+Green+Blue) = 214+212+143=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D48F is #292B70. Grayscale: #CDCDCD. Windows color (decimal): -2698097 or 9426134. OLE color: 9426134.
HSL color Cylindrical-coordinate representation of color #D6D48F: hue angle of 58.31º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6D48F is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 143 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.16 |
| HSL | 58.31º | 0.46% | 0.7% | - |
| HSV(B) | 58.31º | 0.33% | 0.84% | - |
| XYZ | 56.23 | 63.37 | 35.25 | - |
| YUV | 204.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 143 | 0 | 0.01 | 0.33 | 0.16 | 58.31 | 0.46 | 0.7 |
| Hex | D6 | D4 | 8F | 0 | 1 | 21 | 10 | 3A | 2E | 46 |
| Octal | 326 | 324 | 217 | 0 | 1 | 41 | 20 | 72 | 56 | 106 |
| Binary | 11010110 | 11010100 | 10001111 | 0 | 1 | 100001 | 10000 | 111010 | 101110 | 1000110 |
Color Harmonies of #D6D48F
Complementary color
Monochromatic Colors of #D6D48F
Black with #D6D48F
Text Example
Text Example
White with #D6D48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D48F; }
p { color: rgb(214,212,143); }
H1.HeaderClassName
{
color: #D6D48F;
}
.AnyTagClassName
{
color: #D6D48F;
}
</style>
background-color css
<style>
a { background-color: #D6D48F; }
a { background-color: rgb(214,212,143); }
div.DivClassName
{
background-color: #D6D48F;
}
.BgClassName
{
background-color: #D6D48F;
}
</style>
border-color css
<style>
span { border-color: #D6D48F; }
span { border-color: rgb(214,212,143); }
td.TdClassName
{
border-color: #D6D48F;
}
.TagClassName
{
border-color: #D6D48F;
}
</style>