Shades of Barberry #D7C029
Tints of Barberry #D7C029
RGB
CMYK
RGB Variations
Color information
#D7C029 (or 0xD7C029) is known color: Barberry. HEX triplet: D7, C0 and 29. RGB value is (215,192,41). Sum of RGB (Red+Green+Blue) = 215+192+41=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C029 is #283FD6. Grayscale: #B6B6B6. Windows color (decimal): -2637783 or 2736343. OLE color: 2736343.
HSL color Cylindrical-coordinate representation of color #D7C029: hue angle of 52.07º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7C029 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 41 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.16 |
| HSL | 52.07º | 0.69% | 0.5% | - |
| HSV(B) | 52.07º | 0.81% | 0.84% | - |
| XYZ | 47.27 | 52.31 | 9.7 | - |
| YUV | 181.66 | 48.62 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 41 | 0 | 0.11 | 0.81 | 0.16 | 52.07 | 0.69 | 0.5 |
| Hex | D7 | C0 | 29 | 0 | B | 51 | 10 | 34 | 45 | 32 |
| Octal | 327 | 300 | 51 | 0 | 13 | 121 | 20 | 64 | 105 | 62 |
| Binary | 11010111 | 11000000 | 101001 | 0 | 1011 | 1010001 | 10000 | 110100 | 1000101 | 110010 |
Color Harmonies of #D7C029
Complementary color
Monochromatic Colors of #D7C029
Black with #D7C029
Text Example
Text Example
White with #D7C029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C029; }
p { color: rgb(215,192,41); }
H1.HeaderClassName
{
color: #D7C029;
}
.AnyTagClassName
{
color: #D7C029;
}
</style>
background-color css
<style>
a { background-color: #D7C029; }
a { background-color: rgb(215,192,41); }
div.DivClassName
{
background-color: #D7C029;
}
.BgClassName
{
background-color: #D7C029;
}
</style>
border-color css
<style>
span { border-color: #D7C029; }
span { border-color: rgb(215,192,41); }
td.TdClassName
{
border-color: #D7C029;
}
.TagClassName
{
border-color: #D7C029;
}
</style>