Shades of Barberry #D5C128
Tints of Barberry #D5C128
RGB
CMYK
RGB Variations
Color information
#D5C128 (or 0xD5C128) is known color: Barberry. HEX triplet: D5, C1 and 28. RGB value is (213,193,40). Sum of RGB (Red+Green+Blue) = 213+193+40=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C128 is #2A3ED7. Grayscale: #B6B6B6. Windows color (decimal): -2768600 or 2671061. OLE color: 2671061.
HSL color Cylindrical-coordinate representation of color #D5C128: hue angle of 53.06º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5C128 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 40 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.16 |
| HSL | 53.06º | 0.68% | 0.5% | - |
| HSV(B) | 53.06º | 0.81% | 0.84% | - |
| XYZ | 46.89 | 52.44 | 9.66 | - |
| YUV | 181.54 | 48.13 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 40 | 0 | 0.09 | 0.81 | 0.16 | 53.06 | 0.68 | 0.5 |
| Hex | D5 | C1 | 28 | 0 | 9 | 51 | 10 | 35 | 44 | 32 |
| Octal | 325 | 301 | 50 | 0 | 11 | 121 | 20 | 65 | 104 | 62 |
| Binary | 11010101 | 11000001 | 101000 | 0 | 1001 | 1010001 | 10000 | 110101 | 1000100 | 110010 |
Color Harmonies of #D5C128
Complementary color
Monochromatic Colors of #D5C128
Black with #D5C128
Text Example
Text Example
White with #D5C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C128; }
p { color: rgb(213,193,40); }
H1.HeaderClassName
{
color: #D5C128;
}
.AnyTagClassName
{
color: #D5C128;
}
</style>
background-color css
<style>
a { background-color: #D5C128; }
a { background-color: rgb(213,193,40); }
div.DivClassName
{
background-color: #D5C128;
}
.BgClassName
{
background-color: #D5C128;
}
</style>
border-color css
<style>
span { border-color: #D5C128; }
span { border-color: rgb(213,193,40); }
td.TdClassName
{
border-color: #D5C128;
}
.TagClassName
{
border-color: #D5C128;
}
</style>