Shades of Primrose #DBDC92
Tints of Primrose #DBDC92
RGB
CMYK
RGB Variations
Color information
#DBDC92 (or 0xDBDC92) is known color: Primrose. HEX triplet: DB, DC and 92. RGB value is (219,220,146). Sum of RGB (Red+Green+Blue) = 219+220+146=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 146 (57.42% from 255 or 24.96% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC92 is #24236D. Grayscale: #D3D3D3. Windows color (decimal): -2368366 or 9624795. OLE color: 9624795.
HSL color Cylindrical-coordinate representation of color #DBDC92: hue angle of 60.81º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBDC92 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 146 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.14 |
| HSL | 60.81º | 0.51% | 0.72% | - |
| HSV(B) | 60.81º | 0.34% | 0.86% | - |
| XYZ | 59.99 | 68.32 | 37.22 | - |
| YUV | 211.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 146 | 0.00 | 0 | 0.34 | 0.14 | 60.81 | 0.51 | 0.72 |
| Hex | DB | DC | 92 | 0 | 0 | 22 | E | 3D | 33 | 48 |
| Octal | 333 | 334 | 222 | 0 | 0 | 42 | 16 | 75 | 63 | 110 |
| Binary | 11011011 | 11011100 | 10010010 | 0 | 0 | 100010 | 1110 | 111101 | 110011 | 1001000 |
Color Harmonies of #DBDC92
Complementary color
Monochromatic Colors of #DBDC92
Black with #DBDC92
Text Example
Text Example
White with #DBDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC92; }
p { color: rgb(219,220,146); }
H1.HeaderClassName
{
color: #DBDC92;
}
.AnyTagClassName
{
color: #DBDC92;
}
</style>
background-color css
<style>
a { background-color: #DBDC92; }
a { background-color: rgb(219,220,146); }
div.DivClassName
{
background-color: #DBDC92;
}
.BgClassName
{
background-color: #DBDC92;
}
</style>
border-color css
<style>
span { border-color: #DBDC92; }
span { border-color: rgb(219,220,146); }
td.TdClassName
{
border-color: #DBDC92;
}
.TagClassName
{
border-color: #DBDC92;
}
</style>