Shades of Barberry #D0BF23
Tints of Barberry #D0BF23
RGB
CMYK
RGB Variations
Color information
#D0BF23 (or 0xD0BF23) is known color: Barberry. HEX triplet: D0, BF and 23. RGB value is (208,191,35). Sum of RGB (Red+Green+Blue) = 208+191+35=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 35 (14.06% from 255 or 8.06% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF23 is #2F40DC. Grayscale: #B2B2B2. Windows color (decimal): -3096797 or 2342864. OLE color: 2342864.
HSL color Cylindrical-coordinate representation of color #D0BF23: hue angle of 54.1º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0BF23 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 35 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.18 |
| HSL | 54.1º | 0.71% | 0.48% | - |
| HSV(B) | 54.1º | 0.83% | 0.82% | - |
| XYZ | 44.95 | 50.79 | 9.03 | - |
| YUV | 178.3 | 47.13 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 35 | 0 | 0.08 | 0.83 | 0.18 | 54.1 | 0.71 | 0.48 |
| Hex | D0 | BF | 23 | 0 | 8 | 53 | 12 | 36 | 47 | 30 |
| Octal | 320 | 277 | 43 | 0 | 10 | 123 | 22 | 66 | 107 | 60 |
| Binary | 11010000 | 10111111 | 100011 | 0 | 1000 | 1010011 | 10010 | 110110 | 1000111 | 110000 |
Color Harmonies of #D0BF23
Complementary color
Monochromatic Colors of #D0BF23
Black with #D0BF23
Text Example
Text Example
White with #D0BF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF23; }
p { color: rgb(208,191,35); }
H1.HeaderClassName
{
color: #D0BF23;
}
.AnyTagClassName
{
color: #D0BF23;
}
</style>
background-color css
<style>
a { background-color: #D0BF23; }
a { background-color: rgb(208,191,35); }
div.DivClassName
{
background-color: #D0BF23;
}
.BgClassName
{
background-color: #D0BF23;
}
</style>
border-color css
<style>
span { border-color: #D0BF23; }
span { border-color: rgb(208,191,35); }
td.TdClassName
{
border-color: #D0BF23;
}
.TagClassName
{
border-color: #D0BF23;
}
</style>