Shades of Primrose #D3DB95
Tints of Primrose #D3DB95
RGB
CMYK
RGB Variations
Color information
#D3DB95 (or 0xD3DB95) is known color: Primrose. HEX triplet: D3, DB and 95. RGB value is (211,219,149). Sum of RGB (Red+Green+Blue) = 211+219+149=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DB95 is #2C246A. Grayscale: #D0D0D0. Windows color (decimal): -2892907 or 9821139. OLE color: 9821139.
HSL color Cylindrical-coordinate representation of color #D3DB95: hue angle of 66.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3DB95 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 149 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.14 |
| HSL | 66.86º | 0.49% | 0.72% | - |
| HSV(B) | 66.86º | 0.32% | 0.86% | - |
| XYZ | 57.62 | 66.68 | 38.27 | - |
| YUV | 208.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 149 | 0.04 | 0 | 0.32 | 0.14 | 66.86 | 0.49 | 0.72 |
| Hex | D3 | DB | 95 | 4 | 0 | 20 | E | 43 | 31 | 48 |
| Octal | 323 | 333 | 225 | 4 | 0 | 40 | 16 | 103 | 61 | 110 |
| Binary | 11010011 | 11011011 | 10010101 | 100 | 0 | 100000 | 1110 | 1000011 | 110001 | 1001000 |
Color Harmonies of #D3DB95
Complementary color
Monochromatic Colors of #D3DB95
Black with #D3DB95
Text Example
Text Example
White with #D3DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB95; }
p { color: rgb(211,219,149); }
H1.HeaderClassName
{
color: #D3DB95;
}
.AnyTagClassName
{
color: #D3DB95;
}
</style>
background-color css
<style>
a { background-color: #D3DB95; }
a { background-color: rgb(211,219,149); }
div.DivClassName
{
background-color: #D3DB95;
}
.BgClassName
{
background-color: #D3DB95;
}
</style>
border-color css
<style>
span { border-color: #D3DB95; }
span { border-color: rgb(211,219,149); }
td.TdClassName
{
border-color: #D3DB95;
}
.TagClassName
{
border-color: #D3DB95;
}
</style>