Shades of Barberry #D6C02C
Tints of Barberry #D6C02C
RGB
CMYK
RGB Variations
Color information
#D6C02C (or 0xD6C02C) is known color: Barberry. HEX triplet: D6, C0 and 2C. RGB value is (214,192,44). Sum of RGB (Red+Green+Blue) = 214+192+44=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C02C is #293FD3. Grayscale: #B6B6B6. Windows color (decimal): -2703316 or 2932950. OLE color: 2932950.
HSL color Cylindrical-coordinate representation of color #D6C02C: hue angle of 52.24º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6C02C is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 44 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.16 |
| HSL | 52.24º | 0.67% | 0.51% | - |
| HSV(B) | 52.24º | 0.79% | 0.84% | - |
| XYZ | 47.04 | 52.18 | 9.98 | - |
| YUV | 181.71 | 50.29 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 44 | 0 | 0.10 | 0.79 | 0.16 | 52.24 | 0.67 | 0.51 |
| Hex | D6 | C0 | 2C | 0 | A | 4F | 10 | 34 | 43 | 33 |
| Octal | 326 | 300 | 54 | 0 | 12 | 117 | 20 | 64 | 103 | 63 |
| Binary | 11010110 | 11000000 | 101100 | 0 | 1010 | 1001111 | 10000 | 110100 | 1000011 | 110011 |
Color Harmonies of #D6C02C
Complementary color
Monochromatic Colors of #D6C02C
Black with #D6C02C
Text Example
Text Example
White with #D6C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C02C; }
p { color: rgb(214,192,44); }
H1.HeaderClassName
{
color: #D6C02C;
}
.AnyTagClassName
{
color: #D6C02C;
}
</style>
background-color css
<style>
a { background-color: #D6C02C; }
a { background-color: rgb(214,192,44); }
div.DivClassName
{
background-color: #D6C02C;
}
.BgClassName
{
background-color: #D6C02C;
}
</style>
border-color css
<style>
span { border-color: #D6C02C; }
span { border-color: rgb(214,192,44); }
td.TdClassName
{
border-color: #D6C02C;
}
.TagClassName
{
border-color: #D6C02C;
}
</style>