Shades of Barberry #DACA28
Tints of Barberry #DACA28
RGB
CMYK
RGB Variations
Color information
#DACA28 (or 0xDACA28) is known color: Barberry. HEX triplet: DA, CA and 28. RGB value is (218,202,40). Sum of RGB (Red+Green+Blue) = 218+202+40=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA28 is #2535D7. Grayscale: #BCBCBC. Windows color (decimal): -2438616 or 2673370. OLE color: 2673370.
HSL color Cylindrical-coordinate representation of color #DACA28: hue angle of 54.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DACA28 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 40 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.15 |
| HSL | 54.61º | 0.71% | 0.51% | - |
| HSV(B) | 54.61º | 0.82% | 0.85% | - |
| XYZ | 50.42 | 57.3 | 10.41 | - |
| YUV | 188.32 | 44.3 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 40 | 0 | 0.07 | 0.82 | 0.15 | 54.61 | 0.71 | 0.51 |
| Hex | DA | CA | 28 | 0 | 7 | 52 | F | 37 | 47 | 33 |
| Octal | 332 | 312 | 50 | 0 | 7 | 122 | 17 | 67 | 107 | 63 |
| Binary | 11011010 | 11001010 | 101000 | 0 | 111 | 1010010 | 1111 | 110111 | 1000111 | 110011 |
Color Harmonies of #DACA28
Complementary color
Monochromatic Colors of #DACA28
Black with #DACA28
Text Example
Text Example
White with #DACA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA28; }
p { color: rgb(218,202,40); }
H1.HeaderClassName
{
color: #DACA28;
}
.AnyTagClassName
{
color: #DACA28;
}
</style>
background-color css
<style>
a { background-color: #DACA28; }
a { background-color: rgb(218,202,40); }
div.DivClassName
{
background-color: #DACA28;
}
.BgClassName
{
background-color: #DACA28;
}
</style>
border-color css
<style>
span { border-color: #DACA28; }
span { border-color: rgb(218,202,40); }
td.TdClassName
{
border-color: #DACA28;
}
.TagClassName
{
border-color: #DACA28;
}
</style>