Shades of Barberry #D5D51B
Tints of Barberry #D5D51B
RGB
CMYK
RGB Variations
Color information
#D5D51B (or 0xD5D51B) is known color: Barberry. HEX triplet: D5, D5 and 1B. RGB value is (213,213,27). Sum of RGB (Red+Green+Blue) = 213+213+27=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 27 (10.94% from 255 or 5.96% from 453); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D51B is #2A2AE4. Grayscale: #C0C0C0. Windows color (decimal): -2763493 or 1824213. OLE color: 1824213.
HSL color Cylindrical-coordinate representation of color #D5D51B: hue angle of 60º 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 #D5D51B is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 213 | 27 | - |
| CMYK | 0 | 0 | 0.87 | 0.16 |
| HSL | 60º | 0.78% | 0.47% | - |
| HSV(B) | 60º | 0.87% | 0.84% | - |
| XYZ | 51.43 | 61.81 | 10.26 | - |
| YUV | 191.8 | 35 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 27 | 0 | 0 | 0.87 | 0.16 | 60 | 0.78 | 0.47 |
| Hex | D5 | D5 | 1B | 0 | 0 | 57 | 10 | 3C | 4E | 2F |
| Octal | 325 | 325 | 33 | 0 | 0 | 127 | 20 | 74 | 116 | 57 |
| Binary | 11010101 | 11010101 | 11011 | 0 | 0 | 1010111 | 10000 | 111100 | 1001110 | 101111 |
Color Harmonies of #D5D51B
Complementary color
Monochromatic Colors of #D5D51B
Black with #D5D51B
Text Example
Text Example
White with #D5D51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D51B; }
p { color: rgb(213,213,27); }
H1.HeaderClassName
{
color: #D5D51B;
}
.AnyTagClassName
{
color: #D5D51B;
}
</style>
background-color css
<style>
a { background-color: #D5D51B; }
a { background-color: rgb(213,213,27); }
div.DivClassName
{
background-color: #D5D51B;
}
.BgClassName
{
background-color: #D5D51B;
}
</style>
border-color css
<style>
span { border-color: #D5D51B; }
span { border-color: rgb(213,213,27); }
td.TdClassName
{
border-color: #D5D51B;
}
.TagClassName
{
border-color: #D5D51B;
}
</style>