Shades of Barberry #DACA2B
Tints of Barberry #DACA2B
RGB
CMYK
RGB Variations
Color information
#DACA2B (or 0xDACA2B) is known color: Barberry. HEX triplet: DA, CA and 2B. RGB value is (218,202,43). Sum of RGB (Red+Green+Blue) = 218+202+43=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA2B is #2535D4. Grayscale: #BDBDBD. Windows color (decimal): -2438613 or 2869978. OLE color: 2869978.
HSL color Cylindrical-coordinate representation of color #DACA2B: hue angle of 54.51º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DACA2B is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 43 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.15 |
| HSL | 54.51º | 0.7% | 0.51% | - |
| HSV(B) | 54.51º | 0.8% | 0.85% | - |
| XYZ | 50.47 | 57.32 | 10.69 | - |
| YUV | 188.66 | 45.8 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 43 | 0 | 0.07 | 0.80 | 0.15 | 54.51 | 0.7 | 0.51 |
| Hex | DA | CA | 2B | 0 | 7 | 50 | F | 37 | 46 | 33 |
| Octal | 332 | 312 | 53 | 0 | 7 | 120 | 17 | 67 | 106 | 63 |
| Binary | 11011010 | 11001010 | 101011 | 0 | 111 | 1010000 | 1111 | 110111 | 1000110 | 110011 |
Color Harmonies of #DACA2B
Complementary color
Monochromatic Colors of #DACA2B
Black with #DACA2B
Text Example
Text Example
White with #DACA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA2B; }
p { color: rgb(218,202,43); }
H1.HeaderClassName
{
color: #DACA2B;
}
.AnyTagClassName
{
color: #DACA2B;
}
</style>
background-color css
<style>
a { background-color: #DACA2B; }
a { background-color: rgb(218,202,43); }
div.DivClassName
{
background-color: #DACA2B;
}
.BgClassName
{
background-color: #DACA2B;
}
</style>
border-color css
<style>
span { border-color: #DACA2B; }
span { border-color: rgb(218,202,43); }
td.TdClassName
{
border-color: #DACA2B;
}
.TagClassName
{
border-color: #DACA2B;
}
</style>