Shades of Barberry #D1C421
Tints of Barberry #D1C421
RGB
CMYK
RGB Variations
Color information
#D1C421 (or 0xD1C421) is known color: Barberry. HEX triplet: D1, C4 and 21. RGB value is (209,196,33). Sum of RGB (Red+Green+Blue) = 209+196+33=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C421 is #2E3BDE. Grayscale: #B5B5B5. Windows color (decimal): -3029983 or 2213073. OLE color: 2213073.
HSL color Cylindrical-coordinate representation of color #D1C421: hue angle of 55.57º 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 #D1C421 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 196 | 33 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.18 |
| HSL | 55.57º | 0.73% | 0.47% | - |
| HSV(B) | 55.57º | 0.84% | 0.82% | - |
| XYZ | 46.31 | 53.14 | 9.26 | - |
| YUV | 181.31 | 44.31 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 33 | 0 | 0.06 | 0.84 | 0.18 | 55.57 | 0.73 | 0.47 |
| Hex | D1 | C4 | 21 | 0 | 6 | 54 | 12 | 38 | 49 | 2F |
| Octal | 321 | 304 | 41 | 0 | 6 | 124 | 22 | 70 | 111 | 57 |
| Binary | 11010001 | 11000100 | 100001 | 0 | 110 | 1010100 | 10010 | 111000 | 1001001 | 101111 |
Color Harmonies of #D1C421
Complementary color
Monochromatic Colors of #D1C421
Black with #D1C421
Text Example
Text Example
White with #D1C421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C421; }
p { color: rgb(209,196,33); }
H1.HeaderClassName
{
color: #D1C421;
}
.AnyTagClassName
{
color: #D1C421;
}
</style>
background-color css
<style>
a { background-color: #D1C421; }
a { background-color: rgb(209,196,33); }
div.DivClassName
{
background-color: #D1C421;
}
.BgClassName
{
background-color: #D1C421;
}
</style>
border-color css
<style>
span { border-color: #D1C421; }
span { border-color: rgb(209,196,33); }
td.TdClassName
{
border-color: #D1C421;
}
.TagClassName
{
border-color: #D1C421;
}
</style>