Shades of Barberry #D5C51D
Tints of Barberry #D5C51D
RGB
CMYK
RGB Variations
Color information
#D5C51D (or 0xD5C51D) is known color: Barberry. HEX triplet: D5, C5 and 1D. RGB value is (213,197,29). Sum of RGB (Red+Green+Blue) = 213+197+29=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C51D is #2A3AE2. Grayscale: #B7B7B7. Windows color (decimal): -2767587 or 1951189. OLE color: 1951189.
HSL color Cylindrical-coordinate representation of color #D5C51D: hue angle of 54.78º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5C51D is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 29 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.16 |
| HSL | 54.78º | 0.76% | 0.47% | - |
| HSV(B) | 54.78º | 0.86% | 0.84% | - |
| XYZ | 47.63 | 54.17 | 9.11 | - |
| YUV | 182.63 | 41.3 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 29 | 0 | 0.08 | 0.86 | 0.16 | 54.78 | 0.76 | 0.47 |
| Hex | D5 | C5 | 1D | 0 | 8 | 56 | 10 | 37 | 4C | 2F |
| Octal | 325 | 305 | 35 | 0 | 10 | 126 | 20 | 67 | 114 | 57 |
| Binary | 11010101 | 11000101 | 11101 | 0 | 1000 | 1010110 | 10000 | 110111 | 1001100 | 101111 |
Color Harmonies of #D5C51D
Complementary color
Monochromatic Colors of #D5C51D
Black with #D5C51D
Text Example
Text Example
White with #D5C51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C51D; }
p { color: rgb(213,197,29); }
H1.HeaderClassName
{
color: #D5C51D;
}
.AnyTagClassName
{
color: #D5C51D;
}
</style>
background-color css
<style>
a { background-color: #D5C51D; }
a { background-color: rgb(213,197,29); }
div.DivClassName
{
background-color: #D5C51D;
}
.BgClassName
{
background-color: #D5C51D;
}
</style>
border-color css
<style>
span { border-color: #D5C51D; }
span { border-color: rgb(213,197,29); }
td.TdClassName
{
border-color: #D5C51D;
}
.TagClassName
{
border-color: #D5C51D;
}
</style>