Shades of Barberry #D1C926
Tints of Barberry #D1C926
RGB
CMYK
RGB Variations
Color information
#D1C926 (or 0xD1C926) is known color: Barberry. HEX triplet: D1, C9 and 26. RGB value is (209,201,38). Sum of RGB (Red+Green+Blue) = 209+201+38=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 38 (15.23% from 255 or 8.48% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C926 is #2E36D9. Grayscale: #B9B9B9. Windows color (decimal): -3028698 or 2542033. OLE color: 2542033.
HSL color Cylindrical-coordinate representation of color #D1C926: hue angle of 57.19º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1C926 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 38 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.18 |
| HSL | 57.19º | 0.69% | 0.48% | - |
| HSV(B) | 57.19º | 0.82% | 0.82% | - |
| XYZ | 47.53 | 55.47 | 10.04 | - |
| YUV | 184.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 38 | 0 | 0.04 | 0.82 | 0.18 | 57.19 | 0.69 | 0.48 |
| Hex | D1 | C9 | 26 | 0 | 4 | 52 | 12 | 39 | 45 | 30 |
| Octal | 321 | 311 | 46 | 0 | 4 | 122 | 22 | 71 | 105 | 60 |
| Binary | 11010001 | 11001001 | 100110 | 0 | 100 | 1010010 | 10010 | 111001 | 1000101 | 110000 |
Color Harmonies of #D1C926
Complementary color
Monochromatic Colors of #D1C926
Black with #D1C926
Text Example
Text Example
White with #D1C926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C926; }
p { color: rgb(209,201,38); }
H1.HeaderClassName
{
color: #D1C926;
}
.AnyTagClassName
{
color: #D1C926;
}
</style>
background-color css
<style>
a { background-color: #D1C926; }
a { background-color: rgb(209,201,38); }
div.DivClassName
{
background-color: #D1C926;
}
.BgClassName
{
background-color: #D1C926;
}
</style>
border-color css
<style>
span { border-color: #D1C926; }
span { border-color: rgb(209,201,38); }
td.TdClassName
{
border-color: #D1C926;
}
.TagClassName
{
border-color: #D1C926;
}
</style>