Shades of Barberry #D2DC0F
Tints of Barberry #D2DC0F
RGB
CMYK
RGB Variations
Color information
#D2DC0F (or 0xD2DC0F) is known color: Barberry. HEX triplet: D2, DC and 0F. RGB value is (210,220,15). Sum of RGB (Red+Green+Blue) = 210+220+15=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DC0F is #2D23F0. Grayscale: #C2C2C2. Windows color (decimal): -2958321 or 1039570. OLE color: 1039570.
HSL color Cylindrical-coordinate representation of color #D2DC0F: hue angle of 62.93º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2DC0F is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 15 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.14 |
| HSL | 62.93º | 0.87% | 0.46% | - |
| HSV(B) | 62.93º | 0.93% | 0.86% | - |
| XYZ | 52.26 | 64.92 | 10.23 | - |
| YUV | 193.64 | 27.19 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 15 | 0.05 | 0 | 0.93 | 0.14 | 62.93 | 0.87 | 0.46 |
| Hex | D2 | DC | F | 5 | 0 | 5D | E | 3F | 57 | 2E |
| Octal | 322 | 334 | 17 | 5 | 0 | 135 | 16 | 77 | 127 | 56 |
| Binary | 11010010 | 11011100 | 1111 | 101 | 0 | 1011101 | 1110 | 111111 | 1010111 | 101110 |
Color Harmonies of #D2DC0F
Complementary color
Monochromatic Colors of #D2DC0F
Black with #D2DC0F
Text Example
Text Example
White with #D2DC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DC0F; }
p { color: rgb(210,220,15); }
H1.HeaderClassName
{
color: #D2DC0F;
}
.AnyTagClassName
{
color: #D2DC0F;
}
</style>
background-color css
<style>
a { background-color: #D2DC0F; }
a { background-color: rgb(210,220,15); }
div.DivClassName
{
background-color: #D2DC0F;
}
.BgClassName
{
background-color: #D2DC0F;
}
</style>
border-color css
<style>
span { border-color: #D2DC0F; }
span { border-color: rgb(210,220,15); }
td.TdClassName
{
border-color: #D2DC0F;
}
.TagClassName
{
border-color: #D2DC0F;
}
</style>