Shades of Barberry #D2C02E
Tints of Barberry #D2C02E
RGB
CMYK
RGB Variations
Color information
#D2C02E (or 0xD2C02E) is known color: Barberry. HEX triplet: D2, C0 and 2E. RGB value is (210,192,46). Sum of RGB (Red+Green+Blue) = 210+192+46=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C02E is #2D3FD1. Grayscale: #B5B5B5. Windows color (decimal): -2965458 or 3064018. OLE color: 3064018.
HSL color Cylindrical-coordinate representation of color #D2C02E: hue angle of 53.41º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2C02E is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 46 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.18 |
| HSL | 53.41º | 0.65% | 0.5% | - |
| HSV(B) | 53.41º | 0.78% | 0.82% | - |
| XYZ | 45.92 | 51.6 | 10.12 | - |
| YUV | 180.74 | 51.96 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 46 | 0 | 0.09 | 0.78 | 0.18 | 53.41 | 0.65 | 0.5 |
| Hex | D2 | C0 | 2E | 0 | 9 | 4E | 12 | 35 | 41 | 32 |
| Octal | 322 | 300 | 56 | 0 | 11 | 116 | 22 | 65 | 101 | 62 |
| Binary | 11010010 | 11000000 | 101110 | 0 | 1001 | 1001110 | 10010 | 110101 | 1000001 | 110010 |
Color Harmonies of #D2C02E
Complementary color
Monochromatic Colors of #D2C02E
Black with #D2C02E
Text Example
Text Example
White with #D2C02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C02E; }
p { color: rgb(210,192,46); }
H1.HeaderClassName
{
color: #D2C02E;
}
.AnyTagClassName
{
color: #D2C02E;
}
</style>
background-color css
<style>
a { background-color: #D2C02E; }
a { background-color: rgb(210,192,46); }
div.DivClassName
{
background-color: #D2C02E;
}
.BgClassName
{
background-color: #D2C02E;
}
</style>
border-color css
<style>
span { border-color: #D2C02E; }
span { border-color: rgb(210,192,46); }
td.TdClassName
{
border-color: #D2C02E;
}
.TagClassName
{
border-color: #D2C02E;
}
</style>