Shades of Barberry #D0C02E
Tints of Barberry #D0C02E
RGB
CMYK
RGB Variations
Color information
#D0C02E (or 0xD0C02E) is known color: Barberry. HEX triplet: D0, C0 and 2E. RGB value is (208,192,46). Sum of RGB (Red+Green+Blue) = 208+192+46=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C02E is #2F3FD1. Grayscale: #B4B4B4. Windows color (decimal): -3096530 or 3064016. OLE color: 3064016.
HSL color Cylindrical-coordinate representation of color #D0C02E: hue angle of 54.07º degrees, saturation: 0.64, 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 #D0C02E is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 46 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.18 |
| HSL | 54.07º | 0.64% | 0.5% | - |
| HSV(B) | 54.07º | 0.78% | 0.82% | - |
| XYZ | 45.36 | 51.31 | 10.1 | - |
| YUV | 180.14 | 52.3 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 46 | 0 | 0.08 | 0.78 | 0.18 | 54.07 | 0.64 | 0.5 |
| Hex | D0 | C0 | 2E | 0 | 8 | 4E | 12 | 36 | 40 | 32 |
| Octal | 320 | 300 | 56 | 0 | 10 | 116 | 22 | 66 | 100 | 62 |
| Binary | 11010000 | 11000000 | 101110 | 0 | 1000 | 1001110 | 10010 | 110110 | 1000000 | 110010 |
Color Harmonies of #D0C02E
Complementary color
Monochromatic Colors of #D0C02E
Black with #D0C02E
Text Example
Text Example
White with #D0C02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C02E; }
p { color: rgb(208,192,46); }
H1.HeaderClassName
{
color: #D0C02E;
}
.AnyTagClassName
{
color: #D0C02E;
}
</style>
background-color css
<style>
a { background-color: #D0C02E; }
a { background-color: rgb(208,192,46); }
div.DivClassName
{
background-color: #D0C02E;
}
.BgClassName
{
background-color: #D0C02E;
}
</style>
border-color css
<style>
span { border-color: #D0C02E; }
span { border-color: rgb(208,192,46); }
td.TdClassName
{
border-color: #D0C02E;
}
.TagClassName
{
border-color: #D0C02E;
}
</style>