Shades of Barberry #D5CA2B
Tints of Barberry #D5CA2B
RGB
CMYK
RGB Variations
Color information
#D5CA2B (or 0xD5CA2B) is known color: Barberry. HEX triplet: D5, CA and 2B. RGB value is (213,202,43). Sum of RGB (Red+Green+Blue) = 213+202+43=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA2B is #2A35D4. Grayscale: #BBBBBB. Windows color (decimal): -2766293 or 2869973. OLE color: 2869973.
HSL color Cylindrical-coordinate representation of color #D5CA2B: hue angle of 56.12º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5CA2B is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 43 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.16 |
| HSL | 56.12º | 0.67% | 0.5% | - |
| HSV(B) | 56.12º | 0.8% | 0.84% | - |
| XYZ | 49 | 56.56 | 10.62 | - |
| YUV | 187.16 | 46.64 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 43 | 0 | 0.05 | 0.80 | 0.16 | 56.12 | 0.67 | 0.5 |
| Hex | D5 | CA | 2B | 0 | 5 | 50 | 10 | 38 | 43 | 32 |
| Octal | 325 | 312 | 53 | 0 | 5 | 120 | 20 | 70 | 103 | 62 |
| Binary | 11010101 | 11001010 | 101011 | 0 | 101 | 1010000 | 10000 | 111000 | 1000011 | 110010 |
Color Harmonies of #D5CA2B
Complementary color
Monochromatic Colors of #D5CA2B
Black with #D5CA2B
Text Example
Text Example
White with #D5CA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA2B; }
p { color: rgb(213,202,43); }
H1.HeaderClassName
{
color: #D5CA2B;
}
.AnyTagClassName
{
color: #D5CA2B;
}
</style>
background-color css
<style>
a { background-color: #D5CA2B; }
a { background-color: rgb(213,202,43); }
div.DivClassName
{
background-color: #D5CA2B;
}
.BgClassName
{
background-color: #D5CA2B;
}
</style>
border-color css
<style>
span { border-color: #D5CA2B; }
span { border-color: rgb(213,202,43); }
td.TdClassName
{
border-color: #D5CA2B;
}
.TagClassName
{
border-color: #D5CA2B;
}
</style>