Shades of Barberry #D2BC24
Tints of Barberry #D2BC24
RGB
CMYK
RGB Variations
Color information
#D2BC24 (or 0xD2BC24) is known color: Barberry. HEX triplet: D2, BC and 24. RGB value is (210,188,36). Sum of RGB (Red+Green+Blue) = 210+188+36=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BC24 is #2D43DB. Grayscale: #B1B1B1. Windows color (decimal): -2966492 or 2407634. OLE color: 2407634.
HSL color Cylindrical-coordinate representation of color #D2BC24: hue angle of 52.41º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2BC24 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 36 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.18 |
| HSL | 52.41º | 0.71% | 0.48% | - |
| HSV(B) | 52.41º | 0.83% | 0.82% | - |
| XYZ | 44.88 | 49.8 | 8.92 | - |
| YUV | 177.25 | 48.29 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 36 | 0 | 0.10 | 0.83 | 0.18 | 52.41 | 0.71 | 0.48 |
| Hex | D2 | BC | 24 | 0 | A | 53 | 12 | 34 | 47 | 30 |
| Octal | 322 | 274 | 44 | 0 | 12 | 123 | 22 | 64 | 107 | 60 |
| Binary | 11010010 | 10111100 | 100100 | 0 | 1010 | 1010011 | 10010 | 110100 | 1000111 | 110000 |
Color Harmonies of #D2BC24
Complementary color
Monochromatic Colors of #D2BC24
Black with #D2BC24
Text Example
Text Example
White with #D2BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC24; }
p { color: rgb(210,188,36); }
H1.HeaderClassName
{
color: #D2BC24;
}
.AnyTagClassName
{
color: #D2BC24;
}
</style>
background-color css
<style>
a { background-color: #D2BC24; }
a { background-color: rgb(210,188,36); }
div.DivClassName
{
background-color: #D2BC24;
}
.BgClassName
{
background-color: #D2BC24;
}
</style>
border-color css
<style>
span { border-color: #D2BC24; }
span { border-color: rgb(210,188,36); }
td.TdClassName
{
border-color: #D2BC24;
}
.TagClassName
{
border-color: #D2BC24;
}
</style>