Shades of Barberry #D6CB1C
Tints of Barberry #D6CB1C
RGB
CMYK
RGB Variations
Color information
#D6CB1C (or 0xD6CB1C) is known color: Barberry. HEX triplet: D6, CB and 1C. RGB value is (214,203,28). Sum of RGB (Red+Green+Blue) = 214+203+28=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB1C is #2934E3. Grayscale: #BBBBBB. Windows color (decimal): -2700516 or 1887190. OLE color: 1887190.
HSL color Cylindrical-coordinate representation of color #D6CB1C: hue angle of 56.45º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6CB1C is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 28 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.16 |
| HSL | 56.45º | 0.77% | 0.47% | - |
| HSV(B) | 56.45º | 0.87% | 0.84% | - |
| XYZ | 49.3 | 57.09 | 9.52 | - |
| YUV | 186.34 | 38.64 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 28 | 0 | 0.05 | 0.87 | 0.16 | 56.45 | 0.77 | 0.47 |
| Hex | D6 | CB | 1C | 0 | 5 | 57 | 10 | 38 | 4D | 2F |
| Octal | 326 | 313 | 34 | 0 | 5 | 127 | 20 | 70 | 115 | 57 |
| Binary | 11010110 | 11001011 | 11100 | 0 | 101 | 1010111 | 10000 | 111000 | 1001101 | 101111 |
Color Harmonies of #D6CB1C
Complementary color
Monochromatic Colors of #D6CB1C
Black with #D6CB1C
Text Example
Text Example
White with #D6CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CB1C; }
p { color: rgb(214,203,28); }
H1.HeaderClassName
{
color: #D6CB1C;
}
.AnyTagClassName
{
color: #D6CB1C;
}
</style>
background-color css
<style>
a { background-color: #D6CB1C; }
a { background-color: rgb(214,203,28); }
div.DivClassName
{
background-color: #D6CB1C;
}
.BgClassName
{
background-color: #D6CB1C;
}
</style>
border-color css
<style>
span { border-color: #D6CB1C; }
span { border-color: rgb(214,203,28); }
td.TdClassName
{
border-color: #D6CB1C;
}
.TagClassName
{
border-color: #D6CB1C;
}
</style>