Shades of Barberry #D9C521
Tints of Barberry #D9C521
RGB
CMYK
RGB Variations
Color information
#D9C521 (or 0xD9C521) is known color: Barberry. HEX triplet: D9, C5 and 21. RGB value is (217,197,33). Sum of RGB (Red+Green+Blue) = 217+197+33=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C521 is #263ADE. Grayscale: #B8B8B8. Windows color (decimal): -2505439 or 2213337. OLE color: 2213337.
HSL color Cylindrical-coordinate representation of color #D9C521: hue angle of 53.48º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9C521 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 33 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.15 |
| HSL | 53.48º | 0.74% | 0.49% | - |
| HSV(B) | 53.48º | 0.85% | 0.85% | - |
| XYZ | 48.86 | 54.79 | 9.44 | - |
| YUV | 184.28 | 42.63 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 33 | 0 | 0.09 | 0.85 | 0.15 | 53.48 | 0.74 | 0.49 |
| Hex | D9 | C5 | 21 | 0 | 9 | 55 | F | 35 | 4A | 31 |
| Octal | 331 | 305 | 41 | 0 | 11 | 125 | 17 | 65 | 112 | 61 |
| Binary | 11011001 | 11000101 | 100001 | 0 | 1001 | 1010101 | 1111 | 110101 | 1001010 | 110001 |
Color Harmonies of #D9C521
Complementary color
Monochromatic Colors of #D9C521
Black with #D9C521
Text Example
Text Example
White with #D9C521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C521; }
p { color: rgb(217,197,33); }
H1.HeaderClassName
{
color: #D9C521;
}
.AnyTagClassName
{
color: #D9C521;
}
</style>
background-color css
<style>
a { background-color: #D9C521; }
a { background-color: rgb(217,197,33); }
div.DivClassName
{
background-color: #D9C521;
}
.BgClassName
{
background-color: #D9C521;
}
</style>
border-color css
<style>
span { border-color: #D9C521; }
span { border-color: rgb(217,197,33); }
td.TdClassName
{
border-color: #D9C521;
}
.TagClassName
{
border-color: #D9C521;
}
</style>