Shades of Barberry #D3C026
Tints of Barberry #D3C026
RGB
CMYK
RGB Variations
Color information
#D3C026 (or 0xD3C026) is known color: Barberry. HEX triplet: D3, C0 and 26. RGB value is (211,192,38). Sum of RGB (Red+Green+Blue) = 211+192+38=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C026 is #2C3FD9. Grayscale: #B4B4B4. Windows color (decimal): -2899930 or 2539731. OLE color: 2539731.
HSL color Cylindrical-coordinate representation of color #D3C026: hue angle of 53.41º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3C026 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 192 | 38 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.17 |
| HSL | 53.41º | 0.69% | 0.49% | - |
| HSV(B) | 53.41º | 0.82% | 0.83% | - |
| XYZ | 46.06 | 51.69 | 9.38 | - |
| YUV | 180.13 | 47.79 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 38 | 0 | 0.09 | 0.82 | 0.17 | 53.41 | 0.69 | 0.49 |
| Hex | D3 | C0 | 26 | 0 | 9 | 52 | 11 | 35 | 45 | 31 |
| Octal | 323 | 300 | 46 | 0 | 11 | 122 | 21 | 65 | 105 | 61 |
| Binary | 11010011 | 11000000 | 100110 | 0 | 1001 | 1010010 | 10001 | 110101 | 1000101 | 110001 |
Color Harmonies of #D3C026
Complementary color
Monochromatic Colors of #D3C026
Black with #D3C026
Text Example
Text Example
White with #D3C026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C026; }
p { color: rgb(211,192,38); }
H1.HeaderClassName
{
color: #D3C026;
}
.AnyTagClassName
{
color: #D3C026;
}
</style>
background-color css
<style>
a { background-color: #D3C026; }
a { background-color: rgb(211,192,38); }
div.DivClassName
{
background-color: #D3C026;
}
.BgClassName
{
background-color: #D3C026;
}
</style>
border-color css
<style>
span { border-color: #D3C026; }
span { border-color: rgb(211,192,38); }
td.TdClassName
{
border-color: #D3C026;
}
.TagClassName
{
border-color: #D3C026;
}
</style>