Shades of Barberry #D3BB28
Tints of Barberry #D3BB28
RGB
CMYK
RGB Variations
Color information
#D3BB28 (or 0xD3BB28) is known color: Barberry. HEX triplet: D3, BB and 28. RGB value is (211,187,40). Sum of RGB (Red+Green+Blue) = 211+187+40=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BB28 is #2C44D7. Grayscale: #B2B2B2. Windows color (decimal): -2901208 or 2669523. OLE color: 2669523.
HSL color Cylindrical-coordinate representation of color #D3BB28: hue angle of 51.58º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3BB28 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 187 | 40 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.17 |
| HSL | 51.58º | 0.68% | 0.49% | - |
| HSV(B) | 51.58º | 0.81% | 0.83% | - |
| XYZ | 45.02 | 49.54 | 9.2 | - |
| YUV | 177.42 | 50.45 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 40 | 0 | 0.11 | 0.81 | 0.17 | 51.58 | 0.68 | 0.49 |
| Hex | D3 | BB | 28 | 0 | B | 51 | 11 | 34 | 44 | 31 |
| Octal | 323 | 273 | 50 | 0 | 13 | 121 | 21 | 64 | 104 | 61 |
| Binary | 11010011 | 10111011 | 101000 | 0 | 1011 | 1010001 | 10001 | 110100 | 1000100 | 110001 |
Color Harmonies of #D3BB28
Complementary color
Monochromatic Colors of #D3BB28
Black with #D3BB28
Text Example
Text Example
White with #D3BB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BB28; }
p { color: rgb(211,187,40); }
H1.HeaderClassName
{
color: #D3BB28;
}
.AnyTagClassName
{
color: #D3BB28;
}
</style>
background-color css
<style>
a { background-color: #D3BB28; }
a { background-color: rgb(211,187,40); }
div.DivClassName
{
background-color: #D3BB28;
}
.BgClassName
{
background-color: #D3BB28;
}
</style>
border-color css
<style>
span { border-color: #D3BB28; }
span { border-color: rgb(211,187,40); }
td.TdClassName
{
border-color: #D3BB28;
}
.TagClassName
{
border-color: #D3BB28;
}
</style>