Shades of Barberry #DACA1D
Tints of Barberry #DACA1D
RGB
CMYK
RGB Variations
Color information
#DACA1D (or 0xDACA1D) is known color: Barberry. HEX triplet: DA, CA and 1D. RGB value is (218,202,29). Sum of RGB (Red+Green+Blue) = 218+202+29=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA1D is #2535E2. Grayscale: #BBBBBB. Windows color (decimal): -2438627 or 1952474. OLE color: 1952474.
HSL color Cylindrical-coordinate representation of color #DACA1D: hue angle of 54.92º 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 #DACA1D is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 29 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.15 |
| HSL | 54.92º | 0.77% | 0.48% | - |
| HSV(B) | 54.92º | 0.87% | 0.85% | - |
| XYZ | 50.26 | 57.24 | 9.56 | - |
| YUV | 187.06 | 38.8 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 29 | 0 | 0.07 | 0.87 | 0.15 | 54.92 | 0.77 | 0.48 |
| Hex | DA | CA | 1D | 0 | 7 | 57 | F | 37 | 4D | 30 |
| Octal | 332 | 312 | 35 | 0 | 7 | 127 | 17 | 67 | 115 | 60 |
| Binary | 11011010 | 11001010 | 11101 | 0 | 111 | 1010111 | 1111 | 110111 | 1001101 | 110000 |
Color Harmonies of #DACA1D
Complementary color
Monochromatic Colors of #DACA1D
Black with #DACA1D
Text Example
Text Example
White with #DACA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA1D; }
p { color: rgb(218,202,29); }
H1.HeaderClassName
{
color: #DACA1D;
}
.AnyTagClassName
{
color: #DACA1D;
}
</style>
background-color css
<style>
a { background-color: #DACA1D; }
a { background-color: rgb(218,202,29); }
div.DivClassName
{
background-color: #DACA1D;
}
.BgClassName
{
background-color: #DACA1D;
}
</style>
border-color css
<style>
span { border-color: #DACA1D; }
span { border-color: rgb(218,202,29); }
td.TdClassName
{
border-color: #DACA1D;
}
.TagClassName
{
border-color: #DACA1D;
}
</style>