Shades of Barberry #D0D814
Tints of Barberry #D0D814
RGB
CMYK
RGB Variations
Color information
#D0D814 (or 0xD0D814) is known color: Barberry. HEX triplet: D0, D8 and 14. RGB value is (208,216,20). Sum of RGB (Red+Green+Blue) = 208+216+20=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D814 is #2F27EB. Grayscale: #C0C0C0. Windows color (decimal): -3090412 or 1366224. OLE color: 1366224.
HSL color Cylindrical-coordinate representation of color #D0D814: hue angle of 62.45º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0D814 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 20 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.15 |
| HSL | 62.45º | 0.83% | 0.46% | - |
| HSV(B) | 62.45º | 0.91% | 0.85% | - |
| XYZ | 50.69 | 62.57 | 10.07 | - |
| YUV | 191.26 | 31.35 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 20 | 0.04 | 0 | 0.91 | 0.15 | 62.45 | 0.83 | 0.46 |
| Hex | D0 | D8 | 14 | 4 | 0 | 5B | F | 3E | 53 | 2E |
| Octal | 320 | 330 | 24 | 4 | 0 | 133 | 17 | 76 | 123 | 56 |
| Binary | 11010000 | 11011000 | 10100 | 100 | 0 | 1011011 | 1111 | 111110 | 1010011 | 101110 |
Color Harmonies of #D0D814
Complementary color
Monochromatic Colors of #D0D814
Black with #D0D814
Text Example
Text Example
White with #D0D814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D814; }
p { color: rgb(208,216,20); }
H1.HeaderClassName
{
color: #D0D814;
}
.AnyTagClassName
{
color: #D0D814;
}
</style>
background-color css
<style>
a { background-color: #D0D814; }
a { background-color: rgb(208,216,20); }
div.DivClassName
{
background-color: #D0D814;
}
.BgClassName
{
background-color: #D0D814;
}
</style>
border-color css
<style>
span { border-color: #D0D814; }
span { border-color: rgb(208,216,20); }
td.TdClassName
{
border-color: #D0D814;
}
.TagClassName
{
border-color: #D0D814;
}
</style>