Shades of Primrose #D5DA9A
Tints of Primrose #D5DA9A
RGB
CMYK
RGB Variations
Color information
#D5DA9A (or 0xD5DA9A) is known color: Primrose. HEX triplet: D5, DA and 9A. RGB value is (213,218,154). Sum of RGB (Red+Green+Blue) = 213+218+154=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DA9A is #2A2565. Grayscale: #D1D1D1. Windows color (decimal): -2762086 or 10148565. OLE color: 10148565.
HSL color Cylindrical-coordinate representation of color #D5DA9A: hue angle of 64.69º 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 #D5DA9A is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 218 | 154 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.15 |
| HSL | 64.69º | 0.46% | 0.73% | - |
| HSV(B) | 64.69º | 0.29% | 0.85% | - |
| XYZ | 58.34 | 66.62 | 40.36 | - |
| YUV | 209.21 | 96.84 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 154 | 0.02 | 0 | 0.29 | 0.15 | 64.69 | 0.46 | 0.73 |
| Hex | D5 | DA | 9A | 2 | 0 | 1D | F | 41 | 2E | 49 |
| Octal | 325 | 332 | 232 | 2 | 0 | 35 | 17 | 101 | 56 | 111 |
| Binary | 11010101 | 11011010 | 10011010 | 10 | 0 | 11101 | 1111 | 1000001 | 101110 | 1001001 |
Color Harmonies of #D5DA9A
Complementary color
Monochromatic Colors of #D5DA9A
Black with #D5DA9A
Text Example
Text Example
White with #D5DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DA9A; }
p { color: rgb(213,218,154); }
H1.HeaderClassName
{
color: #D5DA9A;
}
.AnyTagClassName
{
color: #D5DA9A;
}
</style>
background-color css
<style>
a { background-color: #D5DA9A; }
a { background-color: rgb(213,218,154); }
div.DivClassName
{
background-color: #D5DA9A;
}
.BgClassName
{
background-color: #D5DA9A;
}
</style>
border-color css
<style>
span { border-color: #D5DA9A; }
span { border-color: rgb(213,218,154); }
td.TdClassName
{
border-color: #D5DA9A;
}
.TagClassName
{
border-color: #D5DA9A;
}
</style>