Shades of Barberry #D6C828
Tints of Barberry #D6C828
RGB
CMYK
RGB Variations
Color information
#D6C828 (or 0xD6C828) is known color: Barberry. HEX triplet: D6, C8 and 28. RGB value is (214,200,40). Sum of RGB (Red+Green+Blue) = 214+200+40=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C828 is #2937D7. Grayscale: #BABABA. Windows color (decimal): -2701272 or 2672854. OLE color: 2672854.
HSL color Cylindrical-coordinate representation of color #D6C828: hue angle of 55.17º degrees, saturation: 0.69, 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 #D6C828 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 40 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.16 |
| HSL | 55.17º | 0.69% | 0.5% | - |
| HSV(B) | 55.17º | 0.81% | 0.84% | - |
| XYZ | 48.77 | 55.76 | 10.2 | - |
| YUV | 185.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 40 | 0 | 0.07 | 0.81 | 0.16 | 55.17 | 0.69 | 0.5 |
| Hex | D6 | C8 | 28 | 0 | 7 | 51 | 10 | 37 | 45 | 32 |
| Octal | 326 | 310 | 50 | 0 | 7 | 121 | 20 | 67 | 105 | 62 |
| Binary | 11010110 | 11001000 | 101000 | 0 | 111 | 1010001 | 10000 | 110111 | 1000101 | 110010 |
Color Harmonies of #D6C828
Complementary color
Monochromatic Colors of #D6C828
Black with #D6C828
Text Example
Text Example
White with #D6C828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C828; }
p { color: rgb(214,200,40); }
H1.HeaderClassName
{
color: #D6C828;
}
.AnyTagClassName
{
color: #D6C828;
}
</style>
background-color css
<style>
a { background-color: #D6C828; }
a { background-color: rgb(214,200,40); }
div.DivClassName
{
background-color: #D6C828;
}
.BgClassName
{
background-color: #D6C828;
}
</style>
border-color css
<style>
span { border-color: #D6C828; }
span { border-color: rgb(214,200,40); }
td.TdClassName
{
border-color: #D6C828;
}
.TagClassName
{
border-color: #D6C828;
}
</style>