Shades of Barberry #D0DA11
Tints of Barberry #D0DA11
RGB
CMYK
RGB Variations
Color information
#D0DA11 (or 0xD0DA11) is known color: Barberry. HEX triplet: D0, DA and 11. RGB value is (208,218,17). Sum of RGB (Red+Green+Blue) = 208+218+17=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DA11 is #2F25EE. Grayscale: #C0C0C0. Windows color (decimal): -3089903 or 1170128. OLE color: 1170128.
HSL color Cylindrical-coordinate representation of color #D0DA11: hue angle of 62.99º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0DA11 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 17 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.15 |
| HSL | 62.99º | 0.86% | 0.46% | - |
| HSV(B) | 62.99º | 0.92% | 0.85% | - |
| XYZ | 51.19 | 63.59 | 10.11 | - |
| YUV | 192.1 | 29.19 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 17 | 0.05 | 0 | 0.92 | 0.15 | 62.99 | 0.86 | 0.46 |
| Hex | D0 | DA | 11 | 5 | 0 | 5C | F | 3F | 56 | 2E |
| Octal | 320 | 332 | 21 | 5 | 0 | 134 | 17 | 77 | 126 | 56 |
| Binary | 11010000 | 11011010 | 10001 | 101 | 0 | 1011100 | 1111 | 111111 | 1010110 | 101110 |
Color Harmonies of #D0DA11
Complementary color
Monochromatic Colors of #D0DA11
Black with #D0DA11
Text Example
Text Example
White with #D0DA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA11; }
p { color: rgb(208,218,17); }
H1.HeaderClassName
{
color: #D0DA11;
}
.AnyTagClassName
{
color: #D0DA11;
}
</style>
background-color css
<style>
a { background-color: #D0DA11; }
a { background-color: rgb(208,218,17); }
div.DivClassName
{
background-color: #D0DA11;
}
.BgClassName
{
background-color: #D0DA11;
}
</style>
border-color css
<style>
span { border-color: #D0DA11; }
span { border-color: rgb(208,218,17); }
td.TdClassName
{
border-color: #D0DA11;
}
.TagClassName
{
border-color: #D0DA11;
}
</style>