Shades of Barberry #D3DB0F
Tints of Barberry #D3DB0F
RGB
CMYK
RGB Variations
Color information
#D3DB0F (or 0xD3DB0F) is known color: Barberry. HEX triplet: D3, DB and 0F. RGB value is (211,219,15). Sum of RGB (Red+Green+Blue) = 211+219+15=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3DB0F is #2C24F0. Grayscale: #C2C2C2. Windows color (decimal): -2893041 or 1039315. OLE color: 1039315.
HSL color Cylindrical-coordinate representation of color #D3DB0F: hue angle of 62.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3DB0F is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 15 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.14 |
| HSL | 62.35º | 0.87% | 0.46% | - |
| HSV(B) | 62.35º | 0.93% | 0.86% | - |
| XYZ | 52.28 | 64.55 | 10.16 | - |
| YUV | 193.35 | 27.35 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 15 | 0.04 | 0 | 0.93 | 0.14 | 62.35 | 0.87 | 0.46 |
| Hex | D3 | DB | F | 4 | 0 | 5D | E | 3E | 57 | 2E |
| Octal | 323 | 333 | 17 | 4 | 0 | 135 | 16 | 76 | 127 | 56 |
| Binary | 11010011 | 11011011 | 1111 | 100 | 0 | 1011101 | 1110 | 111110 | 1010111 | 101110 |
Color Harmonies of #D3DB0F
Complementary color
Monochromatic Colors of #D3DB0F
Black with #D3DB0F
Text Example
Text Example
White with #D3DB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB0F; }
p { color: rgb(211,219,15); }
H1.HeaderClassName
{
color: #D3DB0F;
}
.AnyTagClassName
{
color: #D3DB0F;
}
</style>
background-color css
<style>
a { background-color: #D3DB0F; }
a { background-color: rgb(211,219,15); }
div.DivClassName
{
background-color: #D3DB0F;
}
.BgClassName
{
background-color: #D3DB0F;
}
</style>
border-color css
<style>
span { border-color: #D3DB0F; }
span { border-color: rgb(211,219,15); }
td.TdClassName
{
border-color: #D3DB0F;
}
.TagClassName
{
border-color: #D3DB0F;
}
</style>