Shades of Barberry #D6D312
Tints of Barberry #D6D312
RGB
CMYK
RGB Variations
Color information
#D6D312 (or 0xD6D312) is known color: Barberry. HEX triplet: D6, D3 and 12. RGB value is (214,211,18). Sum of RGB (Red+Green+Blue) = 214+211+18=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D312 is #292CED. Grayscale: #BEBEBE. Windows color (decimal): -2698478 or 1233878. OLE color: 1233878.
HSL color Cylindrical-coordinate representation of color #D6D312: hue angle of 59.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6D312 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 18 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.16 |
| HSL | 59.08º | 0.84% | 0.45% | - |
| HSV(B) | 59.08º | 0.92% | 0.84% | - |
| XYZ | 51.14 | 60.93 | 9.64 | - |
| YUV | 189.9 | 30.99 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 18 | 0 | 0.01 | 0.92 | 0.16 | 59.08 | 0.84 | 0.45 |
| Hex | D6 | D3 | 12 | 0 | 1 | 5C | 10 | 3B | 54 | 2D |
| Octal | 326 | 323 | 22 | 0 | 1 | 134 | 20 | 73 | 124 | 55 |
| Binary | 11010110 | 11010011 | 10010 | 0 | 1 | 1011100 | 10000 | 111011 | 1010100 | 101101 |
Color Harmonies of #D6D312
Complementary color
Monochromatic Colors of #D6D312
Black with #D6D312
Text Example
Text Example
White with #D6D312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D312; }
p { color: rgb(214,211,18); }
H1.HeaderClassName
{
color: #D6D312;
}
.AnyTagClassName
{
color: #D6D312;
}
</style>
background-color css
<style>
a { background-color: #D6D312; }
a { background-color: rgb(214,211,18); }
div.DivClassName
{
background-color: #D6D312;
}
.BgClassName
{
background-color: #D6D312;
}
</style>
border-color css
<style>
span { border-color: #D6D312; }
span { border-color: rgb(214,211,18); }
td.TdClassName
{
border-color: #D6D312;
}
.TagClassName
{
border-color: #D6D312;
}
</style>