Shades of Barberry #D2B928
Tints of Barberry #D2B928
RGB
CMYK
RGB Variations
Color information
#D2B928 (or 0xD2B928) is known color: Barberry. HEX triplet: D2, B9 and 28. RGB value is (210,185,40). Sum of RGB (Red+Green+Blue) = 210+185+40=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B928 is #2D46D7. Grayscale: #B0B0B0. Windows color (decimal): -2967256 or 2669010. OLE color: 2669010.
HSL color Cylindrical-coordinate representation of color #D2B928: hue angle of 51.18º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2B928 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 40 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.18 |
| HSL | 51.18º | 0.68% | 0.49% | - |
| HSV(B) | 51.18º | 0.81% | 0.82% | - |
| XYZ | 44.31 | 48.55 | 9.04 | - |
| YUV | 175.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 40 | 0 | 0.12 | 0.81 | 0.18 | 51.18 | 0.68 | 0.49 |
| Hex | D2 | B9 | 28 | 0 | C | 51 | 12 | 33 | 44 | 31 |
| Octal | 322 | 271 | 50 | 0 | 14 | 121 | 22 | 63 | 104 | 61 |
| Binary | 11010010 | 10111001 | 101000 | 0 | 1100 | 1010001 | 10010 | 110011 | 1000100 | 110001 |
Color Harmonies of #D2B928
Complementary color
Monochromatic Colors of #D2B928
Black with #D2B928
Text Example
Text Example
White with #D2B928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B928; }
p { color: rgb(210,185,40); }
H1.HeaderClassName
{
color: #D2B928;
}
.AnyTagClassName
{
color: #D2B928;
}
</style>
background-color css
<style>
a { background-color: #D2B928; }
a { background-color: rgb(210,185,40); }
div.DivClassName
{
background-color: #D2B928;
}
.BgClassName
{
background-color: #D2B928;
}
</style>
border-color css
<style>
span { border-color: #D2B928; }
span { border-color: rgb(210,185,40); }
td.TdClassName
{
border-color: #D2B928;
}
.TagClassName
{
border-color: #D2B928;
}
</style>