Shades of Barberry #D6C82B
Tints of Barberry #D6C82B
RGB
CMYK
RGB Variations
Color information
#D6C82B (or 0xD6C82B) is known color: Barberry. HEX triplet: D6, C8 and 2B. RGB value is (214,200,43). Sum of RGB (Red+Green+Blue) = 214+200+43=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 43 (17.19% from 255 or 9.41% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C82B is #2937D4. Grayscale: #BABABA. Windows color (decimal): -2701269 or 2869462. OLE color: 2869462.
HSL color Cylindrical-coordinate representation of color #D6C82B: hue angle of 55.09º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6C82B is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 43 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.16 |
| HSL | 55.09º | 0.68% | 0.5% | - |
| HSV(B) | 55.09º | 0.8% | 0.84% | - |
| XYZ | 48.82 | 55.78 | 10.48 | - |
| YUV | 186.29 | 47.14 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 43 | 0 | 0.07 | 0.80 | 0.16 | 55.09 | 0.68 | 0.5 |
| Hex | D6 | C8 | 2B | 0 | 7 | 50 | 10 | 37 | 44 | 32 |
| Octal | 326 | 310 | 53 | 0 | 7 | 120 | 20 | 67 | 104 | 62 |
| Binary | 11010110 | 11001000 | 101011 | 0 | 111 | 1010000 | 10000 | 110111 | 1000100 | 110010 |
Color Harmonies of #D6C82B
Complementary color
Monochromatic Colors of #D6C82B
Black with #D6C82B
Text Example
Text Example
White with #D6C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C82B; }
p { color: rgb(214,200,43); }
H1.HeaderClassName
{
color: #D6C82B;
}
.AnyTagClassName
{
color: #D6C82B;
}
</style>
background-color css
<style>
a { background-color: #D6C82B; }
a { background-color: rgb(214,200,43); }
div.DivClassName
{
background-color: #D6C82B;
}
.BgClassName
{
background-color: #D6C82B;
}
</style>
border-color css
<style>
span { border-color: #D6C82B; }
span { border-color: rgb(214,200,43); }
td.TdClassName
{
border-color: #D6C82B;
}
.TagClassName
{
border-color: #D6C82B;
}
</style>