Shades of Barberry #D6C61E
Tints of Barberry #D6C61E
RGB
CMYK
RGB Variations
Color information
#D6C61E (or 0xD6C61E) is known color: Barberry. HEX triplet: D6, C6 and 1E. RGB value is (214,198,30). Sum of RGB (Red+Green+Blue) = 214+198+30=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C61E is #2939E1. Grayscale: #B8B8B8. Windows color (decimal): -2701794 or 2016982. OLE color: 2016982.
HSL color Cylindrical-coordinate representation of color #D6C61E: hue angle of 54.78º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6C61E is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 30 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.16 |
| HSL | 54.78º | 0.75% | 0.48% | - |
| HSV(B) | 54.78º | 0.86% | 0.84% | - |
| XYZ | 48.16 | 54.78 | 9.26 | - |
| YUV | 183.63 | 41.3 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 30 | 0 | 0.07 | 0.86 | 0.16 | 54.78 | 0.75 | 0.48 |
| Hex | D6 | C6 | 1E | 0 | 7 | 56 | 10 | 37 | 4B | 30 |
| Octal | 326 | 306 | 36 | 0 | 7 | 126 | 20 | 67 | 113 | 60 |
| Binary | 11010110 | 11000110 | 11110 | 0 | 111 | 1010110 | 10000 | 110111 | 1001011 | 110000 |
Color Harmonies of #D6C61E
Complementary color
Monochromatic Colors of #D6C61E
Black with #D6C61E
Text Example
Text Example
White with #D6C61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C61E; }
p { color: rgb(214,198,30); }
H1.HeaderClassName
{
color: #D6C61E;
}
.AnyTagClassName
{
color: #D6C61E;
}
</style>
background-color css
<style>
a { background-color: #D6C61E; }
a { background-color: rgb(214,198,30); }
div.DivClassName
{
background-color: #D6C61E;
}
.BgClassName
{
background-color: #D6C61E;
}
</style>
border-color css
<style>
span { border-color: #D6C61E; }
span { border-color: rgb(214,198,30); }
td.TdClassName
{
border-color: #D6C61E;
}
.TagClassName
{
border-color: #D6C61E;
}
</style>