Shades of Barberry #DACE1E
Tints of Barberry #DACE1E
RGB
CMYK
RGB Variations
Color information
#DACE1E (or 0xDACE1E) is known color: Barberry. HEX triplet: DA, CE and 1E. RGB value is (218,206,30). Sum of RGB (Red+Green+Blue) = 218+206+30=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 30 (12.11% from 255 or 6.61% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE1E is #2531E1. Grayscale: #BEBEBE. Windows color (decimal): -2437602 or 2019034. OLE color: 2019034.
HSL color Cylindrical-coordinate representation of color #DACE1E: hue angle of 56.17º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DACE1E is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 30 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.15 |
| HSL | 56.17º | 0.76% | 0.49% | - |
| HSV(B) | 56.17º | 0.86% | 0.85% | - |
| XYZ | 51.22 | 59.14 | 9.94 | - |
| YUV | 189.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 30 | 0 | 0.06 | 0.86 | 0.15 | 56.17 | 0.76 | 0.49 |
| Hex | DA | CE | 1E | 0 | 6 | 56 | F | 38 | 4C | 31 |
| Octal | 332 | 316 | 36 | 0 | 6 | 126 | 17 | 70 | 114 | 61 |
| Binary | 11011010 | 11001110 | 11110 | 0 | 110 | 1010110 | 1111 | 111000 | 1001100 | 110001 |
Color Harmonies of #DACE1E
Complementary color
Monochromatic Colors of #DACE1E
Black with #DACE1E
Text Example
Text Example
White with #DACE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE1E; }
p { color: rgb(218,206,30); }
H1.HeaderClassName
{
color: #DACE1E;
}
.AnyTagClassName
{
color: #DACE1E;
}
</style>
background-color css
<style>
a { background-color: #DACE1E; }
a { background-color: rgb(218,206,30); }
div.DivClassName
{
background-color: #DACE1E;
}
.BgClassName
{
background-color: #DACE1E;
}
</style>
border-color css
<style>
span { border-color: #DACE1E; }
span { border-color: rgb(218,206,30); }
td.TdClassName
{
border-color: #DACE1E;
}
.TagClassName
{
border-color: #DACE1E;
}
</style>