Shades of Barberry #D1B927
Tints of Barberry #D1B927
RGB
CMYK
RGB Variations
Color information
#D1B927 (or 0xD1B927) is known color: Barberry. HEX triplet: D1, B9 and 27. RGB value is (209,185,39). Sum of RGB (Red+Green+Blue) = 209+185+39=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B927 is #2E46D8. Grayscale: #B0B0B0. Windows color (decimal): -3032793 or 2603473. OLE color: 2603473.
HSL color Cylindrical-coordinate representation of color #D1B927: hue angle of 51.53º degrees, saturation: 0.69, 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 #D1B927 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 39 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.18 |
| HSL | 51.53º | 0.69% | 0.49% | - |
| HSV(B) | 51.53º | 0.81% | 0.82% | - |
| XYZ | 44.01 | 48.4 | 8.94 | - |
| YUV | 175.53 | 50.95 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 39 | 0 | 0.11 | 0.81 | 0.18 | 51.53 | 0.69 | 0.49 |
| Hex | D1 | B9 | 27 | 0 | B | 51 | 12 | 34 | 45 | 31 |
| Octal | 321 | 271 | 47 | 0 | 13 | 121 | 22 | 64 | 105 | 61 |
| Binary | 11010001 | 10111001 | 100111 | 0 | 1011 | 1010001 | 10010 | 110100 | 1000101 | 110001 |
Color Harmonies of #D1B927
Complementary color
Monochromatic Colors of #D1B927
Black with #D1B927
Text Example
Text Example
White with #D1B927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B927; }
p { color: rgb(209,185,39); }
H1.HeaderClassName
{
color: #D1B927;
}
.AnyTagClassName
{
color: #D1B927;
}
</style>
background-color css
<style>
a { background-color: #D1B927; }
a { background-color: rgb(209,185,39); }
div.DivClassName
{
background-color: #D1B927;
}
.BgClassName
{
background-color: #D1B927;
}
</style>
border-color css
<style>
span { border-color: #D1B927; }
span { border-color: rgb(209,185,39); }
td.TdClassName
{
border-color: #D1B927;
}
.TagClassName
{
border-color: #D1B927;
}
</style>