Shades of Barberry #DACB1C
Tints of Barberry #DACB1C
RGB
CMYK
RGB Variations
Color information
#DACB1C (or 0xDACB1C) is known color: Barberry. HEX triplet: DA, CB and 1C. RGB value is (218,203,28). Sum of RGB (Red+Green+Blue) = 218+203+28=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB1C is #2534E3. Grayscale: #BCBCBC. Windows color (decimal): -2438372 or 1887194. OLE color: 1887194.
HSL color Cylindrical-coordinate representation of color #DACB1C: hue angle of 55.26º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DACB1C is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 28 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.15 |
| HSL | 55.26º | 0.77% | 0.48% | - |
| HSV(B) | 55.26º | 0.87% | 0.85% | - |
| XYZ | 50.48 | 57.7 | 9.58 | - |
| YUV | 187.54 | 37.97 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 28 | 0 | 0.07 | 0.87 | 0.15 | 55.26 | 0.77 | 0.48 |
| Hex | DA | CB | 1C | 0 | 7 | 57 | F | 37 | 4D | 30 |
| Octal | 332 | 313 | 34 | 0 | 7 | 127 | 17 | 67 | 115 | 60 |
| Binary | 11011010 | 11001011 | 11100 | 0 | 111 | 1010111 | 1111 | 110111 | 1001101 | 110000 |
Color Harmonies of #DACB1C
Complementary color
Monochromatic Colors of #DACB1C
Black with #DACB1C
Text Example
Text Example
White with #DACB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB1C; }
p { color: rgb(218,203,28); }
H1.HeaderClassName
{
color: #DACB1C;
}
.AnyTagClassName
{
color: #DACB1C;
}
</style>
background-color css
<style>
a { background-color: #DACB1C; }
a { background-color: rgb(218,203,28); }
div.DivClassName
{
background-color: #DACB1C;
}
.BgClassName
{
background-color: #DACB1C;
}
</style>
border-color css
<style>
span { border-color: #DACB1C; }
span { border-color: rgb(218,203,28); }
td.TdClassName
{
border-color: #DACB1C;
}
.TagClassName
{
border-color: #DACB1C;
}
</style>