Shades of Barberry #D0DC13
Tints of Barberry #D0DC13
RGB
CMYK
RGB Variations
Color information
#D0DC13 (or 0xD0DC13) is known color: Barberry. HEX triplet: D0, DC and 13. RGB value is (208,220,19). Sum of RGB (Red+Green+Blue) = 208+220+19=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DC13 is #2F23EC. Grayscale: #C2C2C2. Windows color (decimal): -3089389 or 1301712. OLE color: 1301712.
HSL color Cylindrical-coordinate representation of color #D0DC13: hue angle of 63.58º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0DC13 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 19 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.14 |
| HSL | 63.58º | 0.84% | 0.47% | - |
| HSV(B) | 63.58º | 0.91% | 0.86% | - |
| XYZ | 51.72 | 64.64 | 10.37 | - |
| YUV | 193.5 | 29.52 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 19 | 0.05 | 0 | 0.91 | 0.14 | 63.58 | 0.84 | 0.47 |
| Hex | D0 | DC | 13 | 5 | 0 | 5B | E | 40 | 54 | 2F |
| Octal | 320 | 334 | 23 | 5 | 0 | 133 | 16 | 100 | 124 | 57 |
| Binary | 11010000 | 11011100 | 10011 | 101 | 0 | 1011011 | 1110 | 1000000 | 1010100 | 101111 |
Color Harmonies of #D0DC13
Complementary color
Monochromatic Colors of #D0DC13
Black with #D0DC13
Text Example
Text Example
White with #D0DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC13; }
p { color: rgb(208,220,19); }
H1.HeaderClassName
{
color: #D0DC13;
}
.AnyTagClassName
{
color: #D0DC13;
}
</style>
background-color css
<style>
a { background-color: #D0DC13; }
a { background-color: rgb(208,220,19); }
div.DivClassName
{
background-color: #D0DC13;
}
.BgClassName
{
background-color: #D0DC13;
}
</style>
border-color css
<style>
span { border-color: #D0DC13; }
span { border-color: rgb(208,220,19); }
td.TdClassName
{
border-color: #D0DC13;
}
.TagClassName
{
border-color: #D0DC13;
}
</style>