Shades of Barberry #D0BF26
Tints of Barberry #D0BF26
RGB
CMYK
RGB Variations
Color information
#D0BF26 (or 0xD0BF26) is known color: Barberry. HEX triplet: D0, BF and 26. RGB value is (208,191,38). Sum of RGB (Red+Green+Blue) = 208+191+38=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF26 is #2F40D9. Grayscale: #B3B3B3. Windows color (decimal): -3096794 or 2539472. OLE color: 2539472.
HSL color Cylindrical-coordinate representation of color #D0BF26: hue angle of 54º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0BF26 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 38 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.18 |
| HSL | 54º | 0.69% | 0.48% | - |
| HSV(B) | 54º | 0.82% | 0.82% | - |
| XYZ | 44.99 | 50.81 | 9.27 | - |
| YUV | 178.64 | 48.63 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 38 | 0 | 0.08 | 0.82 | 0.18 | 54 | 0.69 | 0.48 |
| Hex | D0 | BF | 26 | 0 | 8 | 52 | 12 | 36 | 45 | 30 |
| Octal | 320 | 277 | 46 | 0 | 10 | 122 | 22 | 66 | 105 | 60 |
| Binary | 11010000 | 10111111 | 100110 | 0 | 1000 | 1010010 | 10010 | 110110 | 1000101 | 110000 |
Color Harmonies of #D0BF26
Complementary color
Monochromatic Colors of #D0BF26
Black with #D0BF26
Text Example
Text Example
White with #D0BF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF26; }
p { color: rgb(208,191,38); }
H1.HeaderClassName
{
color: #D0BF26;
}
.AnyTagClassName
{
color: #D0BF26;
}
</style>
background-color css
<style>
a { background-color: #D0BF26; }
a { background-color: rgb(208,191,38); }
div.DivClassName
{
background-color: #D0BF26;
}
.BgClassName
{
background-color: #D0BF26;
}
</style>
border-color css
<style>
span { border-color: #D0BF26; }
span { border-color: rgb(208,191,38); }
td.TdClassName
{
border-color: #D0BF26;
}
.TagClassName
{
border-color: #D0BF26;
}
</style>