Shades of Barberry #D2BD23
Tints of Barberry #D2BD23
RGB
CMYK
RGB Variations
Color information
#D2BD23 (or 0xD2BD23) is known color: Barberry. HEX triplet: D2, BD and 23. RGB value is (210,189,35). Sum of RGB (Red+Green+Blue) = 210+189+35=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 35 (14.06% from 255 or 8.06% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BD23 is #2D42DC. Grayscale: #B2B2B2. Windows color (decimal): -2966237 or 2342354. OLE color: 2342354.
HSL color Cylindrical-coordinate representation of color #D2BD23: hue angle of 52.8º 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 #D2BD23 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 35 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.18 |
| HSL | 52.8º | 0.71% | 0.48% | - |
| HSV(B) | 52.8º | 0.83% | 0.82% | - |
| XYZ | 45.08 | 50.22 | 8.91 | - |
| YUV | 177.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 35 | 0 | 0.10 | 0.83 | 0.18 | 52.8 | 0.71 | 0.48 |
| Hex | D2 | BD | 23 | 0 | A | 53 | 12 | 35 | 47 | 30 |
| Octal | 322 | 275 | 43 | 0 | 12 | 123 | 22 | 65 | 107 | 60 |
| Binary | 11010010 | 10111101 | 100011 | 0 | 1010 | 1010011 | 10010 | 110101 | 1000111 | 110000 |
Color Harmonies of #D2BD23
Complementary color
Monochromatic Colors of #D2BD23
Black with #D2BD23
Text Example
Text Example
White with #D2BD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD23; }
p { color: rgb(210,189,35); }
H1.HeaderClassName
{
color: #D2BD23;
}
.AnyTagClassName
{
color: #D2BD23;
}
</style>
background-color css
<style>
a { background-color: #D2BD23; }
a { background-color: rgb(210,189,35); }
div.DivClassName
{
background-color: #D2BD23;
}
.BgClassName
{
background-color: #D2BD23;
}
</style>
border-color css
<style>
span { border-color: #D2BD23; }
span { border-color: rgb(210,189,35); }
td.TdClassName
{
border-color: #D2BD23;
}
.TagClassName
{
border-color: #D2BD23;
}
</style>