Shades of Primrose #D2DB99
Tints of Primrose #D2DB99
RGB
CMYK
RGB Variations
Color information
#D2DB99 (or 0xD2DB99) is known color: Primrose. HEX triplet: D2, DB and 99. RGB value is (210,219,153). Sum of RGB (Red+Green+Blue) = 210+219+153=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DB99 is #2D2466. Grayscale: #D1D1D1. Windows color (decimal): -2958439 or 10083282. OLE color: 10083282.
HSL color Cylindrical-coordinate representation of color #D2DB99: hue angle of 68.18º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2DB99 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 153 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.14 |
| HSL | 68.18º | 0.48% | 0.73% | - |
| HSV(B) | 68.18º | 0.3% | 0.86% | - |
| XYZ | 57.66 | 66.66 | 39.97 | - |
| YUV | 208.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 153 | 0.04 | 0 | 0.30 | 0.14 | 68.18 | 0.48 | 0.73 |
| Hex | D2 | DB | 99 | 4 | 0 | 1E | E | 44 | 30 | 49 |
| Octal | 322 | 333 | 231 | 4 | 0 | 36 | 16 | 104 | 60 | 111 |
| Binary | 11010010 | 11011011 | 10011001 | 100 | 0 | 11110 | 1110 | 1000100 | 110000 | 1001001 |
Color Harmonies of #D2DB99
Complementary color
Monochromatic Colors of #D2DB99
Black with #D2DB99
Text Example
Text Example
White with #D2DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DB99; }
p { color: rgb(210,219,153); }
H1.HeaderClassName
{
color: #D2DB99;
}
.AnyTagClassName
{
color: #D2DB99;
}
</style>
background-color css
<style>
a { background-color: #D2DB99; }
a { background-color: rgb(210,219,153); }
div.DivClassName
{
background-color: #D2DB99;
}
.BgClassName
{
background-color: #D2DB99;
}
</style>
border-color css
<style>
span { border-color: #D2DB99; }
span { border-color: rgb(210,219,153); }
td.TdClassName
{
border-color: #D2DB99;
}
.TagClassName
{
border-color: #D2DB99;
}
</style>