Shades of Barberry #DBCC29
Tints of Barberry #DBCC29
RGB
CMYK
RGB Variations
Color information
#DBCC29 (or 0xDBCC29) is known color: Barberry. HEX triplet: DB, CC and 29. RGB value is (219,204,41). Sum of RGB (Red+Green+Blue) = 219+204+41=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 41 (16.41% from 255 or 8.84% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC29 is #2433D6. Grayscale: #BEBEBE. Windows color (decimal): -2372567 or 2739419. OLE color: 2739419.
HSL color Cylindrical-coordinate representation of color #DBCC29: hue angle of 54.94º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBCC29 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 41 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.14 |
| HSL | 54.94º | 0.71% | 0.51% | - |
| HSV(B) | 54.94º | 0.81% | 0.86% | - |
| XYZ | 51.21 | 58.41 | 10.67 | - |
| YUV | 189.9 | 43.97 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 41 | 0 | 0.07 | 0.81 | 0.14 | 54.94 | 0.71 | 0.51 |
| Hex | DB | CC | 29 | 0 | 7 | 51 | E | 37 | 47 | 33 |
| Octal | 333 | 314 | 51 | 0 | 7 | 121 | 16 | 67 | 107 | 63 |
| Binary | 11011011 | 11001100 | 101001 | 0 | 111 | 1010001 | 1110 | 110111 | 1000111 | 110011 |
Color Harmonies of #DBCC29
Complementary color
Monochromatic Colors of #DBCC29
Black with #DBCC29
Text Example
Text Example
White with #DBCC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC29; }
p { color: rgb(219,204,41); }
H1.HeaderClassName
{
color: #DBCC29;
}
.AnyTagClassName
{
color: #DBCC29;
}
</style>
background-color css
<style>
a { background-color: #DBCC29; }
a { background-color: rgb(219,204,41); }
div.DivClassName
{
background-color: #DBCC29;
}
.BgClassName
{
background-color: #DBCC29;
}
</style>
border-color css
<style>
span { border-color: #DBCC29; }
span { border-color: rgb(219,204,41); }
td.TdClassName
{
border-color: #DBCC29;
}
.TagClassName
{
border-color: #DBCC29;
}
</style>