Shades of Barberry #DACA20
Tints of Barberry #DACA20
RGB
CMYK
RGB Variations
Color information
#DACA20 (or 0xDACA20) is known color: Barberry. HEX triplet: DA, CA and 20. RGB value is (218,202,32). Sum of RGB (Red+Green+Blue) = 218+202+32=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA20 is #2535DF. Grayscale: #BCBCBC. Windows color (decimal): -2438624 or 2149082. OLE color: 2149082.
HSL color Cylindrical-coordinate representation of color #DACA20: hue angle of 54.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DACA20 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 32 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.15 |
| HSL | 54.84º | 0.74% | 0.49% | - |
| HSV(B) | 54.84º | 0.85% | 0.85% | - |
| XYZ | 50.29 | 57.25 | 9.77 | - |
| YUV | 187.4 | 40.3 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 32 | 0 | 0.07 | 0.85 | 0.15 | 54.84 | 0.74 | 0.49 |
| Hex | DA | CA | 20 | 0 | 7 | 55 | F | 37 | 4A | 31 |
| Octal | 332 | 312 | 40 | 0 | 7 | 125 | 17 | 67 | 112 | 61 |
| Binary | 11011010 | 11001010 | 100000 | 0 | 111 | 1010101 | 1111 | 110111 | 1001010 | 110001 |
Color Harmonies of #DACA20
Complementary color
Monochromatic Colors of #DACA20
Black with #DACA20
Text Example
Text Example
White with #DACA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA20; }
p { color: rgb(218,202,32); }
H1.HeaderClassName
{
color: #DACA20;
}
.AnyTagClassName
{
color: #DACA20;
}
</style>
background-color css
<style>
a { background-color: #DACA20; }
a { background-color: rgb(218,202,32); }
div.DivClassName
{
background-color: #DACA20;
}
.BgClassName
{
background-color: #DACA20;
}
</style>
border-color css
<style>
span { border-color: #DACA20; }
span { border-color: rgb(218,202,32); }
td.TdClassName
{
border-color: #DACA20;
}
.TagClassName
{
border-color: #DACA20;
}
</style>