Shades of Barberry #D5C724
Tints of Barberry #D5C724
RGB
CMYK
RGB Variations
Color information
#D5C724 (or 0xD5C724) is known color: Barberry. HEX triplet: D5, C7 and 24. RGB value is (213,199,36). Sum of RGB (Red+Green+Blue) = 213+199+36=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 36 (14.45% from 255 or 8.04% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C724 is #2A38DB. Grayscale: #B9B9B9. Windows color (decimal): -2767068 or 2410453. OLE color: 2410453.
HSL color Cylindrical-coordinate representation of color #D5C724: hue angle of 55.25º 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 #D5C724 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 36 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.16 |
| HSL | 55.25º | 0.71% | 0.49% | - |
| HSV(B) | 55.25º | 0.83% | 0.84% | - |
| XYZ | 48.18 | 55.12 | 9.77 | - |
| YUV | 184.6 | 44.14 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 36 | 0 | 0.07 | 0.83 | 0.16 | 55.25 | 0.71 | 0.49 |
| Hex | D5 | C7 | 24 | 0 | 7 | 53 | 10 | 37 | 47 | 31 |
| Octal | 325 | 307 | 44 | 0 | 7 | 123 | 20 | 67 | 107 | 61 |
| Binary | 11010101 | 11000111 | 100100 | 0 | 111 | 1010011 | 10000 | 110111 | 1000111 | 110001 |
Color Harmonies of #D5C724
Complementary color
Monochromatic Colors of #D5C724
Black with #D5C724
Text Example
Text Example
White with #D5C724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C724; }
p { color: rgb(213,199,36); }
H1.HeaderClassName
{
color: #D5C724;
}
.AnyTagClassName
{
color: #D5C724;
}
</style>
background-color css
<style>
a { background-color: #D5C724; }
a { background-color: rgb(213,199,36); }
div.DivClassName
{
background-color: #D5C724;
}
.BgClassName
{
background-color: #D5C724;
}
</style>
border-color css
<style>
span { border-color: #D5C724; }
span { border-color: rgb(213,199,36); }
td.TdClassName
{
border-color: #D5C724;
}
.TagClassName
{
border-color: #D5C724;
}
</style>