Shades of Primrose #DBDA81
Tints of Primrose #DBDA81
RGB
CMYK
RGB Variations
Color information
#DBDA81 (or 0xDBDA81) is known color: Primrose. HEX triplet: DB, DA and 81. RGB value is (219,218,129). Sum of RGB (Red+Green+Blue) = 219+218+129=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA81 is #24257E. Grayscale: #D0D0D0. Windows color (decimal): -2368895 or 8510171. OLE color: 8510171.
HSL color Cylindrical-coordinate representation of color #DBDA81: hue angle of 59.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBDA81 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 129 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.14 |
| HSL | 59.33º | 0.56% | 0.68% | - |
| HSV(B) | 59.33º | 0.41% | 0.86% | - |
| XYZ | 58.25 | 66.79 | 30.59 | - |
| YUV | 208.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 129 | 0 | 0.00 | 0.41 | 0.14 | 59.33 | 0.56 | 0.68 |
| Hex | DB | DA | 81 | 0 | 0 | 29 | E | 3B | 38 | 44 |
| Octal | 333 | 332 | 201 | 0 | 0 | 51 | 16 | 73 | 70 | 104 |
| Binary | 11011011 | 11011010 | 10000001 | 0 | 0 | 101001 | 1110 | 111011 | 111000 | 1000100 |
Color Harmonies of #DBDA81
Complementary color
Monochromatic Colors of #DBDA81
Black with #DBDA81
Text Example
Text Example
White with #DBDA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA81; }
p { color: rgb(219,218,129); }
H1.HeaderClassName
{
color: #DBDA81;
}
.AnyTagClassName
{
color: #DBDA81;
}
</style>
background-color css
<style>
a { background-color: #DBDA81; }
a { background-color: rgb(219,218,129); }
div.DivClassName
{
background-color: #DBDA81;
}
.BgClassName
{
background-color: #DBDA81;
}
</style>
border-color css
<style>
span { border-color: #DBDA81; }
span { border-color: rgb(219,218,129); }
td.TdClassName
{
border-color: #DBDA81;
}
.TagClassName
{
border-color: #DBDA81;
}
</style>