Shades of Barberry #D0DA15
Tints of Barberry #D0DA15
RGB
CMYK
RGB Variations
Color information
#D0DA15 (or 0xD0DA15) is known color: Barberry. HEX triplet: D0, DA and 15. RGB value is (208,218,21). Sum of RGB (Red+Green+Blue) = 208+218+21=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 21 (8.59% from 255 or 4.70% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DA15 is #2F25EA. Grayscale: #C1C1C1. Windows color (decimal): -3089899 or 1432272. OLE color: 1432272.
HSL color Cylindrical-coordinate representation of color #D0DA15: hue angle of 63.05º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0DA15 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 21 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.15 |
| HSL | 63.05º | 0.82% | 0.47% | - |
| HSV(B) | 63.05º | 0.9% | 0.85% | - |
| XYZ | 51.22 | 63.61 | 10.29 | - |
| YUV | 192.55 | 31.19 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 21 | 0.05 | 0 | 0.90 | 0.15 | 63.05 | 0.82 | 0.47 |
| Hex | D0 | DA | 15 | 5 | 0 | 5A | F | 3F | 52 | 2F |
| Octal | 320 | 332 | 25 | 5 | 0 | 132 | 17 | 77 | 122 | 57 |
| Binary | 11010000 | 11011010 | 10101 | 101 | 0 | 1011010 | 1111 | 111111 | 1010010 | 101111 |
Color Harmonies of #D0DA15
Complementary color
Monochromatic Colors of #D0DA15
Black with #D0DA15
Text Example
Text Example
White with #D0DA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA15; }
p { color: rgb(208,218,21); }
H1.HeaderClassName
{
color: #D0DA15;
}
.AnyTagClassName
{
color: #D0DA15;
}
</style>
background-color css
<style>
a { background-color: #D0DA15; }
a { background-color: rgb(208,218,21); }
div.DivClassName
{
background-color: #D0DA15;
}
.BgClassName
{
background-color: #D0DA15;
}
</style>
border-color css
<style>
span { border-color: #D0DA15; }
span { border-color: rgb(208,218,21); }
td.TdClassName
{
border-color: #D0DA15;
}
.TagClassName
{
border-color: #D0DA15;
}
</style>