Shades of Barberry #D2C126
Tints of Barberry #D2C126
RGB
CMYK
RGB Variations
Color information
#D2C126 (or 0xD2C126) is known color: Barberry. HEX triplet: D2, C1 and 26. RGB value is (210,193,38). Sum of RGB (Red+Green+Blue) = 210+193+38=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C126 is #2D3ED9. Grayscale: #B5B5B5. Windows color (decimal): -2965210 or 2539986. OLE color: 2539986.
HSL color Cylindrical-coordinate representation of color #D2C126: hue angle of 54.07º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2C126 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 38 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.18 |
| HSL | 54.07º | 0.69% | 0.49% | - |
| HSV(B) | 54.07º | 0.82% | 0.82% | - |
| XYZ | 46 | 51.98 | 9.44 | - |
| YUV | 180.41 | 47.63 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 38 | 0 | 0.08 | 0.82 | 0.18 | 54.07 | 0.69 | 0.49 |
| Hex | D2 | C1 | 26 | 0 | 8 | 52 | 12 | 36 | 45 | 31 |
| Octal | 322 | 301 | 46 | 0 | 10 | 122 | 22 | 66 | 105 | 61 |
| Binary | 11010010 | 11000001 | 100110 | 0 | 1000 | 1010010 | 10010 | 110110 | 1000101 | 110001 |
Color Harmonies of #D2C126
Complementary color
Monochromatic Colors of #D2C126
Black with #D2C126
Text Example
Text Example
White with #D2C126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C126; }
p { color: rgb(210,193,38); }
H1.HeaderClassName
{
color: #D2C126;
}
.AnyTagClassName
{
color: #D2C126;
}
</style>
background-color css
<style>
a { background-color: #D2C126; }
a { background-color: rgb(210,193,38); }
div.DivClassName
{
background-color: #D2C126;
}
.BgClassName
{
background-color: #D2C126;
}
</style>
border-color css
<style>
span { border-color: #D2C126; }
span { border-color: rgb(210,193,38); }
td.TdClassName
{
border-color: #D2C126;
}
.TagClassName
{
border-color: #D2C126;
}
</style>