Shades of Barberry #D5D621
Tints of Barberry #D5D621
RGB
CMYK
RGB Variations
Color information
#D5D621 (or 0xD5D621) is known color: Barberry. HEX triplet: D5, D6 and 21. RGB value is (213,214,33). Sum of RGB (Red+Green+Blue) = 213+214+33=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D621 is #2A29DE. Grayscale: #C1C1C1. Windows color (decimal): -2763231 or 2217685. OLE color: 2217685.
HSL color Cylindrical-coordinate representation of color #D5D621: hue angle of 60.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5D621 is Cyan = 0.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 33 | - |
| CMYK | 0.00 | 0 | 0.85 | 0.16 |
| HSL | 60.33º | 0.73% | 0.48% | - |
| HSV(B) | 60.33º | 0.85% | 0.84% | - |
| XYZ | 51.76 | 62.35 | 10.75 | - |
| YUV | 193.07 | 37.67 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 33 | 0.00 | 0 | 0.85 | 0.16 | 60.33 | 0.73 | 0.48 |
| Hex | D5 | D6 | 21 | 0 | 0 | 55 | 10 | 3C | 49 | 30 |
| Octal | 325 | 326 | 41 | 0 | 0 | 125 | 20 | 74 | 111 | 60 |
| Binary | 11010101 | 11010110 | 100001 | 0 | 0 | 1010101 | 10000 | 111100 | 1001001 | 110000 |
Color Harmonies of #D5D621
Complementary color
Monochromatic Colors of #D5D621
Black with #D5D621
Text Example
Text Example
White with #D5D621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D621; }
p { color: rgb(213,214,33); }
H1.HeaderClassName
{
color: #D5D621;
}
.AnyTagClassName
{
color: #D5D621;
}
</style>
background-color css
<style>
a { background-color: #D5D621; }
a { background-color: rgb(213,214,33); }
div.DivClassName
{
background-color: #D5D621;
}
.BgClassName
{
background-color: #D5D621;
}
</style>
border-color css
<style>
span { border-color: #D5D621; }
span { border-color: rgb(213,214,33); }
td.TdClassName
{
border-color: #D5D621;
}
.TagClassName
{
border-color: #D5D621;
}
</style>