Shades of Barberry #D2D312
Tints of Barberry #D2D312
RGB
CMYK
RGB Variations
Color information
#D2D312 (or 0xD2D312) is known color: Barberry. HEX triplet: D2, D3 and 12. RGB value is (210,211,18). Sum of RGB (Red+Green+Blue) = 210+211+18=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D312 is #2D2CED. Grayscale: #BDBDBD. Windows color (decimal): -2960622 or 1233874. OLE color: 1233874.
HSL color Cylindrical-coordinate representation of color #D2D312: hue angle of 60.31º degrees, saturation: 0.84, 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 #D2D312 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 18 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.17 |
| HSL | 60.31º | 0.84% | 0.45% | - |
| HSV(B) | 60.31º | 0.91% | 0.83% | - |
| XYZ | 49.98 | 60.33 | 9.58 | - |
| YUV | 188.7 | 31.67 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 18 | 0.00 | 0 | 0.91 | 0.17 | 60.31 | 0.84 | 0.45 |
| Hex | D2 | D3 | 12 | 0 | 0 | 5B | 11 | 3C | 54 | 2D |
| Octal | 322 | 323 | 22 | 0 | 0 | 133 | 21 | 74 | 124 | 55 |
| Binary | 11010010 | 11010011 | 10010 | 0 | 0 | 1011011 | 10001 | 111100 | 1010100 | 101101 |
Color Harmonies of #D2D312
Complementary color
Monochromatic Colors of #D2D312
Black with #D2D312
Text Example
Text Example
White with #D2D312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D312; }
p { color: rgb(210,211,18); }
H1.HeaderClassName
{
color: #D2D312;
}
.AnyTagClassName
{
color: #D2D312;
}
</style>
background-color css
<style>
a { background-color: #D2D312; }
a { background-color: rgb(210,211,18); }
div.DivClassName
{
background-color: #D2D312;
}
.BgClassName
{
background-color: #D2D312;
}
</style>
border-color css
<style>
span { border-color: #D2D312; }
span { border-color: rgb(210,211,18); }
td.TdClassName
{
border-color: #D2D312;
}
.TagClassName
{
border-color: #D2D312;
}
</style>