Shades of Primrose #D5DD9B
Tints of Primrose #D5DD9B
RGB
CMYK
RGB Variations
Color information
#D5DD9B (or 0xD5DD9B) is known color: Primrose. HEX triplet: D5, DD and 9B. RGB value is (213,221,155). Sum of RGB (Red+Green+Blue) = 213+221+155=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DD9B is #2A2264. Grayscale: #D3D3D3. Windows color (decimal): -2761317 or 10214869. OLE color: 10214869.
HSL color Cylindrical-coordinate representation of color #D5DD9B: hue angle of 67.27º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5DD9B is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 155 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.13 |
| HSL | 67.27º | 0.49% | 0.74% | - |
| HSV(B) | 67.27º | 0.3% | 0.87% | - |
| XYZ | 59.21 | 68.23 | 41.06 | - |
| YUV | 211.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 155 | 0.04 | 0 | 0.30 | 0.13 | 67.27 | 0.49 | 0.74 |
| Hex | D5 | DD | 9B | 4 | 0 | 1E | D | 43 | 31 | 4A |
| Octal | 325 | 335 | 233 | 4 | 0 | 36 | 15 | 103 | 61 | 112 |
| Binary | 11010101 | 11011101 | 10011011 | 100 | 0 | 11110 | 1101 | 1000011 | 110001 | 1001010 |
Color Harmonies of #D5DD9B
Complementary color
Monochromatic Colors of #D5DD9B
Black with #D5DD9B
Text Example
Text Example
White with #D5DD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD9B; }
p { color: rgb(213,221,155); }
H1.HeaderClassName
{
color: #D5DD9B;
}
.AnyTagClassName
{
color: #D5DD9B;
}
</style>
background-color css
<style>
a { background-color: #D5DD9B; }
a { background-color: rgb(213,221,155); }
div.DivClassName
{
background-color: #D5DD9B;
}
.BgClassName
{
background-color: #D5DD9B;
}
</style>
border-color css
<style>
span { border-color: #D5DD9B; }
span { border-color: rgb(213,221,155); }
td.TdClassName
{
border-color: #D5DD9B;
}
.TagClassName
{
border-color: #D5DD9B;
}
</style>