Shades of Barberry #D6DA0F
Tints of Barberry #D6DA0F
RGB
CMYK
RGB Variations
Color information
#D6DA0F (or 0xD6DA0F) is known color: Barberry. HEX triplet: D6, DA and 0F. RGB value is (214,218,15). Sum of RGB (Red+Green+Blue) = 214+218+15=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6DA0F is #2925F0. Grayscale: #C2C2C2. Windows color (decimal): -2696689 or 1039062. OLE color: 1039062.
HSL color Cylindrical-coordinate representation of color #D6DA0F: hue angle of 61.18º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6DA0F is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 15 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.15 |
| HSL | 61.18º | 0.87% | 0.46% | - |
| HSV(B) | 61.18º | 0.93% | 0.85% | - |
| XYZ | 52.89 | 64.47 | 10.11 | - |
| YUV | 193.66 | 27.17 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 15 | 0.02 | 0 | 0.93 | 0.15 | 61.18 | 0.87 | 0.46 |
| Hex | D6 | DA | F | 2 | 0 | 5D | F | 3D | 57 | 2E |
| Octal | 326 | 332 | 17 | 2 | 0 | 135 | 17 | 75 | 127 | 56 |
| Binary | 11010110 | 11011010 | 1111 | 10 | 0 | 1011101 | 1111 | 111101 | 1010111 | 101110 |
Color Harmonies of #D6DA0F
Complementary color
Monochromatic Colors of #D6DA0F
Black with #D6DA0F
Text Example
Text Example
White with #D6DA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DA0F; }
p { color: rgb(214,218,15); }
H1.HeaderClassName
{
color: #D6DA0F;
}
.AnyTagClassName
{
color: #D6DA0F;
}
</style>
background-color css
<style>
a { background-color: #D6DA0F; }
a { background-color: rgb(214,218,15); }
div.DivClassName
{
background-color: #D6DA0F;
}
.BgClassName
{
background-color: #D6DA0F;
}
</style>
border-color css
<style>
span { border-color: #D6DA0F; }
span { border-color: rgb(214,218,15); }
td.TdClassName
{
border-color: #D6DA0F;
}
.TagClassName
{
border-color: #D6DA0F;
}
</style>