Shades of Barberry #D0BF2C
Tints of Barberry #D0BF2C
RGB
CMYK
RGB Variations
Color information
#D0BF2C (or 0xD0BF2C) is known color: Barberry. HEX triplet: D0, BF and 2C. RGB value is (208,191,44). Sum of RGB (Red+Green+Blue) = 208+191+44=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF2C is #2F40D3. Grayscale: #B3B3B3. Windows color (decimal): -3096788 or 2932688. OLE color: 2932688.
HSL color Cylindrical-coordinate representation of color #D0BF2C: hue angle of 53.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0BF2C is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 44 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.18 |
| HSL | 53.78º | 0.65% | 0.49% | - |
| HSV(B) | 53.78º | 0.79% | 0.82% | - |
| XYZ | 45.1 | 50.85 | 9.82 | - |
| YUV | 179.33 | 51.63 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 44 | 0 | 0.08 | 0.79 | 0.18 | 53.78 | 0.65 | 0.49 |
| Hex | D0 | BF | 2C | 0 | 8 | 4F | 12 | 36 | 41 | 31 |
| Octal | 320 | 277 | 54 | 0 | 10 | 117 | 22 | 66 | 101 | 61 |
| Binary | 11010000 | 10111111 | 101100 | 0 | 1000 | 1001111 | 10010 | 110110 | 1000001 | 110001 |
Color Harmonies of #D0BF2C
Complementary color
Monochromatic Colors of #D0BF2C
Black with #D0BF2C
Text Example
Text Example
White with #D0BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF2C; }
p { color: rgb(208,191,44); }
H1.HeaderClassName
{
color: #D0BF2C;
}
.AnyTagClassName
{
color: #D0BF2C;
}
</style>
background-color css
<style>
a { background-color: #D0BF2C; }
a { background-color: rgb(208,191,44); }
div.DivClassName
{
background-color: #D0BF2C;
}
.BgClassName
{
background-color: #D0BF2C;
}
</style>
border-color css
<style>
span { border-color: #D0BF2C; }
span { border-color: rgb(208,191,44); }
td.TdClassName
{
border-color: #D0BF2C;
}
.TagClassName
{
border-color: #D0BF2C;
}
</style>