Shades of Barberry #D1C42B
Tints of Barberry #D1C42B
RGB
CMYK
RGB Variations
Color information
#D1C42B (or 0xD1C42B) is known color: Barberry. HEX triplet: D1, C4 and 2B. RGB value is (209,196,43). Sum of RGB (Red+Green+Blue) = 209+196+43=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C42B is #2E3BD4. Grayscale: #B7B7B7. Windows color (decimal): -3029973 or 2868433. OLE color: 2868433.
HSL color Cylindrical-coordinate representation of color #D1C42B: hue angle of 55.3º 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 #D1C42B is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 196 | 43 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.18 |
| HSL | 55.3º | 0.66% | 0.49% | - |
| HSV(B) | 55.3º | 0.79% | 0.82% | - |
| XYZ | 46.47 | 53.21 | 10.11 | - |
| YUV | 182.45 | 49.31 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 43 | 0 | 0.06 | 0.79 | 0.18 | 55.3 | 0.66 | 0.49 |
| Hex | D1 | C4 | 2B | 0 | 6 | 4F | 12 | 37 | 42 | 31 |
| Octal | 321 | 304 | 53 | 0 | 6 | 117 | 22 | 67 | 102 | 61 |
| Binary | 11010001 | 11000100 | 101011 | 0 | 110 | 1001111 | 10010 | 110111 | 1000010 | 110001 |
Color Harmonies of #D1C42B
Complementary color
Monochromatic Colors of #D1C42B
Black with #D1C42B
Text Example
Text Example
White with #D1C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C42B; }
p { color: rgb(209,196,43); }
H1.HeaderClassName
{
color: #D1C42B;
}
.AnyTagClassName
{
color: #D1C42B;
}
</style>
background-color css
<style>
a { background-color: #D1C42B; }
a { background-color: rgb(209,196,43); }
div.DivClassName
{
background-color: #D1C42B;
}
.BgClassName
{
background-color: #D1C42B;
}
</style>
border-color css
<style>
span { border-color: #D1C42B; }
span { border-color: rgb(209,196,43); }
td.TdClassName
{
border-color: #D1C42B;
}
.TagClassName
{
border-color: #D1C42B;
}
</style>