Shades of Barberry #DACE14
Tints of Barberry #DACE14
RGB
CMYK
RGB Variations
Color information
#DACE14 (or 0xDACE14) is known color: Barberry. HEX triplet: DA, CE and 14. RGB value is (218,206,20). Sum of RGB (Red+Green+Blue) = 218+206+20=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACE14 is #2531EB. Grayscale: #BDBDBD. Windows color (decimal): -2437612 or 1363674. OLE color: 1363674.
HSL color Cylindrical-coordinate representation of color #DACE14: hue angle of 56.36º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DACE14 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 20 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.15 |
| HSL | 56.36º | 0.83% | 0.47% | - |
| HSV(B) | 56.36º | 0.91% | 0.85% | - |
| XYZ | 51.11 | 59.1 | 9.38 | - |
| YUV | 188.38 | 32.98 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 20 | 0 | 0.06 | 0.91 | 0.15 | 56.36 | 0.83 | 0.47 |
| Hex | DA | CE | 14 | 0 | 6 | 5B | F | 38 | 53 | 2F |
| Octal | 332 | 316 | 24 | 0 | 6 | 133 | 17 | 70 | 123 | 57 |
| Binary | 11011010 | 11001110 | 10100 | 0 | 110 | 1011011 | 1111 | 111000 | 1010011 | 101111 |
Color Harmonies of #DACE14
Complementary color
Monochromatic Colors of #DACE14
Black with #DACE14
Text Example
Text Example
White with #DACE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE14; }
p { color: rgb(218,206,20); }
H1.HeaderClassName
{
color: #DACE14;
}
.AnyTagClassName
{
color: #DACE14;
}
</style>
background-color css
<style>
a { background-color: #DACE14; }
a { background-color: rgb(218,206,20); }
div.DivClassName
{
background-color: #DACE14;
}
.BgClassName
{
background-color: #DACE14;
}
</style>
border-color css
<style>
span { border-color: #DACE14; }
span { border-color: rgb(218,206,20); }
td.TdClassName
{
border-color: #DACE14;
}
.TagClassName
{
border-color: #DACE14;
}
</style>