Shades of Barberry #D1C72B
Tints of Barberry #D1C72B
RGB
CMYK
RGB Variations
Color information
#D1C72B (or 0xD1C72B) is known color: Barberry. HEX triplet: D1, C7 and 2B. RGB value is (209,199,43). Sum of RGB (Red+Green+Blue) = 209+199+43=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 43 (17.19% from 255 or 9.53% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C72B is #2E38D4. Grayscale: #B8B8B8. Windows color (decimal): -3029205 or 2869201. OLE color: 2869201.
HSL color Cylindrical-coordinate representation of color #D1C72B: hue angle of 56.39º 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 #D1C72B is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 43 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.18 |
| HSL | 56.39º | 0.66% | 0.49% | - |
| HSV(B) | 56.39º | 0.79% | 0.82% | - |
| XYZ | 47.15 | 54.58 | 10.33 | - |
| YUV | 184.21 | 48.31 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 43 | 0 | 0.05 | 0.79 | 0.18 | 56.39 | 0.66 | 0.49 |
| Hex | D1 | C7 | 2B | 0 | 5 | 4F | 12 | 38 | 42 | 31 |
| Octal | 321 | 307 | 53 | 0 | 5 | 117 | 22 | 70 | 102 | 61 |
| Binary | 11010001 | 11000111 | 101011 | 0 | 101 | 1001111 | 10010 | 111000 | 1000010 | 110001 |
Color Harmonies of #D1C72B
Complementary color
Monochromatic Colors of #D1C72B
Black with #D1C72B
Text Example
Text Example
White with #D1C72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C72B; }
p { color: rgb(209,199,43); }
H1.HeaderClassName
{
color: #D1C72B;
}
.AnyTagClassName
{
color: #D1C72B;
}
</style>
background-color css
<style>
a { background-color: #D1C72B; }
a { background-color: rgb(209,199,43); }
div.DivClassName
{
background-color: #D1C72B;
}
.BgClassName
{
background-color: #D1C72B;
}
</style>
border-color css
<style>
span { border-color: #D1C72B; }
span { border-color: rgb(209,199,43); }
td.TdClassName
{
border-color: #D1C72B;
}
.TagClassName
{
border-color: #D1C72B;
}
</style>