Shades of Barberry #DACF2B
Tints of Barberry #DACF2B
RGB
CMYK
RGB Variations
Color information
#DACF2B (or 0xDACF2B) is known color: Barberry. HEX triplet: DA, CF and 2B. RGB value is (218,207,43). Sum of RGB (Red+Green+Blue) = 218+207+43=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 43 (17.19% from 255 or 9.19% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACF2B is #2530D4. Grayscale: #C0C0C0. Windows color (decimal): -2437333 or 2871258. OLE color: 2871258.
HSL color Cylindrical-coordinate representation of color #DACF2B: hue angle of 56.23º 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 #DACF2B is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 43 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.15 |
| HSL | 56.23º | 0.7% | 0.51% | - |
| HSV(B) | 56.23º | 0.8% | 0.85% | - |
| XYZ | 51.66 | 59.71 | 11.09 | - |
| YUV | 191.59 | 44.14 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 43 | 0 | 0.05 | 0.80 | 0.15 | 56.23 | 0.7 | 0.51 |
| Hex | DA | CF | 2B | 0 | 5 | 50 | F | 38 | 46 | 33 |
| Octal | 332 | 317 | 53 | 0 | 5 | 120 | 17 | 70 | 106 | 63 |
| Binary | 11011010 | 11001111 | 101011 | 0 | 101 | 1010000 | 1111 | 111000 | 1000110 | 110011 |
Color Harmonies of #DACF2B
Complementary color
Monochromatic Colors of #DACF2B
Black with #DACF2B
Text Example
Text Example
White with #DACF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF2B; }
p { color: rgb(218,207,43); }
H1.HeaderClassName
{
color: #DACF2B;
}
.AnyTagClassName
{
color: #DACF2B;
}
</style>
background-color css
<style>
a { background-color: #DACF2B; }
a { background-color: rgb(218,207,43); }
div.DivClassName
{
background-color: #DACF2B;
}
.BgClassName
{
background-color: #DACF2B;
}
</style>
border-color css
<style>
span { border-color: #DACF2B; }
span { border-color: rgb(218,207,43); }
td.TdClassName
{
border-color: #DACF2B;
}
.TagClassName
{
border-color: #DACF2B;
}
</style>