Shades of Barberry #D1C826
Tints of Barberry #D1C826
RGB
CMYK
RGB Variations
Color information
#D1C826 (or 0xD1C826) is known color: Barberry. HEX triplet: D1, C8 and 26. RGB value is (209,200,38). Sum of RGB (Red+Green+Blue) = 209+200+38=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C826 is #2E37D9. Grayscale: #B8B8B8. Windows color (decimal): -3028954 or 2541777. OLE color: 2541777.
HSL color Cylindrical-coordinate representation of color #D1C826: hue angle of 56.84º 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 #D1C826 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 38 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.18 |
| HSL | 56.84º | 0.69% | 0.48% | - |
| HSV(B) | 56.84º | 0.82% | 0.82% | - |
| XYZ | 47.3 | 55 | 9.96 | - |
| YUV | 184.22 | 45.48 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 38 | 0 | 0.04 | 0.82 | 0.18 | 56.84 | 0.69 | 0.48 |
| Hex | D1 | C8 | 26 | 0 | 4 | 52 | 12 | 39 | 45 | 30 |
| Octal | 321 | 310 | 46 | 0 | 4 | 122 | 22 | 71 | 105 | 60 |
| Binary | 11010001 | 11001000 | 100110 | 0 | 100 | 1010010 | 10010 | 111001 | 1000101 | 110000 |
Color Harmonies of #D1C826
Complementary color
Monochromatic Colors of #D1C826
Black with #D1C826
Text Example
Text Example
White with #D1C826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C826; }
p { color: rgb(209,200,38); }
H1.HeaderClassName
{
color: #D1C826;
}
.AnyTagClassName
{
color: #D1C826;
}
</style>
background-color css
<style>
a { background-color: #D1C826; }
a { background-color: rgb(209,200,38); }
div.DivClassName
{
background-color: #D1C826;
}
.BgClassName
{
background-color: #D1C826;
}
</style>
border-color css
<style>
span { border-color: #D1C826; }
span { border-color: rgb(209,200,38); }
td.TdClassName
{
border-color: #D1C826;
}
.TagClassName
{
border-color: #D1C826;
}
</style>