Shades of Barberry #D6C61B
Tints of Barberry #D6C61B
RGB
CMYK
RGB Variations
Color information
#D6C61B (or 0xD6C61B) is known color: Barberry. HEX triplet: D6, C6 and 1B. RGB value is (214,198,27). Sum of RGB (Red+Green+Blue) = 214+198+27=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C61B is #2939E4. Grayscale: #B7B7B7. Windows color (decimal): -2701797 or 1820374. OLE color: 1820374.
HSL color Cylindrical-coordinate representation of color #D6C61B: hue angle of 54.87º degrees, saturation: 0.78, 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 #D6C61B is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 27 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.16 |
| HSL | 54.87º | 0.78% | 0.47% | - |
| HSV(B) | 54.87º | 0.87% | 0.84% | - |
| XYZ | 48.12 | 54.76 | 9.07 | - |
| YUV | 183.29 | 39.8 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 27 | 0 | 0.07 | 0.87 | 0.16 | 54.87 | 0.78 | 0.47 |
| Hex | D6 | C6 | 1B | 0 | 7 | 57 | 10 | 37 | 4E | 2F |
| Octal | 326 | 306 | 33 | 0 | 7 | 127 | 20 | 67 | 116 | 57 |
| Binary | 11010110 | 11000110 | 11011 | 0 | 111 | 1010111 | 10000 | 110111 | 1001110 | 101111 |
Color Harmonies of #D6C61B
Complementary color
Monochromatic Colors of #D6C61B
Black with #D6C61B
Text Example
Text Example
White with #D6C61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C61B; }
p { color: rgb(214,198,27); }
H1.HeaderClassName
{
color: #D6C61B;
}
.AnyTagClassName
{
color: #D6C61B;
}
</style>
background-color css
<style>
a { background-color: #D6C61B; }
a { background-color: rgb(214,198,27); }
div.DivClassName
{
background-color: #D6C61B;
}
.BgClassName
{
background-color: #D6C61B;
}
</style>
border-color css
<style>
span { border-color: #D6C61B; }
span { border-color: rgb(214,198,27); }
td.TdClassName
{
border-color: #D6C61B;
}
.TagClassName
{
border-color: #D6C61B;
}
</style>