Shades of Barberry #D1C82B
Tints of Barberry #D1C82B
RGB
CMYK
RGB Variations
Color information
#D1C82B (or 0xD1C82B) is known color: Barberry. HEX triplet: D1, C8 and 2B. RGB value is (209,200,43). Sum of RGB (Red+Green+Blue) = 209+200+43=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 43 (17.19% from 255 or 9.51% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C82B is #2E37D4. Grayscale: #B9B9B9. Windows color (decimal): -3028949 or 2869457. OLE color: 2869457.
HSL color Cylindrical-coordinate representation of color #D1C82B: hue angle of 56.75º 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 #D1C82B is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 43 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.18 |
| HSL | 56.75º | 0.66% | 0.49% | - |
| HSV(B) | 56.75º | 0.79% | 0.82% | - |
| XYZ | 47.38 | 55.04 | 10.41 | - |
| YUV | 184.79 | 47.98 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 43 | 0 | 0.04 | 0.79 | 0.18 | 56.75 | 0.66 | 0.49 |
| Hex | D1 | C8 | 2B | 0 | 4 | 4F | 12 | 39 | 42 | 31 |
| Octal | 321 | 310 | 53 | 0 | 4 | 117 | 22 | 71 | 102 | 61 |
| Binary | 11010001 | 11001000 | 101011 | 0 | 100 | 1001111 | 10010 | 111001 | 1000010 | 110001 |
Color Harmonies of #D1C82B
Complementary color
Monochromatic Colors of #D1C82B
Black with #D1C82B
Text Example
Text Example
White with #D1C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C82B; }
p { color: rgb(209,200,43); }
H1.HeaderClassName
{
color: #D1C82B;
}
.AnyTagClassName
{
color: #D1C82B;
}
</style>
background-color css
<style>
a { background-color: #D1C82B; }
a { background-color: rgb(209,200,43); }
div.DivClassName
{
background-color: #D1C82B;
}
.BgClassName
{
background-color: #D1C82B;
}
</style>
border-color css
<style>
span { border-color: #D1C82B; }
span { border-color: rgb(209,200,43); }
td.TdClassName
{
border-color: #D1C82B;
}
.TagClassName
{
border-color: #D1C82B;
}
</style>