Shades of Barberry #D6C51B
Tints of Barberry #D6C51B
RGB
CMYK
RGB Variations
Color information
#D6C51B (or 0xD6C51B) is known color: Barberry. HEX triplet: D6, C5 and 1B. RGB value is (214,197,27). Sum of RGB (Red+Green+Blue) = 214+197+27=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C51B is #293AE4. Grayscale: #B7B7B7. Windows color (decimal): -2702053 or 1820118. OLE color: 1820118.
HSL color Cylindrical-coordinate representation of color #D6C51B: hue angle of 54.55º 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 #D6C51B is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 27 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.16 |
| HSL | 54.55º | 0.78% | 0.47% | - |
| HSV(B) | 54.55º | 0.87% | 0.84% | - |
| XYZ | 47.9 | 54.31 | 8.99 | - |
| YUV | 182.7 | 40.13 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 27 | 0 | 0.08 | 0.87 | 0.16 | 54.55 | 0.78 | 0.47 |
| Hex | D6 | C5 | 1B | 0 | 8 | 57 | 10 | 37 | 4E | 2F |
| Octal | 326 | 305 | 33 | 0 | 10 | 127 | 20 | 67 | 116 | 57 |
| Binary | 11010110 | 11000101 | 11011 | 0 | 1000 | 1010111 | 10000 | 110111 | 1001110 | 101111 |
Color Harmonies of #D6C51B
Complementary color
Monochromatic Colors of #D6C51B
Black with #D6C51B
Text Example
Text Example
White with #D6C51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C51B; }
p { color: rgb(214,197,27); }
H1.HeaderClassName
{
color: #D6C51B;
}
.AnyTagClassName
{
color: #D6C51B;
}
</style>
background-color css
<style>
a { background-color: #D6C51B; }
a { background-color: rgb(214,197,27); }
div.DivClassName
{
background-color: #D6C51B;
}
.BgClassName
{
background-color: #D6C51B;
}
</style>
border-color css
<style>
span { border-color: #D6C51B; }
span { border-color: rgb(214,197,27); }
td.TdClassName
{
border-color: #D6C51B;
}
.TagClassName
{
border-color: #D6C51B;
}
</style>