Shades of Barberry #D5D61F
Tints of Barberry #D5D61F
RGB
CMYK
RGB Variations
Color information
#D5D61F (or 0xD5D61F) is known color: Barberry. HEX triplet: D5, D6 and 1F. RGB value is (213,214,31). Sum of RGB (Red+Green+Blue) = 213+214+31=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 31 (12.5% from 255 or 6.77% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D61F is #2A29E0. Grayscale: #C1C1C1. Windows color (decimal): -2763233 or 2086613. OLE color: 2086613.
HSL color Cylindrical-coordinate representation of color #D5D61F: hue angle of 60.33º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5D61F is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 31 | - |
| CMYK | 0.00 | 0 | 0.86 | 0.16 |
| HSL | 60.33º | 0.75% | 0.48% | - |
| HSV(B) | 60.33º | 0.86% | 0.84% | - |
| XYZ | 51.73 | 62.34 | 10.6 | - |
| YUV | 192.84 | 36.67 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 31 | 0.00 | 0 | 0.86 | 0.16 | 60.33 | 0.75 | 0.48 |
| Hex | D5 | D6 | 1F | 0 | 0 | 56 | 10 | 3C | 4B | 30 |
| Octal | 325 | 326 | 37 | 0 | 0 | 126 | 20 | 74 | 113 | 60 |
| Binary | 11010101 | 11010110 | 11111 | 0 | 0 | 1010110 | 10000 | 111100 | 1001011 | 110000 |
Color Harmonies of #D5D61F
Complementary color
Monochromatic Colors of #D5D61F
Black with #D5D61F
Text Example
Text Example
White with #D5D61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D61F; }
p { color: rgb(213,214,31); }
H1.HeaderClassName
{
color: #D5D61F;
}
.AnyTagClassName
{
color: #D5D61F;
}
</style>
background-color css
<style>
a { background-color: #D5D61F; }
a { background-color: rgb(213,214,31); }
div.DivClassName
{
background-color: #D5D61F;
}
.BgClassName
{
background-color: #D5D61F;
}
</style>
border-color css
<style>
span { border-color: #D5D61F; }
span { border-color: rgb(213,214,31); }
td.TdClassName
{
border-color: #D5D61F;
}
.TagClassName
{
border-color: #D5D61F;
}
</style>