Shades of Barberry #D2BF23
Tints of Barberry #D2BF23
RGB
CMYK
RGB Variations
Color information
#D2BF23 (or 0xD2BF23) is known color: Barberry. HEX triplet: D2, BF and 23. RGB value is (210,191,35). Sum of RGB (Red+Green+Blue) = 210+191+35=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BF23 is #2D40DC. Grayscale: #B3B3B3. Windows color (decimal): -2965725 or 2342866. OLE color: 2342866.
HSL color Cylindrical-coordinate representation of color #D2BF23: hue angle of 53.49º 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 #D2BF23 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 35 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.18 |
| HSL | 53.49º | 0.71% | 0.48% | - |
| HSV(B) | 53.49º | 0.83% | 0.82% | - |
| XYZ | 45.51 | 51.08 | 9.05 | - |
| YUV | 178.9 | 46.79 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 35 | 0 | 0.09 | 0.83 | 0.18 | 53.49 | 0.71 | 0.48 |
| Hex | D2 | BF | 23 | 0 | 9 | 53 | 12 | 35 | 47 | 30 |
| Octal | 322 | 277 | 43 | 0 | 11 | 123 | 22 | 65 | 107 | 60 |
| Binary | 11010010 | 10111111 | 100011 | 0 | 1001 | 1010011 | 10010 | 110101 | 1000111 | 110000 |
Color Harmonies of #D2BF23
Complementary color
Monochromatic Colors of #D2BF23
Black with #D2BF23
Text Example
Text Example
White with #D2BF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF23; }
p { color: rgb(210,191,35); }
H1.HeaderClassName
{
color: #D2BF23;
}
.AnyTagClassName
{
color: #D2BF23;
}
</style>
background-color css
<style>
a { background-color: #D2BF23; }
a { background-color: rgb(210,191,35); }
div.DivClassName
{
background-color: #D2BF23;
}
.BgClassName
{
background-color: #D2BF23;
}
</style>
border-color css
<style>
span { border-color: #D2BF23; }
span { border-color: rgb(210,191,35); }
td.TdClassName
{
border-color: #D2BF23;
}
.TagClassName
{
border-color: #D2BF23;
}
</style>