Shades of Barberry #DACA26
Tints of Barberry #DACA26
RGB
CMYK
RGB Variations
Color information
#DACA26 (or 0xDACA26) is known color: Barberry. HEX triplet: DA, CA and 26. RGB value is (218,202,38). Sum of RGB (Red+Green+Blue) = 218+202+38=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 38 (15.23% from 255 or 8.30% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA26 is #2535D9. Grayscale: #BCBCBC. Windows color (decimal): -2438618 or 2542298. OLE color: 2542298.
HSL color Cylindrical-coordinate representation of color #DACA26: hue angle of 54.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DACA26 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 38 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.15 |
| HSL | 54.67º | 0.71% | 0.5% | - |
| HSV(B) | 54.67º | 0.83% | 0.85% | - |
| XYZ | 50.38 | 57.29 | 10.24 | - |
| YUV | 188.09 | 43.3 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 38 | 0 | 0.07 | 0.83 | 0.15 | 54.67 | 0.71 | 0.5 |
| Hex | DA | CA | 26 | 0 | 7 | 53 | F | 37 | 47 | 32 |
| Octal | 332 | 312 | 46 | 0 | 7 | 123 | 17 | 67 | 107 | 62 |
| Binary | 11011010 | 11001010 | 100110 | 0 | 111 | 1010011 | 1111 | 110111 | 1000111 | 110010 |
Color Harmonies of #DACA26
Complementary color
Monochromatic Colors of #DACA26
Black with #DACA26
Text Example
Text Example
White with #DACA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA26; }
p { color: rgb(218,202,38); }
H1.HeaderClassName
{
color: #DACA26;
}
.AnyTagClassName
{
color: #DACA26;
}
</style>
background-color css
<style>
a { background-color: #DACA26; }
a { background-color: rgb(218,202,38); }
div.DivClassName
{
background-color: #DACA26;
}
.BgClassName
{
background-color: #DACA26;
}
</style>
border-color css
<style>
span { border-color: #DACA26; }
span { border-color: rgb(218,202,38); }
td.TdClassName
{
border-color: #DACA26;
}
.TagClassName
{
border-color: #DACA26;
}
</style>