Shades of Primrose #DBDD97
Tints of Primrose #DBDD97
RGB
CMYK
RGB Variations
Color information
#DBDD97 (or 0xDBDD97) is known color: Primrose. HEX triplet: DB, DD and 97. RGB value is (219,221,151). Sum of RGB (Red+Green+Blue) = 219+221+151=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 151 (59.38% from 255 or 25.55% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD97 is #242268. Grayscale: #D4D4D4. Windows color (decimal): -2368105 or 9952731. OLE color: 9952731.
HSL color Cylindrical-coordinate representation of color #DBDD97: hue angle of 61.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBDD97 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 151 | - |
CMYK | 0.01 | 0 | 0.32 | 0.13 |
HSL | 61.71º | 0.51% | 0.73% | - |
HSV(B) | 61.71º | 0.32% | 0.87% | - |
XYZ | 60.66 | 69.01 | 39.4 | - |
YUV | 212.42 | 93.34 | 132.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 151 | 0.01 | 0 | 0.32 | 0.13 | 61.71 | 0.51 | 0.73 |
Hex | DB | DD | 97 | 1 | 0 | 20 | D | 3E | 33 | 49 |
Octal | 333 | 335 | 227 | 1 | 0 | 40 | 15 | 76 | 63 | 111 |
Binary | 11011011 | 11011101 | 10010111 | 1 | 0 | 100000 | 1101 | 111110 | 110011 | 1001001 |
Color Harmonies of #DBDD97
Complementary color
Monochromatic Colors of #DBDD97
Black with #DBDD97
Text Example
Text Example
White with #DBDD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD97; }
p { color: rgb(219,221,151); }
H1.HeaderClassName
{
color: #DBDD97;
}
.AnyTagClassName
{
color: #DBDD97;
}
</style>
background-color css
<style>
a { background-color: #DBDD97; }
a { background-color: rgb(219,221,151); }
div.DivClassName
{
background-color: #DBDD97;
}
.BgClassName
{
background-color: #DBDD97;
}
</style>
border-color css
<style>
span { border-color: #DBDD97; }
span { border-color: rgb(219,221,151); }
td.TdClassName
{
border-color: #DBDD97;
}
.TagClassName
{
border-color: #DBDD97;
}
</style>