Shades of Primrose #DBDA8F
Tints of Primrose #DBDA8F
RGB
CMYK
RGB Variations
Color information
#DBDA8F (or 0xDBDA8F) is known color: Primrose. HEX triplet: DB, DA and 8F. RGB value is (219,218,143). Sum of RGB (Red+Green+Blue) = 219+218+143=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA8F is #242570. Grayscale: #D2D2D2. Windows color (decimal): -2368881 or 9427675. OLE color: 9427675.
HSL color Cylindrical-coordinate representation of color #DBDA8F: hue angle of 59.21º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBDA8F is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 143 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.14 |
| HSL | 59.21º | 0.51% | 0.71% | - |
| HSV(B) | 59.21º | 0.35% | 0.86% | - |
| XYZ | 59.24 | 67.19 | 35.83 | - |
| YUV | 209.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 143 | 0 | 0.00 | 0.35 | 0.14 | 59.21 | 0.51 | 0.71 |
| Hex | DB | DA | 8F | 0 | 0 | 23 | E | 3B | 33 | 47 |
| Octal | 333 | 332 | 217 | 0 | 0 | 43 | 16 | 73 | 63 | 107 |
| Binary | 11011011 | 11011010 | 10001111 | 0 | 0 | 100011 | 1110 | 111011 | 110011 | 1000111 |
Color Harmonies of #DBDA8F
Complementary color
Monochromatic Colors of #DBDA8F
Black with #DBDA8F
Text Example
Text Example
White with #DBDA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA8F; }
p { color: rgb(219,218,143); }
H1.HeaderClassName
{
color: #DBDA8F;
}
.AnyTagClassName
{
color: #DBDA8F;
}
</style>
background-color css
<style>
a { background-color: #DBDA8F; }
a { background-color: rgb(219,218,143); }
div.DivClassName
{
background-color: #DBDA8F;
}
.BgClassName
{
background-color: #DBDA8F;
}
</style>
border-color css
<style>
span { border-color: #DBDA8F; }
span { border-color: rgb(219,218,143); }
td.TdClassName
{
border-color: #DBDA8F;
}
.TagClassName
{
border-color: #DBDA8F;
}
</style>