Shades of Barberry #D6C029
Tints of Barberry #D6C029
RGB
CMYK
RGB Variations
Color information
#D6C029 (or 0xD6C029) is known color: Barberry. HEX triplet: D6, C0 and 29. RGB value is (214,192,41). Sum of RGB (Red+Green+Blue) = 214+192+41=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C029 is #293FD6. Grayscale: #B5B5B5. Windows color (decimal): -2703319 or 2736342. OLE color: 2736342.
HSL color Cylindrical-coordinate representation of color #D6C029: hue angle of 52.37º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6C029 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 41 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.16 |
| HSL | 52.37º | 0.68% | 0.5% | - |
| HSV(B) | 52.37º | 0.81% | 0.84% | - |
| XYZ | 46.98 | 52.16 | 9.69 | - |
| YUV | 181.36 | 48.79 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 41 | 0 | 0.10 | 0.81 | 0.16 | 52.37 | 0.68 | 0.5 |
| Hex | D6 | C0 | 29 | 0 | A | 51 | 10 | 34 | 44 | 32 |
| Octal | 326 | 300 | 51 | 0 | 12 | 121 | 20 | 64 | 104 | 62 |
| Binary | 11010110 | 11000000 | 101001 | 0 | 1010 | 1010001 | 10000 | 110100 | 1000100 | 110010 |
Color Harmonies of #D6C029
Complementary color
Monochromatic Colors of #D6C029
Black with #D6C029
Text Example
Text Example
White with #D6C029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C029; }
p { color: rgb(214,192,41); }
H1.HeaderClassName
{
color: #D6C029;
}
.AnyTagClassName
{
color: #D6C029;
}
</style>
background-color css
<style>
a { background-color: #D6C029; }
a { background-color: rgb(214,192,41); }
div.DivClassName
{
background-color: #D6C029;
}
.BgClassName
{
background-color: #D6C029;
}
</style>
border-color css
<style>
span { border-color: #D6C029; }
span { border-color: rgb(214,192,41); }
td.TdClassName
{
border-color: #D6C029;
}
.TagClassName
{
border-color: #D6C029;
}
</style>