Shades of Barberry #D2D51C
Tints of Barberry #D2D51C
RGB
CMYK
RGB Variations
Color information
#D2D51C (or 0xD2D51C) is known color: Barberry. HEX triplet: D2, D5 and 1C. RGB value is (210,213,28). Sum of RGB (Red+Green+Blue) = 210+213+28=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D51C is #2D2AE3. Grayscale: #BFBFBF. Windows color (decimal): -2960100 or 1889746. OLE color: 1889746.
HSL color Cylindrical-coordinate representation of color #D2D51C: hue angle of 60.97º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2D51C is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 28 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.16 |
| HSL | 60.97º | 0.77% | 0.47% | - |
| HSV(B) | 60.97º | 0.87% | 0.84% | - |
| XYZ | 50.58 | 61.37 | 10.28 | - |
| YUV | 191.01 | 36.01 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 28 | 0.01 | 0 | 0.87 | 0.16 | 60.97 | 0.77 | 0.47 |
| Hex | D2 | D5 | 1C | 1 | 0 | 57 | 10 | 3D | 4D | 2F |
| Octal | 322 | 325 | 34 | 1 | 0 | 127 | 20 | 75 | 115 | 57 |
| Binary | 11010010 | 11010101 | 11100 | 1 | 0 | 1010111 | 10000 | 111101 | 1001101 | 101111 |
Color Harmonies of #D2D51C
Complementary color
Monochromatic Colors of #D2D51C
Black with #D2D51C
Text Example
Text Example
White with #D2D51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D51C; }
p { color: rgb(210,213,28); }
H1.HeaderClassName
{
color: #D2D51C;
}
.AnyTagClassName
{
color: #D2D51C;
}
</style>
background-color css
<style>
a { background-color: #D2D51C; }
a { background-color: rgb(210,213,28); }
div.DivClassName
{
background-color: #D2D51C;
}
.BgClassName
{
background-color: #D2D51C;
}
</style>
border-color css
<style>
span { border-color: #D2D51C; }
span { border-color: rgb(210,213,28); }
td.TdClassName
{
border-color: #D2D51C;
}
.TagClassName
{
border-color: #D2D51C;
}
</style>