Shades of Primrose #D8DA9A
Tints of Primrose #D8DA9A
RGB
CMYK
RGB Variations
Color information
#D8DA9A (or 0xD8DA9A) is known color: Primrose. HEX triplet: D8, DA and 9A. RGB value is (216,218,154). Sum of RGB (Red+Green+Blue) = 216+218+154=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DA9A is #272565. Grayscale: #D2D2D2. Windows color (decimal): -2565478 or 10148568. OLE color: 10148568.
HSL color Cylindrical-coordinate representation of color #D8DA9A: hue angle of 61.88º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8DA9A is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 154 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.15 |
| HSL | 61.88º | 0.46% | 0.73% | - |
| HSV(B) | 61.88º | 0.29% | 0.85% | - |
| XYZ | 59.22 | 67.07 | 40.4 | - |
| YUV | 210.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 154 | 0.01 | 0 | 0.29 | 0.15 | 61.88 | 0.46 | 0.73 |
| Hex | D8 | DA | 9A | 1 | 0 | 1D | F | 3E | 2E | 49 |
| Octal | 330 | 332 | 232 | 1 | 0 | 35 | 17 | 76 | 56 | 111 |
| Binary | 11011000 | 11011010 | 10011010 | 1 | 0 | 11101 | 1111 | 111110 | 101110 | 1001001 |
Color Harmonies of #D8DA9A
Complementary color
Monochromatic Colors of #D8DA9A
Black with #D8DA9A
Text Example
Text Example
White with #D8DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA9A; }
p { color: rgb(216,218,154); }
H1.HeaderClassName
{
color: #D8DA9A;
}
.AnyTagClassName
{
color: #D8DA9A;
}
</style>
background-color css
<style>
a { background-color: #D8DA9A; }
a { background-color: rgb(216,218,154); }
div.DivClassName
{
background-color: #D8DA9A;
}
.BgClassName
{
background-color: #D8DA9A;
}
</style>
border-color css
<style>
span { border-color: #D8DA9A; }
span { border-color: rgb(216,218,154); }
td.TdClassName
{
border-color: #D8DA9A;
}
.TagClassName
{
border-color: #D8DA9A;
}
</style>