Shades of Barberry #D2BE28
Tints of Barberry #D2BE28
RGB
CMYK
RGB Variations
Color information
#D2BE28 (or 0xD2BE28) is known color: Barberry. HEX triplet: D2, BE and 28. RGB value is (210,190,40). Sum of RGB (Red+Green+Blue) = 210+190+40=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BE28 is #2D41D7. Grayscale: #B3B3B3. Windows color (decimal): -2965976 or 2670290. OLE color: 2670290.
HSL color Cylindrical-coordinate representation of color #D2BE28: hue angle of 52.94º 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 #D2BE28 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 190 | 40 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.18 |
| HSL | 52.94º | 0.68% | 0.49% | - |
| HSV(B) | 52.94º | 0.81% | 0.82% | - |
| XYZ | 45.37 | 50.68 | 9.4 | - |
| YUV | 178.88 | 49.63 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 40 | 0 | 0.10 | 0.81 | 0.18 | 52.94 | 0.68 | 0.49 |
| Hex | D2 | BE | 28 | 0 | A | 51 | 12 | 35 | 44 | 31 |
| Octal | 322 | 276 | 50 | 0 | 12 | 121 | 22 | 65 | 104 | 61 |
| Binary | 11010010 | 10111110 | 101000 | 0 | 1010 | 1010001 | 10010 | 110101 | 1000100 | 110001 |
Color Harmonies of #D2BE28
Complementary color
Monochromatic Colors of #D2BE28
Black with #D2BE28
Text Example
Text Example
White with #D2BE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BE28; }
p { color: rgb(210,190,40); }
H1.HeaderClassName
{
color: #D2BE28;
}
.AnyTagClassName
{
color: #D2BE28;
}
</style>
background-color css
<style>
a { background-color: #D2BE28; }
a { background-color: rgb(210,190,40); }
div.DivClassName
{
background-color: #D2BE28;
}
.BgClassName
{
background-color: #D2BE28;
}
</style>
border-color css
<style>
span { border-color: #D2BE28; }
span { border-color: rgb(210,190,40); }
td.TdClassName
{
border-color: #D2BE28;
}
.TagClassName
{
border-color: #D2BE28;
}
</style>