Shades of Primrose #DBDC98
Tints of Primrose #DBDC98
RGB
CMYK
RGB Variations
Color information
#DBDC98 (or 0xDBDC98) is known color: Primrose. HEX triplet: DB, DC and 98. RGB value is (219,220,152). Sum of RGB (Red+Green+Blue) = 219+220+152=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 152 (59.77% from 255 or 25.72% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC98 is #242367. Grayscale: #D4D4D4. Windows color (decimal): -2368360 or 10018011. OLE color: 10018011.
HSL color Cylindrical-coordinate representation of color #DBDC98: hue angle of 60.88º degrees, saturation: 0.49, 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 #DBDC98 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 152 | - |
| CMYK | 0.00 | 0 | 0.31 | 0.14 |
| HSL | 60.88º | 0.49% | 0.73% | - |
| HSV(B) | 60.88º | 0.31% | 0.86% | - |
| XYZ | 60.47 | 68.51 | 39.74 | - |
| YUV | 211.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 152 | 0.00 | 0 | 0.31 | 0.14 | 60.88 | 0.49 | 0.73 |
| Hex | DB | DC | 98 | 0 | 0 | 1F | E | 3D | 31 | 49 |
| Octal | 333 | 334 | 230 | 0 | 0 | 37 | 16 | 75 | 61 | 111 |
| Binary | 11011011 | 11011100 | 10011000 | 0 | 0 | 11111 | 1110 | 111101 | 110001 | 1001001 |
Color Harmonies of #DBDC98
Complementary color
Monochromatic Colors of #DBDC98
Black with #DBDC98
Text Example
Text Example
White with #DBDC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC98; }
p { color: rgb(219,220,152); }
H1.HeaderClassName
{
color: #DBDC98;
}
.AnyTagClassName
{
color: #DBDC98;
}
</style>
background-color css
<style>
a { background-color: #DBDC98; }
a { background-color: rgb(219,220,152); }
div.DivClassName
{
background-color: #DBDC98;
}
.BgClassName
{
background-color: #DBDC98;
}
</style>
border-color css
<style>
span { border-color: #DBDC98; }
span { border-color: rgb(219,220,152); }
td.TdClassName
{
border-color: #DBDC98;
}
.TagClassName
{
border-color: #DBDC98;
}
</style>