Shades of Barberry #D3C123
Tints of Barberry #D3C123
RGB
CMYK
RGB Variations
Color information
#D3C123 (or 0xD3C123) is known color: Barberry. HEX triplet: D3, C1 and 23. RGB value is (211,193,35). Sum of RGB (Red+Green+Blue) = 211+193+35=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 35 (14.06% from 255 or 7.97% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C123 is #2C3EDC. Grayscale: #B5B5B5. Windows color (decimal): -2899677 or 2343379. OLE color: 2343379.
HSL color Cylindrical-coordinate representation of color #D3C123: hue angle of 53.86º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3C123 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 193 | 35 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.17 |
| HSL | 53.86º | 0.72% | 0.48% | - |
| HSV(B) | 53.86º | 0.83% | 0.83% | - |
| XYZ | 46.24 | 52.11 | 9.21 | - |
| YUV | 180.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 193 | 35 | 0 | 0.09 | 0.83 | 0.17 | 53.86 | 0.72 | 0.48 |
| Hex | D3 | C1 | 23 | 0 | 9 | 53 | 11 | 36 | 48 | 30 |
| Octal | 323 | 301 | 43 | 0 | 11 | 123 | 21 | 66 | 110 | 60 |
| Binary | 11010011 | 11000001 | 100011 | 0 | 1001 | 1010011 | 10001 | 110110 | 1001000 | 110000 |
Color Harmonies of #D3C123
Complementary color
Monochromatic Colors of #D3C123
Black with #D3C123
Text Example
Text Example
White with #D3C123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C123; }
p { color: rgb(211,193,35); }
H1.HeaderClassName
{
color: #D3C123;
}
.AnyTagClassName
{
color: #D3C123;
}
</style>
background-color css
<style>
a { background-color: #D3C123; }
a { background-color: rgb(211,193,35); }
div.DivClassName
{
background-color: #D3C123;
}
.BgClassName
{
background-color: #D3C123;
}
</style>
border-color css
<style>
span { border-color: #D3C123; }
span { border-color: rgb(211,193,35); }
td.TdClassName
{
border-color: #D3C123;
}
.TagClassName
{
border-color: #D3C123;
}
</style>