Shades of Barberry #DACB2C
Tints of Barberry #DACB2C
RGB
CMYK
RGB Variations
Color information
#DACB2C (or 0xDACB2C) is known color: Barberry. HEX triplet: DA, CB and 2C. RGB value is (218,203,44). Sum of RGB (Red+Green+Blue) = 218+203+44=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB2C is #2534D3. Grayscale: #BEBEBE. Windows color (decimal): -2438356 or 2935770. OLE color: 2935770.
HSL color Cylindrical-coordinate representation of color #DACB2C: hue angle of 54.83º 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 #DACB2C is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 44 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.15 |
| HSL | 54.83º | 0.7% | 0.51% | - |
| HSV(B) | 54.83º | 0.8% | 0.85% | - |
| XYZ | 50.72 | 57.8 | 10.87 | - |
| YUV | 189.36 | 45.97 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 44 | 0 | 0.07 | 0.80 | 0.15 | 54.83 | 0.7 | 0.51 |
| Hex | DA | CB | 2C | 0 | 7 | 50 | F | 37 | 46 | 33 |
| Octal | 332 | 313 | 54 | 0 | 7 | 120 | 17 | 67 | 106 | 63 |
| Binary | 11011010 | 11001011 | 101100 | 0 | 111 | 1010000 | 1111 | 110111 | 1000110 | 110011 |
Color Harmonies of #DACB2C
Complementary color
Monochromatic Colors of #DACB2C
Black with #DACB2C
Text Example
Text Example
White with #DACB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB2C; }
p { color: rgb(218,203,44); }
H1.HeaderClassName
{
color: #DACB2C;
}
.AnyTagClassName
{
color: #DACB2C;
}
</style>
background-color css
<style>
a { background-color: #DACB2C; }
a { background-color: rgb(218,203,44); }
div.DivClassName
{
background-color: #DACB2C;
}
.BgClassName
{
background-color: #DACB2C;
}
</style>
border-color css
<style>
span { border-color: #DACB2C; }
span { border-color: rgb(218,203,44); }
td.TdClassName
{
border-color: #DACB2C;
}
.TagClassName
{
border-color: #DACB2C;
}
</style>