Shades of Barberry #DACA1E
Tints of Barberry #DACA1E
RGB
CMYK
RGB Variations
Color information
#DACA1E (or 0xDACA1E) is known color: Barberry. HEX triplet: DA, CA and 1E. RGB value is (218,202,30). Sum of RGB (Red+Green+Blue) = 218+202+30=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA1E is #2535E1. Grayscale: #BBBBBB. Windows color (decimal): -2438626 or 2018010. OLE color: 2018010.
HSL color Cylindrical-coordinate representation of color #DACA1E: hue angle of 54.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DACA1E is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 30 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.15 |
| HSL | 54.89º | 0.76% | 0.49% | - |
| HSV(B) | 54.89º | 0.86% | 0.85% | - |
| XYZ | 50.27 | 57.24 | 9.63 | - |
| YUV | 187.18 | 39.3 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 30 | 0 | 0.07 | 0.86 | 0.15 | 54.89 | 0.76 | 0.49 |
| Hex | DA | CA | 1E | 0 | 7 | 56 | F | 37 | 4C | 31 |
| Octal | 332 | 312 | 36 | 0 | 7 | 126 | 17 | 67 | 114 | 61 |
| Binary | 11011010 | 11001010 | 11110 | 0 | 111 | 1010110 | 1111 | 110111 | 1001100 | 110001 |
Color Harmonies of #DACA1E
Complementary color
Monochromatic Colors of #DACA1E
Black with #DACA1E
Text Example
Text Example
White with #DACA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA1E; }
p { color: rgb(218,202,30); }
H1.HeaderClassName
{
color: #DACA1E;
}
.AnyTagClassName
{
color: #DACA1E;
}
</style>
background-color css
<style>
a { background-color: #DACA1E; }
a { background-color: rgb(218,202,30); }
div.DivClassName
{
background-color: #DACA1E;
}
.BgClassName
{
background-color: #DACA1E;
}
</style>
border-color css
<style>
span { border-color: #DACA1E; }
span { border-color: rgb(218,202,30); }
td.TdClassName
{
border-color: #DACA1E;
}
.TagClassName
{
border-color: #DACA1E;
}
</style>