Shades of Barberry #DACB17
Tints of Barberry #DACB17
RGB
CMYK
RGB Variations
Color information
#DACB17 (or 0xDACB17) is known color: Barberry. HEX triplet: DA, CB and 17. RGB value is (218,203,23). Sum of RGB (Red+Green+Blue) = 218+203+23=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 23 (9.38% from 255 or 5.18% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACB17 is #2534E8. Grayscale: #BBBBBB. Windows color (decimal): -2438377 or 1559514. OLE color: 1559514.
HSL color Cylindrical-coordinate representation of color #DACB17: hue angle of 55.38º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DACB17 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 23 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.15 |
| HSL | 55.38º | 0.81% | 0.47% | - |
| HSV(B) | 55.38º | 0.89% | 0.85% | - |
| XYZ | 50.42 | 57.68 | 9.29 | - |
| YUV | 186.97 | 35.47 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 23 | 0 | 0.07 | 0.89 | 0.15 | 55.38 | 0.81 | 0.47 |
| Hex | DA | CB | 17 | 0 | 7 | 59 | F | 37 | 51 | 2F |
| Octal | 332 | 313 | 27 | 0 | 7 | 131 | 17 | 67 | 121 | 57 |
| Binary | 11011010 | 11001011 | 10111 | 0 | 111 | 1011001 | 1111 | 110111 | 1010001 | 101111 |
Color Harmonies of #DACB17
Complementary color
Monochromatic Colors of #DACB17
Black with #DACB17
Text Example
Text Example
White with #DACB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB17; }
p { color: rgb(218,203,23); }
H1.HeaderClassName
{
color: #DACB17;
}
.AnyTagClassName
{
color: #DACB17;
}
</style>
background-color css
<style>
a { background-color: #DACB17; }
a { background-color: rgb(218,203,23); }
div.DivClassName
{
background-color: #DACB17;
}
.BgClassName
{
background-color: #DACB17;
}
</style>
border-color css
<style>
span { border-color: #DACB17; }
span { border-color: rgb(218,203,23); }
td.TdClassName
{
border-color: #DACB17;
}
.TagClassName
{
border-color: #DACB17;
}
</style>