Shades of Barberry #D2D512
Tints of Barberry #D2D512
RGB
CMYK
RGB Variations
Color information
#D2D512 (or 0xD2D512) is known color: Barberry. HEX triplet: D2, D5 and 12. RGB value is (210,213,18). Sum of RGB (Red+Green+Blue) = 210+213+18=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D512 is #2D2AED. Grayscale: #BEBEBE. Windows color (decimal): -2960110 or 1234386. OLE color: 1234386.
HSL color Cylindrical-coordinate representation of color #D2D512: hue angle of 60.92º 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 #D2D512 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 18 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.16 |
| HSL | 60.92º | 0.84% | 0.45% | - |
| HSV(B) | 60.92º | 0.92% | 0.84% | - |
| XYZ | 50.48 | 61.33 | 9.75 | - |
| YUV | 189.87 | 31.01 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 18 | 0.01 | 0 | 0.92 | 0.16 | 60.92 | 0.84 | 0.45 |
| Hex | D2 | D5 | 12 | 1 | 0 | 5C | 10 | 3D | 54 | 2D |
| Octal | 322 | 325 | 22 | 1 | 0 | 134 | 20 | 75 | 124 | 55 |
| Binary | 11010010 | 11010101 | 10010 | 1 | 0 | 1011100 | 10000 | 111101 | 1010100 | 101101 |
Color Harmonies of #D2D512
Complementary color
Monochromatic Colors of #D2D512
Black with #D2D512
Text Example
Text Example
White with #D2D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D512; }
p { color: rgb(210,213,18); }
H1.HeaderClassName
{
color: #D2D512;
}
.AnyTagClassName
{
color: #D2D512;
}
</style>
background-color css
<style>
a { background-color: #D2D512; }
a { background-color: rgb(210,213,18); }
div.DivClassName
{
background-color: #D2D512;
}
.BgClassName
{
background-color: #D2D512;
}
</style>
border-color css
<style>
span { border-color: #D2D512; }
span { border-color: rgb(210,213,18); }
td.TdClassName
{
border-color: #D2D512;
}
.TagClassName
{
border-color: #D2D512;
}
</style>