Shades of Barberry #D3C61E
Tints of Barberry #D3C61E
RGB
CMYK
RGB Variations
Color information
#D3C61E (or 0xD3C61E) is known color: Barberry. HEX triplet: D3, C6 and 1E. RGB value is (211,198,30). Sum of RGB (Red+Green+Blue) = 211+198+30=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C61E is #2C39E1. Grayscale: #B7B7B7. Windows color (decimal): -2898402 or 2016979. OLE color: 2016979.
HSL color Cylindrical-coordinate representation of color #D3C61E: hue angle of 55.69º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3C61E is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 198 | 30 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.17 |
| HSL | 55.69º | 0.75% | 0.47% | - |
| HSV(B) | 55.69º | 0.86% | 0.83% | - |
| XYZ | 47.29 | 54.33 | 9.22 | - |
| YUV | 182.74 | 41.81 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 198 | 30 | 0 | 0.06 | 0.86 | 0.17 | 55.69 | 0.75 | 0.47 |
| Hex | D3 | C6 | 1E | 0 | 6 | 56 | 11 | 38 | 4B | 2F |
| Octal | 323 | 306 | 36 | 0 | 6 | 126 | 21 | 70 | 113 | 57 |
| Binary | 11010011 | 11000110 | 11110 | 0 | 110 | 1010110 | 10001 | 111000 | 1001011 | 101111 |
Color Harmonies of #D3C61E
Complementary color
Monochromatic Colors of #D3C61E
Black with #D3C61E
Text Example
Text Example
White with #D3C61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C61E; }
p { color: rgb(211,198,30); }
H1.HeaderClassName
{
color: #D3C61E;
}
.AnyTagClassName
{
color: #D3C61E;
}
</style>
background-color css
<style>
a { background-color: #D3C61E; }
a { background-color: rgb(211,198,30); }
div.DivClassName
{
background-color: #D3C61E;
}
.BgClassName
{
background-color: #D3C61E;
}
</style>
border-color css
<style>
span { border-color: #D3C61E; }
span { border-color: rgb(211,198,30); }
td.TdClassName
{
border-color: #D3C61E;
}
.TagClassName
{
border-color: #D3C61E;
}
</style>