Shades of Primrose #DBDB92
Tints of Primrose #DBDB92
RGB
CMYK
RGB Variations
Color information
#DBDB92 (or 0xDBDB92) is known color: Primrose. HEX triplet: DB, DB and 92. RGB value is (219,219,146). Sum of RGB (Red+Green+Blue) = 219+219+146=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB92 is #24246D. Grayscale: #D2D2D2. Windows color (decimal): -2368622 or 9624539. OLE color: 9624539.
HSL color Cylindrical-coordinate representation of color #DBDB92: hue angle of 60º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBDB92 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 146 | - |
CMYK | 0 | 0 | 0.33 | 0.14 |
HSL | 60º | 0.5% | 0.72% | - |
HSV(B) | 60º | 0.33% | 0.86% | - |
XYZ | 59.73 | 67.8 | 37.13 | - |
YUV | 210.68 | 91.5 | 133.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 146 | 0 | 0 | 0.33 | 0.14 | 60 | 0.5 | 0.72 |
Hex | DB | DB | 92 | 0 | 0 | 21 | E | 3C | 32 | 48 |
Octal | 333 | 333 | 222 | 0 | 0 | 41 | 16 | 74 | 62 | 110 |
Binary | 11011011 | 11011011 | 10010010 | 0 | 0 | 100001 | 1110 | 111100 | 110010 | 1001000 |
Color Harmonies of #DBDB92
Complementary color
Monochromatic Colors of #DBDB92
Black with #DBDB92
Text Example
Text Example
White with #DBDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB92; }
p { color: rgb(219,219,146); }
H1.HeaderClassName
{
color: #DBDB92;
}
.AnyTagClassName
{
color: #DBDB92;
}
</style>
background-color css
<style>
a { background-color: #DBDB92; }
a { background-color: rgb(219,219,146); }
div.DivClassName
{
background-color: #DBDB92;
}
.BgClassName
{
background-color: #DBDB92;
}
</style>
border-color css
<style>
span { border-color: #DBDB92; }
span { border-color: rgb(219,219,146); }
td.TdClassName
{
border-color: #DBDB92;
}
.TagClassName
{
border-color: #DBDB92;
}
</style>