Shades of Barberry #D5C321
Tints of Barberry #D5C321
RGB
CMYK
RGB Variations
Color information
#D5C321 (or 0xD5C321) is known color: Barberry. HEX triplet: D5, C3 and 21. RGB value is (213,195,33). Sum of RGB (Red+Green+Blue) = 213+195+33=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C321 is #2A3CDE. Grayscale: #B6B6B6. Windows color (decimal): -2768095 or 2212821. OLE color: 2212821.
HSL color Cylindrical-coordinate representation of color #D5C321: hue angle of 54º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5C321 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 33 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.16 |
| HSL | 54º | 0.73% | 0.48% | - |
| HSV(B) | 54º | 0.85% | 0.84% | - |
| XYZ | 47.23 | 53.29 | 9.23 | - |
| YUV | 181.91 | 43.96 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 33 | 0 | 0.08 | 0.85 | 0.16 | 54 | 0.73 | 0.48 |
| Hex | D5 | C3 | 21 | 0 | 8 | 55 | 10 | 36 | 49 | 30 |
| Octal | 325 | 303 | 41 | 0 | 10 | 125 | 20 | 66 | 111 | 60 |
| Binary | 11010101 | 11000011 | 100001 | 0 | 1000 | 1010101 | 10000 | 110110 | 1001001 | 110000 |
Color Harmonies of #D5C321
Complementary color
Monochromatic Colors of #D5C321
Black with #D5C321
Text Example
Text Example
White with #D5C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C321; }
p { color: rgb(213,195,33); }
H1.HeaderClassName
{
color: #D5C321;
}
.AnyTagClassName
{
color: #D5C321;
}
</style>
background-color css
<style>
a { background-color: #D5C321; }
a { background-color: rgb(213,195,33); }
div.DivClassName
{
background-color: #D5C321;
}
.BgClassName
{
background-color: #D5C321;
}
</style>
border-color css
<style>
span { border-color: #D5C321; }
span { border-color: rgb(213,195,33); }
td.TdClassName
{
border-color: #D5C321;
}
.TagClassName
{
border-color: #D5C321;
}
</style>