Shades of Barberry #DBDC12
Tints of Barberry #DBDC12
RGB
CMYK
RGB Variations
Color information
#DBDC12 (or 0xDBDC12) is known color: Barberry. HEX triplet: DB, DC and 12. RGB value is (219,220,18). Sum of RGB (Red+Green+Blue) = 219+220+18=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDC12 is #2423ED. Grayscale: #C5C5C5. Windows color (decimal): -2368494 or 1236187. OLE color: 1236187.
HSL color Cylindrical-coordinate representation of color #DBDC12: hue angle of 60.3º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBDC12 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 18 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.14 |
| HSL | 60.3º | 0.85% | 0.47% | - |
| HSV(B) | 60.3º | 0.92% | 0.86% | - |
| XYZ | 54.92 | 66.29 | 10.47 | - |
| YUV | 196.67 | 27.17 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 18 | 0.00 | 0 | 0.92 | 0.14 | 60.3 | 0.85 | 0.47 |
| Hex | DB | DC | 12 | 0 | 0 | 5C | E | 3C | 55 | 2F |
| Octal | 333 | 334 | 22 | 0 | 0 | 134 | 16 | 74 | 125 | 57 |
| Binary | 11011011 | 11011100 | 10010 | 0 | 0 | 1011100 | 1110 | 111100 | 1010101 | 101111 |
Color Harmonies of #DBDC12
Complementary color
Monochromatic Colors of #DBDC12
Black with #DBDC12
Text Example
Text Example
White with #DBDC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC12; }
p { color: rgb(219,220,18); }
H1.HeaderClassName
{
color: #DBDC12;
}
.AnyTagClassName
{
color: #DBDC12;
}
</style>
background-color css
<style>
a { background-color: #DBDC12; }
a { background-color: rgb(219,220,18); }
div.DivClassName
{
background-color: #DBDC12;
}
.BgClassName
{
background-color: #DBDC12;
}
</style>
border-color css
<style>
span { border-color: #DBDC12; }
span { border-color: rgb(219,220,18); }
td.TdClassName
{
border-color: #DBDC12;
}
.TagClassName
{
border-color: #DBDC12;
}
</style>