Shades of Barberry #D5D61A
Tints of Barberry #D5D61A
RGB
CMYK
RGB Variations
Color information
#D5D61A (or 0xD5D61A) is known color: Barberry. HEX triplet: D5, D6 and 1A. RGB value is (213,214,26). Sum of RGB (Red+Green+Blue) = 213+214+26=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 26 (10.55% from 255 or 5.74% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D61A is #2A29E5. Grayscale: #C1C1C1. Windows color (decimal): -2763238 or 1758933. OLE color: 1758933.
HSL color Cylindrical-coordinate representation of color #D5D61A: hue angle of 60.32º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5D61A is Cyan = 0.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 26 | - |
| CMYK | 0.00 | 0 | 0.88 | 0.16 |
| HSL | 60.32º | 0.78% | 0.47% | - |
| HSV(B) | 60.32º | 0.88% | 0.84% | - |
| XYZ | 51.67 | 62.31 | 10.28 | - |
| YUV | 192.27 | 34.17 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 26 | 0.00 | 0 | 0.88 | 0.16 | 60.32 | 0.78 | 0.47 |
| Hex | D5 | D6 | 1A | 0 | 0 | 58 | 10 | 3C | 4E | 2F |
| Octal | 325 | 326 | 32 | 0 | 0 | 130 | 20 | 74 | 116 | 57 |
| Binary | 11010101 | 11010110 | 11010 | 0 | 0 | 1011000 | 10000 | 111100 | 1001110 | 101111 |
Color Harmonies of #D5D61A
Complementary color
Monochromatic Colors of #D5D61A
Black with #D5D61A
Text Example
Text Example
White with #D5D61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D61A; }
p { color: rgb(213,214,26); }
H1.HeaderClassName
{
color: #D5D61A;
}
.AnyTagClassName
{
color: #D5D61A;
}
</style>
background-color css
<style>
a { background-color: #D5D61A; }
a { background-color: rgb(213,214,26); }
div.DivClassName
{
background-color: #D5D61A;
}
.BgClassName
{
background-color: #D5D61A;
}
</style>
border-color css
<style>
span { border-color: #D5D61A; }
span { border-color: rgb(213,214,26); }
td.TdClassName
{
border-color: #D5D61A;
}
.TagClassName
{
border-color: #D5D61A;
}
</style>