Shades of Primrose #DBDA98
Tints of Primrose #DBDA98
RGB
CMYK
RGB Variations
Color information
#DBDA98 (or 0xDBDA98) is known color: Primrose. HEX triplet: DB, DA and 98. RGB value is (219,218,152). Sum of RGB (Red+Green+Blue) = 219+218+152=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA98 is #242567. Grayscale: #D3D3D3. Windows color (decimal): -2368872 or 10017499. OLE color: 10017499.
HSL color Cylindrical-coordinate representation of color #DBDA98: hue angle of 59.1º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBDA98 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 152 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.14 |
| HSL | 59.1º | 0.48% | 0.73% | - |
| HSV(B) | 59.1º | 0.31% | 0.86% | - |
| XYZ | 59.95 | 67.47 | 39.57 | - |
| YUV | 210.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 152 | 0 | 0.00 | 0.31 | 0.14 | 59.1 | 0.48 | 0.73 |
| Hex | DB | DA | 98 | 0 | 0 | 1F | E | 3B | 30 | 49 |
| Octal | 333 | 332 | 230 | 0 | 0 | 37 | 16 | 73 | 60 | 111 |
| Binary | 11011011 | 11011010 | 10011000 | 0 | 0 | 11111 | 1110 | 111011 | 110000 | 1001001 |
Color Harmonies of #DBDA98
Complementary color
Monochromatic Colors of #DBDA98
Black with #DBDA98
Text Example
Text Example
White with #DBDA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA98; }
p { color: rgb(219,218,152); }
H1.HeaderClassName
{
color: #DBDA98;
}
.AnyTagClassName
{
color: #DBDA98;
}
</style>
background-color css
<style>
a { background-color: #DBDA98; }
a { background-color: rgb(219,218,152); }
div.DivClassName
{
background-color: #DBDA98;
}
.BgClassName
{
background-color: #DBDA98;
}
</style>
border-color css
<style>
span { border-color: #DBDA98; }
span { border-color: rgb(219,218,152); }
td.TdClassName
{
border-color: #DBDA98;
}
.TagClassName
{
border-color: #DBDA98;
}
</style>