Shades of Barberry #D7DC0A
Tints of Barberry #D7DC0A
RGB
CMYK
RGB Variations
Color information
#D7DC0A (or 0xD7DC0A) is known color: Barberry. HEX triplet: D7, DC and 0A. RGB value is (215,220,10). Sum of RGB (Red+Green+Blue) = 215+220+10=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7DC0A is #2823F5. Grayscale: #C3C3C3. Windows color (decimal): -2630646 or 711895. OLE color: 711895.
HSL color Cylindrical-coordinate representation of color #D7DC0A: hue angle of 61.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7DC0A is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 10 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.14 |
| HSL | 61.43º | 0.91% | 0.45% | - |
| HSV(B) | 61.43º | 0.95% | 0.86% | - |
| XYZ | 53.67 | 65.66 | 10.13 | - |
| YUV | 194.57 | 23.84 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 10 | 0.02 | 0 | 0.95 | 0.14 | 61.43 | 0.91 | 0.45 |
| Hex | D7 | DC | A | 2 | 0 | 5F | E | 3D | 5B | 2D |
| Octal | 327 | 334 | 12 | 2 | 0 | 137 | 16 | 75 | 133 | 55 |
| Binary | 11010111 | 11011100 | 1010 | 10 | 0 | 1011111 | 1110 | 111101 | 1011011 | 101101 |
Color Harmonies of #D7DC0A
Complementary color
Monochromatic Colors of #D7DC0A
Black with #D7DC0A
Text Example
Text Example
White with #D7DC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DC0A; }
p { color: rgb(215,220,10); }
H1.HeaderClassName
{
color: #D7DC0A;
}
.AnyTagClassName
{
color: #D7DC0A;
}
</style>
background-color css
<style>
a { background-color: #D7DC0A; }
a { background-color: rgb(215,220,10); }
div.DivClassName
{
background-color: #D7DC0A;
}
.BgClassName
{
background-color: #D7DC0A;
}
</style>
border-color css
<style>
span { border-color: #D7DC0A; }
span { border-color: rgb(215,220,10); }
td.TdClassName
{
border-color: #D7DC0A;
}
.TagClassName
{
border-color: #D7DC0A;
}
</style>