Shades of Primrose #D8D690
Tints of Primrose #D8D690
RGB
CMYK
RGB Variations
Color information
#D8D690 (or 0xD8D690) is known color: Primrose. HEX triplet: D8, D6 and 90. RGB value is (216,214,144). Sum of RGB (Red+Green+Blue) = 216+214+144=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D690 is #27296F. Grayscale: #CECECE. Windows color (decimal): -2566512 or 9492184. OLE color: 9492184.
HSL color Cylindrical-coordinate representation of color #D8D690: hue angle of 58.33º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8D690 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 214 | 144 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.15 |
| HSL | 58.33º | 0.48% | 0.71% | - |
| HSV(B) | 58.33º | 0.33% | 0.85% | - |
| XYZ | 57.4 | 64.71 | 35.85 | - |
| YUV | 206.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 144 | 0 | 0.01 | 0.33 | 0.15 | 58.33 | 0.48 | 0.71 |
| Hex | D8 | D6 | 90 | 0 | 1 | 21 | F | 3A | 30 | 47 |
| Octal | 330 | 326 | 220 | 0 | 1 | 41 | 17 | 72 | 60 | 107 |
| Binary | 11011000 | 11010110 | 10010000 | 0 | 1 | 100001 | 1111 | 111010 | 110000 | 1000111 |
Color Harmonies of #D8D690
Complementary color
Monochromatic Colors of #D8D690
Black with #D8D690
Text Example
Text Example
White with #D8D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D690; }
p { color: rgb(216,214,144); }
H1.HeaderClassName
{
color: #D8D690;
}
.AnyTagClassName
{
color: #D8D690;
}
</style>
background-color css
<style>
a { background-color: #D8D690; }
a { background-color: rgb(216,214,144); }
div.DivClassName
{
background-color: #D8D690;
}
.BgClassName
{
background-color: #D8D690;
}
</style>
border-color css
<style>
span { border-color: #D8D690; }
span { border-color: rgb(216,214,144); }
td.TdClassName
{
border-color: #D8D690;
}
.TagClassName
{
border-color: #D8D690;
}
</style>