Shades of Barberry #D1C921
Tints of Barberry #D1C921
RGB
CMYK
RGB Variations
Color information
#D1C921 (or 0xD1C921) is known color: Barberry. HEX triplet: D1, C9 and 21. RGB value is (209,201,33). Sum of RGB (Red+Green+Blue) = 209+201+33=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C921 is #2E36DE. Grayscale: #B8B8B8. Windows color (decimal): -3028703 or 2214353. OLE color: 2214353.
HSL color Cylindrical-coordinate representation of color #D1C921: hue angle of 57.27º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1C921 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 33 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.18 |
| HSL | 57.27º | 0.73% | 0.47% | - |
| HSV(B) | 57.27º | 0.84% | 0.82% | - |
| XYZ | 47.46 | 55.44 | 9.64 | - |
| YUV | 184.24 | 42.65 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 33 | 0 | 0.04 | 0.84 | 0.18 | 57.27 | 0.73 | 0.47 |
| Hex | D1 | C9 | 21 | 0 | 4 | 54 | 12 | 39 | 49 | 2F |
| Octal | 321 | 311 | 41 | 0 | 4 | 124 | 22 | 71 | 111 | 57 |
| Binary | 11010001 | 11001001 | 100001 | 0 | 100 | 1010100 | 10010 | 111001 | 1001001 | 101111 |
Color Harmonies of #D1C921
Complementary color
Monochromatic Colors of #D1C921
Black with #D1C921
Text Example
Text Example
White with #D1C921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C921; }
p { color: rgb(209,201,33); }
H1.HeaderClassName
{
color: #D1C921;
}
.AnyTagClassName
{
color: #D1C921;
}
</style>
background-color css
<style>
a { background-color: #D1C921; }
a { background-color: rgb(209,201,33); }
div.DivClassName
{
background-color: #D1C921;
}
.BgClassName
{
background-color: #D1C921;
}
</style>
border-color css
<style>
span { border-color: #D1C921; }
span { border-color: rgb(209,201,33); }
td.TdClassName
{
border-color: #D1C921;
}
.TagClassName
{
border-color: #D1C921;
}
</style>