Shades of Barberry #DAC32A
Tints of Barberry #DAC32A
RGB
CMYK
RGB Variations
Color information
#DAC32A (or 0xDAC32A) is known color: Barberry. HEX triplet: DA, C3 and 2A. RGB value is (218,195,42). Sum of RGB (Red+Green+Blue) = 218+195+42=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC32A is #253CD5. Grayscale: #B9B9B9. Windows color (decimal): -2440406 or 2802650. OLE color: 2802650.
HSL color Cylindrical-coordinate representation of color #DAC32A: hue angle of 52.16º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAC32A is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 42 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.15 |
| HSL | 52.16º | 0.7% | 0.51% | - |
| HSV(B) | 52.16º | 0.81% | 0.85% | - |
| XYZ | 48.85 | 54.1 | 10.06 | - |
| YUV | 184.44 | 47.62 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 42 | 0 | 0.11 | 0.81 | 0.15 | 52.16 | 0.7 | 0.51 |
| Hex | DA | C3 | 2A | 0 | B | 51 | F | 34 | 46 | 33 |
| Octal | 332 | 303 | 52 | 0 | 13 | 121 | 17 | 64 | 106 | 63 |
| Binary | 11011010 | 11000011 | 101010 | 0 | 1011 | 1010001 | 1111 | 110100 | 1000110 | 110011 |
Color Harmonies of #DAC32A
Complementary color
Monochromatic Colors of #DAC32A
Black with #DAC32A
Text Example
Text Example
White with #DAC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC32A; }
p { color: rgb(218,195,42); }
H1.HeaderClassName
{
color: #DAC32A;
}
.AnyTagClassName
{
color: #DAC32A;
}
</style>
background-color css
<style>
a { background-color: #DAC32A; }
a { background-color: rgb(218,195,42); }
div.DivClassName
{
background-color: #DAC32A;
}
.BgClassName
{
background-color: #DAC32A;
}
</style>
border-color css
<style>
span { border-color: #DAC32A; }
span { border-color: rgb(218,195,42); }
td.TdClassName
{
border-color: #DAC32A;
}
.TagClassName
{
border-color: #DAC32A;
}
</style>