Shades of Barberry #D5C21D
Tints of Barberry #D5C21D
RGB
CMYK
RGB Variations
Color information
#D5C21D (or 0xD5C21D) is known color: Barberry. HEX triplet: D5, C2 and 1D. RGB value is (213,194,29). Sum of RGB (Red+Green+Blue) = 213+194+29=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C21D is #2A3DE2. Grayscale: #B5B5B5. Windows color (decimal): -2768355 or 1950421. OLE color: 1950421.
HSL color Cylindrical-coordinate representation of color #D5C21D: hue angle of 53.8º 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 #D5C21D is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 29 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.16 |
| HSL | 53.8º | 0.76% | 0.47% | - |
| HSV(B) | 53.8º | 0.86% | 0.84% | - |
| XYZ | 46.95 | 52.82 | 8.88 | - |
| YUV | 180.87 | 42.29 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 29 | 0 | 0.09 | 0.86 | 0.16 | 53.8 | 0.76 | 0.47 |
| Hex | D5 | C2 | 1D | 0 | 9 | 56 | 10 | 36 | 4C | 2F |
| Octal | 325 | 302 | 35 | 0 | 11 | 126 | 20 | 66 | 114 | 57 |
| Binary | 11010101 | 11000010 | 11101 | 0 | 1001 | 1010110 | 10000 | 110110 | 1001100 | 101111 |
Color Harmonies of #D5C21D
Complementary color
Monochromatic Colors of #D5C21D
Black with #D5C21D
Text Example
Text Example
White with #D5C21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C21D; }
p { color: rgb(213,194,29); }
H1.HeaderClassName
{
color: #D5C21D;
}
.AnyTagClassName
{
color: #D5C21D;
}
</style>
background-color css
<style>
a { background-color: #D5C21D; }
a { background-color: rgb(213,194,29); }
div.DivClassName
{
background-color: #D5C21D;
}
.BgClassName
{
background-color: #D5C21D;
}
</style>
border-color css
<style>
span { border-color: #D5C21D; }
span { border-color: rgb(213,194,29); }
td.TdClassName
{
border-color: #D5C21D;
}
.TagClassName
{
border-color: #D5C21D;
}
</style>