Shades of Primrose #D5DB9C
Tints of Primrose #D5DB9C
RGB
CMYK
RGB Variations
Color information
#D5DB9C (or 0xD5DB9C) is known color: Primrose. HEX triplet: D5, DB and 9C. RGB value is (213,219,156). Sum of RGB (Red+Green+Blue) = 213+219+156=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DB9C is #2A2463. Grayscale: #D2D2D2. Windows color (decimal): -2761828 or 10279893. OLE color: 10279893.
HSL color Cylindrical-coordinate representation of color #D5DB9C: hue angle of 65.71º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5DB9C is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 156 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.14 |
| HSL | 65.71º | 0.47% | 0.74% | - |
| HSV(B) | 65.71º | 0.29% | 0.86% | - |
| XYZ | 58.77 | 67.21 | 41.33 | - |
| YUV | 210.02 | 97.51 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 156 | 0.03 | 0 | 0.29 | 0.14 | 65.71 | 0.47 | 0.74 |
| Hex | D5 | DB | 9C | 3 | 0 | 1D | E | 42 | 2F | 4A |
| Octal | 325 | 333 | 234 | 3 | 0 | 35 | 16 | 102 | 57 | 112 |
| Binary | 11010101 | 11011011 | 10011100 | 11 | 0 | 11101 | 1110 | 1000010 | 101111 | 1001010 |
Color Harmonies of #D5DB9C
Complementary color
Monochromatic Colors of #D5DB9C
Black with #D5DB9C
Text Example
Text Example
White with #D5DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DB9C; }
p { color: rgb(213,219,156); }
H1.HeaderClassName
{
color: #D5DB9C;
}
.AnyTagClassName
{
color: #D5DB9C;
}
</style>
background-color css
<style>
a { background-color: #D5DB9C; }
a { background-color: rgb(213,219,156); }
div.DivClassName
{
background-color: #D5DB9C;
}
.BgClassName
{
background-color: #D5DB9C;
}
</style>
border-color css
<style>
span { border-color: #D5DB9C; }
span { border-color: rgb(213,219,156); }
td.TdClassName
{
border-color: #D5DB9C;
}
.TagClassName
{
border-color: #D5DB9C;
}
</style>