Shades of Barberry #D6CA2A
Tints of Barberry #D6CA2A
RGB
CMYK
RGB Variations
Color information
#D6CA2A (or 0xD6CA2A) is known color: Barberry. HEX triplet: D6, CA and 2A. RGB value is (214,202,42). Sum of RGB (Red+Green+Blue) = 214+202+42=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA2A is #2935D5. Grayscale: #BCBCBC. Windows color (decimal): -2700758 or 2804438. OLE color: 2804438.
HSL color Cylindrical-coordinate representation of color #D6CA2A: hue angle of 55.81º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6CA2A is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 42 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.16 |
| HSL | 55.81º | 0.68% | 0.5% | - |
| HSV(B) | 55.81º | 0.8% | 0.84% | - |
| XYZ | 49.27 | 56.7 | 10.54 | - |
| YUV | 187.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 42 | 0 | 0.06 | 0.80 | 0.16 | 55.81 | 0.68 | 0.5 |
| Hex | D6 | CA | 2A | 0 | 6 | 50 | 10 | 38 | 44 | 32 |
| Octal | 326 | 312 | 52 | 0 | 6 | 120 | 20 | 70 | 104 | 62 |
| Binary | 11010110 | 11001010 | 101010 | 0 | 110 | 1010000 | 10000 | 111000 | 1000100 | 110010 |
Color Harmonies of #D6CA2A
Complementary color
Monochromatic Colors of #D6CA2A
Black with #D6CA2A
Text Example
Text Example
White with #D6CA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA2A; }
p { color: rgb(214,202,42); }
H1.HeaderClassName
{
color: #D6CA2A;
}
.AnyTagClassName
{
color: #D6CA2A;
}
</style>
background-color css
<style>
a { background-color: #D6CA2A; }
a { background-color: rgb(214,202,42); }
div.DivClassName
{
background-color: #D6CA2A;
}
.BgClassName
{
background-color: #D6CA2A;
}
</style>
border-color css
<style>
span { border-color: #D6CA2A; }
span { border-color: rgb(214,202,42); }
td.TdClassName
{
border-color: #D6CA2A;
}
.TagClassName
{
border-color: #D6CA2A;
}
</style>