Shades of Barberry #D0C02B
Tints of Barberry #D0C02B
RGB
CMYK
RGB Variations
Color information
#D0C02B (or 0xD0C02B) is known color: Barberry. HEX triplet: D0, C0 and 2B. RGB value is (208,192,43). Sum of RGB (Red+Green+Blue) = 208+192+43=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 43 (17.19% from 255 or 9.71% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C02B is #2F3FD4. Grayscale: #B4B4B4. Windows color (decimal): -3096533 or 2867408. OLE color: 2867408.
HSL color Cylindrical-coordinate representation of color #D0C02B: hue angle of 54.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0C02B is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 43 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.18 |
| HSL | 54.18º | 0.66% | 0.49% | - |
| HSV(B) | 54.18º | 0.79% | 0.82% | - |
| XYZ | 45.3 | 51.28 | 9.8 | - |
| YUV | 179.8 | 50.8 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 43 | 0 | 0.08 | 0.79 | 0.18 | 54.18 | 0.66 | 0.49 |
| Hex | D0 | C0 | 2B | 0 | 8 | 4F | 12 | 36 | 42 | 31 |
| Octal | 320 | 300 | 53 | 0 | 10 | 117 | 22 | 66 | 102 | 61 |
| Binary | 11010000 | 11000000 | 101011 | 0 | 1000 | 1001111 | 10010 | 110110 | 1000010 | 110001 |
Color Harmonies of #D0C02B
Complementary color
Monochromatic Colors of #D0C02B
Black with #D0C02B
Text Example
Text Example
White with #D0C02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C02B; }
p { color: rgb(208,192,43); }
H1.HeaderClassName
{
color: #D0C02B;
}
.AnyTagClassName
{
color: #D0C02B;
}
</style>
background-color css
<style>
a { background-color: #D0C02B; }
a { background-color: rgb(208,192,43); }
div.DivClassName
{
background-color: #D0C02B;
}
.BgClassName
{
background-color: #D0C02B;
}
</style>
border-color css
<style>
span { border-color: #D0C02B; }
span { border-color: rgb(208,192,43); }
td.TdClassName
{
border-color: #D0C02B;
}
.TagClassName
{
border-color: #D0C02B;
}
</style>