Shades of Barberry #D5C619
Tints of Barberry #D5C619
RGB
CMYK
RGB Variations
Color information
#D5C619 (or 0xD5C619) is known color: Barberry. HEX triplet: D5, C6 and 19. RGB value is (213,198,25). Sum of RGB (Red+Green+Blue) = 213+198+25=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C619 is #2A39E6. Grayscale: #B7B7B7. Windows color (decimal): -2767335 or 1689301. OLE color: 1689301.
HSL color Cylindrical-coordinate representation of color #D5C619: hue angle of 55.21º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5C619 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 25 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.16 |
| HSL | 55.21º | 0.79% | 0.47% | - |
| HSV(B) | 55.21º | 0.88% | 0.84% | - |
| XYZ | 47.81 | 54.6 | 8.94 | - |
| YUV | 182.76 | 38.97 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 25 | 0 | 0.07 | 0.88 | 0.16 | 55.21 | 0.79 | 0.47 |
| Hex | D5 | C6 | 19 | 0 | 7 | 58 | 10 | 37 | 4F | 2F |
| Octal | 325 | 306 | 31 | 0 | 7 | 130 | 20 | 67 | 117 | 57 |
| Binary | 11010101 | 11000110 | 11001 | 0 | 111 | 1011000 | 10000 | 110111 | 1001111 | 101111 |
Color Harmonies of #D5C619
Complementary color
Monochromatic Colors of #D5C619
Black with #D5C619
Text Example
Text Example
White with #D5C619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C619; }
p { color: rgb(213,198,25); }
H1.HeaderClassName
{
color: #D5C619;
}
.AnyTagClassName
{
color: #D5C619;
}
</style>
background-color css
<style>
a { background-color: #D5C619; }
a { background-color: rgb(213,198,25); }
div.DivClassName
{
background-color: #D5C619;
}
.BgClassName
{
background-color: #D5C619;
}
</style>
border-color css
<style>
span { border-color: #D5C619; }
span { border-color: rgb(213,198,25); }
td.TdClassName
{
border-color: #D5C619;
}
.TagClassName
{
border-color: #D5C619;
}
</style>