Shades of Barberry #D2D314
Tints of Barberry #D2D314
RGB
CMYK
RGB Variations
Color information
#D2D314 (or 0xD2D314) is known color: Barberry. HEX triplet: D2, D3 and 14. RGB value is (210,211,20). Sum of RGB (Red+Green+Blue) = 210+211+20=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D314 is #2D2CEB. Grayscale: #BDBDBD. Windows color (decimal): -2960620 or 1364946. OLE color: 1364946.
HSL color Cylindrical-coordinate representation of color #D2D314: hue angle of 60.31º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2D314 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 20 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.17 |
| HSL | 60.31º | 0.83% | 0.45% | - |
| HSV(B) | 60.31º | 0.91% | 0.83% | - |
| XYZ | 50 | 60.34 | 9.67 | - |
| YUV | 188.93 | 32.67 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 20 | 0.00 | 0 | 0.91 | 0.17 | 60.31 | 0.83 | 0.45 |
| Hex | D2 | D3 | 14 | 0 | 0 | 5B | 11 | 3C | 53 | 2D |
| Octal | 322 | 323 | 24 | 0 | 0 | 133 | 21 | 74 | 123 | 55 |
| Binary | 11010010 | 11010011 | 10100 | 0 | 0 | 1011011 | 10001 | 111100 | 1010011 | 101101 |
Color Harmonies of #D2D314
Complementary color
Monochromatic Colors of #D2D314
Black with #D2D314
Text Example
Text Example
White with #D2D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D314; }
p { color: rgb(210,211,20); }
H1.HeaderClassName
{
color: #D2D314;
}
.AnyTagClassName
{
color: #D2D314;
}
</style>
background-color css
<style>
a { background-color: #D2D314; }
a { background-color: rgb(210,211,20); }
div.DivClassName
{
background-color: #D2D314;
}
.BgClassName
{
background-color: #D2D314;
}
</style>
border-color css
<style>
span { border-color: #D2D314; }
span { border-color: rgb(210,211,20); }
td.TdClassName
{
border-color: #D2D314;
}
.TagClassName
{
border-color: #D2D314;
}
</style>