Shades of Barberry #D5C824
Tints of Barberry #D5C824
RGB
CMYK
RGB Variations
Color information
#D5C824 (or 0xD5C824) is known color: Barberry. HEX triplet: D5, C8 and 24. RGB value is (213,200,36). Sum of RGB (Red+Green+Blue) = 213+200+36=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C824 is #2A37DB. Grayscale: #B9B9B9. Windows color (decimal): -2766812 or 2410709. OLE color: 2410709.
HSL color Cylindrical-coordinate representation of color #D5C824: hue angle of 55.59º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5C824 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 36 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.16 |
| HSL | 55.59º | 0.71% | 0.49% | - |
| HSV(B) | 55.59º | 0.83% | 0.84% | - |
| XYZ | 48.41 | 55.58 | 9.85 | - |
| YUV | 185.19 | 43.81 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 36 | 0 | 0.06 | 0.83 | 0.16 | 55.59 | 0.71 | 0.49 |
| Hex | D5 | C8 | 24 | 0 | 6 | 53 | 10 | 38 | 47 | 31 |
| Octal | 325 | 310 | 44 | 0 | 6 | 123 | 20 | 70 | 107 | 61 |
| Binary | 11010101 | 11001000 | 100100 | 0 | 110 | 1010011 | 10000 | 111000 | 1000111 | 110001 |
Color Harmonies of #D5C824
Complementary color
Monochromatic Colors of #D5C824
Black with #D5C824
Text Example
Text Example
White with #D5C824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C824; }
p { color: rgb(213,200,36); }
H1.HeaderClassName
{
color: #D5C824;
}
.AnyTagClassName
{
color: #D5C824;
}
</style>
background-color css
<style>
a { background-color: #D5C824; }
a { background-color: rgb(213,200,36); }
div.DivClassName
{
background-color: #D5C824;
}
.BgClassName
{
background-color: #D5C824;
}
</style>
border-color css
<style>
span { border-color: #D5C824; }
span { border-color: rgb(213,200,36); }
td.TdClassName
{
border-color: #D5C824;
}
.TagClassName
{
border-color: #D5C824;
}
</style>