Shades of Barberry #D2C82B
Tints of Barberry #D2C82B
RGB
CMYK
RGB Variations
Color information
#D2C82B (or 0xD2C82B) is known color: Barberry. HEX triplet: D2, C8 and 2B. RGB value is (210,200,43). Sum of RGB (Red+Green+Blue) = 210+200+43=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C82B is #2D37D4. Grayscale: #B9B9B9. Windows color (decimal): -2963413 or 2869458. OLE color: 2869458.
HSL color Cylindrical-coordinate representation of color #D2C82B: hue angle of 56.41º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2C82B is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 43 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.18 |
| HSL | 56.41º | 0.66% | 0.5% | - |
| HSV(B) | 56.41º | 0.8% | 0.82% | - |
| XYZ | 47.67 | 55.18 | 10.42 | - |
| YUV | 185.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 43 | 0 | 0.05 | 0.80 | 0.18 | 56.41 | 0.66 | 0.5 |
| Hex | D2 | C8 | 2B | 0 | 5 | 50 | 12 | 38 | 42 | 32 |
| Octal | 322 | 310 | 53 | 0 | 5 | 120 | 22 | 70 | 102 | 62 |
| Binary | 11010010 | 11001000 | 101011 | 0 | 101 | 1010000 | 10010 | 111000 | 1000010 | 110010 |
Color Harmonies of #D2C82B
Complementary color
Monochromatic Colors of #D2C82B
Black with #D2C82B
Text Example
Text Example
White with #D2C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C82B; }
p { color: rgb(210,200,43); }
H1.HeaderClassName
{
color: #D2C82B;
}
.AnyTagClassName
{
color: #D2C82B;
}
</style>
background-color css
<style>
a { background-color: #D2C82B; }
a { background-color: rgb(210,200,43); }
div.DivClassName
{
background-color: #D2C82B;
}
.BgClassName
{
background-color: #D2C82B;
}
</style>
border-color css
<style>
span { border-color: #D2C82B; }
span { border-color: rgb(210,200,43); }
td.TdClassName
{
border-color: #D2C82B;
}
.TagClassName
{
border-color: #D2C82B;
}
</style>