Shades of Barberry #D5C123
Tints of Barberry #D5C123
RGB
CMYK
RGB Variations
Color information
#D5C123 (or 0xD5C123) is known color: Barberry. HEX triplet: D5, C1 and 23. RGB value is (213,193,35). Sum of RGB (Red+Green+Blue) = 213+193+35=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C123 is #2A3EDC. Grayscale: #B5B5B5. Windows color (decimal): -2768605 or 2343381. OLE color: 2343381.
HSL color Cylindrical-coordinate representation of color #D5C123: hue angle of 53.26º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5C123 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 35 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.16 |
| HSL | 53.26º | 0.72% | 0.49% | - |
| HSV(B) | 53.26º | 0.84% | 0.84% | - |
| XYZ | 46.81 | 52.41 | 9.24 | - |
| YUV | 180.97 | 45.63 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 35 | 0 | 0.09 | 0.84 | 0.16 | 53.26 | 0.72 | 0.49 |
| Hex | D5 | C1 | 23 | 0 | 9 | 54 | 10 | 35 | 48 | 31 |
| Octal | 325 | 301 | 43 | 0 | 11 | 124 | 20 | 65 | 110 | 61 |
| Binary | 11010101 | 11000001 | 100011 | 0 | 1001 | 1010100 | 10000 | 110101 | 1001000 | 110001 |
Color Harmonies of #D5C123
Complementary color
Monochromatic Colors of #D5C123
Black with #D5C123
Text Example
Text Example
White with #D5C123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C123; }
p { color: rgb(213,193,35); }
H1.HeaderClassName
{
color: #D5C123;
}
.AnyTagClassName
{
color: #D5C123;
}
</style>
background-color css
<style>
a { background-color: #D5C123; }
a { background-color: rgb(213,193,35); }
div.DivClassName
{
background-color: #D5C123;
}
.BgClassName
{
background-color: #D5C123;
}
</style>
border-color css
<style>
span { border-color: #D5C123; }
span { border-color: rgb(213,193,35); }
td.TdClassName
{
border-color: #D5C123;
}
.TagClassName
{
border-color: #D5C123;
}
</style>