Shades of Primrose #D5DA9B
Tints of Primrose #D5DA9B
RGB
CMYK
RGB Variations
Color information
#D5DA9B (or 0xD5DA9B) is known color: Primrose. HEX triplet: D5, DA and 9B. RGB value is (213,218,155). Sum of RGB (Red+Green+Blue) = 213+218+155=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DA9B is #2A2564. Grayscale: #D1D1D1. Windows color (decimal): -2762085 or 10214101. OLE color: 10214101.
HSL color Cylindrical-coordinate representation of color #D5DA9B: hue angle of 64.76º 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 #D5DA9B is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 218 | 155 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.15 |
| HSL | 64.76º | 0.46% | 0.73% | - |
| HSV(B) | 64.76º | 0.29% | 0.85% | - |
| XYZ | 58.43 | 66.66 | 40.8 | - |
| YUV | 209.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 155 | 0.02 | 0 | 0.29 | 0.15 | 64.76 | 0.46 | 0.73 |
| Hex | D5 | DA | 9B | 2 | 0 | 1D | F | 41 | 2E | 49 |
| Octal | 325 | 332 | 233 | 2 | 0 | 35 | 17 | 101 | 56 | 111 |
| Binary | 11010101 | 11011010 | 10011011 | 10 | 0 | 11101 | 1111 | 1000001 | 101110 | 1001001 |
Color Harmonies of #D5DA9B
Complementary color
Monochromatic Colors of #D5DA9B
Black with #D5DA9B
Text Example
Text Example
White with #D5DA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DA9B; }
p { color: rgb(213,218,155); }
H1.HeaderClassName
{
color: #D5DA9B;
}
.AnyTagClassName
{
color: #D5DA9B;
}
</style>
background-color css
<style>
a { background-color: #D5DA9B; }
a { background-color: rgb(213,218,155); }
div.DivClassName
{
background-color: #D5DA9B;
}
.BgClassName
{
background-color: #D5DA9B;
}
</style>
border-color css
<style>
span { border-color: #D5DA9B; }
span { border-color: rgb(213,218,155); }
td.TdClassName
{
border-color: #D5DA9B;
}
.TagClassName
{
border-color: #D5DA9B;
}
</style>