Shades of Barberry #D7C02D
Tints of Barberry #D7C02D
RGB
CMYK
RGB Variations
Color information
#D7C02D (or 0xD7C02D) is known color: Barberry. HEX triplet: D7, C0 and 2D. RGB value is (215,192,45). Sum of RGB (Red+Green+Blue) = 215+192+45=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C02D is #283FD2. Grayscale: #B6B6B6. Windows color (decimal): -2637779 or 2998487. OLE color: 2998487.
HSL color Cylindrical-coordinate representation of color #D7C02D: hue angle of 51.88º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7C02D is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 45 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.16 |
| HSL | 51.88º | 0.68% | 0.51% | - |
| HSV(B) | 51.88º | 0.79% | 0.84% | - |
| XYZ | 47.35 | 52.34 | 10.09 | - |
| YUV | 182.12 | 50.62 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 45 | 0 | 0.11 | 0.79 | 0.16 | 51.88 | 0.68 | 0.51 |
| Hex | D7 | C0 | 2D | 0 | B | 4F | 10 | 34 | 44 | 33 |
| Octal | 327 | 300 | 55 | 0 | 13 | 117 | 20 | 64 | 104 | 63 |
| Binary | 11010111 | 11000000 | 101101 | 0 | 1011 | 1001111 | 10000 | 110100 | 1000100 | 110011 |
Color Harmonies of #D7C02D
Complementary color
Monochromatic Colors of #D7C02D
Black with #D7C02D
Text Example
Text Example
White with #D7C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C02D; }
p { color: rgb(215,192,45); }
H1.HeaderClassName
{
color: #D7C02D;
}
.AnyTagClassName
{
color: #D7C02D;
}
</style>
background-color css
<style>
a { background-color: #D7C02D; }
a { background-color: rgb(215,192,45); }
div.DivClassName
{
background-color: #D7C02D;
}
.BgClassName
{
background-color: #D7C02D;
}
</style>
border-color css
<style>
span { border-color: #D7C02D; }
span { border-color: rgb(215,192,45); }
td.TdClassName
{
border-color: #D7C02D;
}
.TagClassName
{
border-color: #D7C02D;
}
</style>