Shades of Primrose #D5DD9C
Tints of Primrose #D5DD9C
RGB
CMYK
RGB Variations
Color information
#D5DD9C (or 0xD5DD9C) is known color: Primrose. HEX triplet: D5, DD and 9C. RGB value is (213,221,156). Sum of RGB (Red+Green+Blue) = 213+221+156=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 156 (61.33% from 255 or 26.44% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DD9C is #2A2263. Grayscale: #D3D3D3. Windows color (decimal): -2761316 or 10280405. OLE color: 10280405.
HSL color Cylindrical-coordinate representation of color #D5DD9C: hue angle of 67.38º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5DD9C is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 156 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.13 |
| HSL | 67.38º | 0.49% | 0.74% | - |
| HSV(B) | 67.38º | 0.29% | 0.87% | - |
| XYZ | 59.3 | 68.26 | 41.5 | - |
| YUV | 211.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 156 | 0.04 | 0 | 0.29 | 0.13 | 67.38 | 0.49 | 0.74 |
| Hex | D5 | DD | 9C | 4 | 0 | 1D | D | 43 | 31 | 4A |
| Octal | 325 | 335 | 234 | 4 | 0 | 35 | 15 | 103 | 61 | 112 |
| Binary | 11010101 | 11011101 | 10011100 | 100 | 0 | 11101 | 1101 | 1000011 | 110001 | 1001010 |
Color Harmonies of #D5DD9C
Complementary color
Monochromatic Colors of #D5DD9C
Black with #D5DD9C
Text Example
Text Example
White with #D5DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD9C; }
p { color: rgb(213,221,156); }
H1.HeaderClassName
{
color: #D5DD9C;
}
.AnyTagClassName
{
color: #D5DD9C;
}
</style>
background-color css
<style>
a { background-color: #D5DD9C; }
a { background-color: rgb(213,221,156); }
div.DivClassName
{
background-color: #D5DD9C;
}
.BgClassName
{
background-color: #D5DD9C;
}
</style>
border-color css
<style>
span { border-color: #D5DD9C; }
span { border-color: rgb(213,221,156); }
td.TdClassName
{
border-color: #D5DD9C;
}
.TagClassName
{
border-color: #D5DD9C;
}
</style>