Shades of Barberry #D5C921
Tints of Barberry #D5C921
RGB
CMYK
RGB Variations
Color information
#D5C921 (or 0xD5C921) is known color: Barberry. HEX triplet: D5, C9 and 21. RGB value is (213,201,33). Sum of RGB (Red+Green+Blue) = 213+201+33=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C921 is #2A36DE. Grayscale: #BABABA. Windows color (decimal): -2766559 or 2214357. OLE color: 2214357.
HSL color Cylindrical-coordinate representation of color #D5C921: hue angle of 56º 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 #D5C921 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 33 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.16 |
| HSL | 56º | 0.73% | 0.48% | - |
| HSV(B) | 56º | 0.85% | 0.84% | - |
| XYZ | 48.6 | 56.03 | 9.69 | - |
| YUV | 185.44 | 41.98 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 33 | 0 | 0.06 | 0.85 | 0.16 | 56 | 0.73 | 0.48 |
| Hex | D5 | C9 | 21 | 0 | 6 | 55 | 10 | 38 | 49 | 30 |
| Octal | 325 | 311 | 41 | 0 | 6 | 125 | 20 | 70 | 111 | 60 |
| Binary | 11010101 | 11001001 | 100001 | 0 | 110 | 1010101 | 10000 | 111000 | 1001001 | 110000 |
Color Harmonies of #D5C921
Complementary color
Monochromatic Colors of #D5C921
Black with #D5C921
Text Example
Text Example
White with #D5C921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C921; }
p { color: rgb(213,201,33); }
H1.HeaderClassName
{
color: #D5C921;
}
.AnyTagClassName
{
color: #D5C921;
}
</style>
background-color css
<style>
a { background-color: #D5C921; }
a { background-color: rgb(213,201,33); }
div.DivClassName
{
background-color: #D5C921;
}
.BgClassName
{
background-color: #D5C921;
}
</style>
border-color css
<style>
span { border-color: #D5C921; }
span { border-color: rgb(213,201,33); }
td.TdClassName
{
border-color: #D5C921;
}
.TagClassName
{
border-color: #D5C921;
}
</style>