Shades of Barberry #DBD01C
Tints of Barberry #DBD01C
RGB
CMYK
RGB Variations
Color information
#DBD01C (or 0xDBD01C) is known color: Barberry. HEX triplet: DB, D0 and 1C. RGB value is (219,208,28). Sum of RGB (Red+Green+Blue) = 219+208+28=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 28 (11.33% from 255 or 6.15% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD01C is #242FE3. Grayscale: #BFBFBF. Windows color (decimal): -2371556 or 1888475. OLE color: 1888475.
HSL color Cylindrical-coordinate representation of color #DBD01C: hue angle of 56.54º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBD01C is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 28 | - |
CMYK | 0 | 0.05 | 0.87 | 0.14 |
HSL | 56.54º | 0.77% | 0.48% | - |
HSV(B) | 56.54º | 0.87% | 0.86% | - |
XYZ | 51.98 | 60.26 | 9.99 | - |
YUV | 190.77 | 36.14 | 148.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 28 | 0 | 0.05 | 0.87 | 0.14 | 56.54 | 0.77 | 0.48 |
Hex | DB | D0 | 1C | 0 | 5 | 57 | E | 39 | 4D | 30 |
Octal | 333 | 320 | 34 | 0 | 5 | 127 | 16 | 71 | 115 | 60 |
Binary | 11011011 | 11010000 | 11100 | 0 | 101 | 1010111 | 1110 | 111001 | 1001101 | 110000 |
Color Harmonies of #DBD01C
Complementary color
Monochromatic Colors of #DBD01C
Black with #DBD01C
Text Example
Text Example
White with #DBD01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD01C; }
p { color: rgb(219,208,28); }
H1.HeaderClassName
{
color: #DBD01C;
}
.AnyTagClassName
{
color: #DBD01C;
}
</style>
background-color css
<style>
a { background-color: #DBD01C; }
a { background-color: rgb(219,208,28); }
div.DivClassName
{
background-color: #DBD01C;
}
.BgClassName
{
background-color: #DBD01C;
}
</style>
border-color css
<style>
span { border-color: #DBD01C; }
span { border-color: rgb(219,208,28); }
td.TdClassName
{
border-color: #DBD01C;
}
.TagClassName
{
border-color: #DBD01C;
}
</style>