Shades of Barberry #D3C426
Tints of Barberry #D3C426
RGB
CMYK
RGB Variations
Color information
#D3C426 (or 0xD3C426) is known color: Barberry. HEX triplet: D3, C4 and 26. RGB value is (211,196,38). Sum of RGB (Red+Green+Blue) = 211+196+38=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C426 is #2C3BD9. Grayscale: #B7B7B7. Windows color (decimal): -2898906 or 2540755. OLE color: 2540755.
HSL color Cylindrical-coordinate representation of color #D3C426: hue angle of 54.8º 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 #D3C426 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 196 | 38 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.17 |
| HSL | 54.8º | 0.69% | 0.49% | - |
| HSV(B) | 54.8º | 0.82% | 0.83% | - |
| XYZ | 46.95 | 53.47 | 9.68 | - |
| YUV | 182.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 196 | 38 | 0 | 0.07 | 0.82 | 0.17 | 54.8 | 0.69 | 0.49 |
| Hex | D3 | C4 | 26 | 0 | 7 | 52 | 11 | 37 | 45 | 31 |
| Octal | 323 | 304 | 46 | 0 | 7 | 122 | 21 | 67 | 105 | 61 |
| Binary | 11010011 | 11000100 | 100110 | 0 | 111 | 1010010 | 10001 | 110111 | 1000101 | 110001 |
Color Harmonies of #D3C426
Complementary color
Monochromatic Colors of #D3C426
Black with #D3C426
Text Example
Text Example
White with #D3C426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C426; }
p { color: rgb(211,196,38); }
H1.HeaderClassName
{
color: #D3C426;
}
.AnyTagClassName
{
color: #D3C426;
}
</style>
background-color css
<style>
a { background-color: #D3C426; }
a { background-color: rgb(211,196,38); }
div.DivClassName
{
background-color: #D3C426;
}
.BgClassName
{
background-color: #D3C426;
}
</style>
border-color css
<style>
span { border-color: #D3C426; }
span { border-color: rgb(211,196,38); }
td.TdClassName
{
border-color: #D3C426;
}
.TagClassName
{
border-color: #D3C426;
}
</style>