Shades of Barberry #DACB1E
Tints of Barberry #DACB1E
RGB
CMYK
RGB Variations
Color information
#DACB1E (or 0xDACB1E) is known color: Barberry. HEX triplet: DA, CB and 1E. RGB value is (218,203,30). Sum of RGB (Red+Green+Blue) = 218+203+30=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB1E is #2534E1. Grayscale: #BCBCBC. Windows color (decimal): -2438370 or 2018266. OLE color: 2018266.
HSL color Cylindrical-coordinate representation of color #DACB1E: hue angle of 55.21º 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 #DACB1E is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 30 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.15 |
| HSL | 55.21º | 0.76% | 0.49% | - |
| HSV(B) | 55.21º | 0.86% | 0.85% | - |
| XYZ | 50.5 | 57.71 | 9.71 | - |
| YUV | 187.76 | 38.97 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 30 | 0 | 0.07 | 0.86 | 0.15 | 55.21 | 0.76 | 0.49 |
| Hex | DA | CB | 1E | 0 | 7 | 56 | F | 37 | 4C | 31 |
| Octal | 332 | 313 | 36 | 0 | 7 | 126 | 17 | 67 | 114 | 61 |
| Binary | 11011010 | 11001011 | 11110 | 0 | 111 | 1010110 | 1111 | 110111 | 1001100 | 110001 |
Color Harmonies of #DACB1E
Complementary color
Monochromatic Colors of #DACB1E
Black with #DACB1E
Text Example
Text Example
White with #DACB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB1E; }
p { color: rgb(218,203,30); }
H1.HeaderClassName
{
color: #DACB1E;
}
.AnyTagClassName
{
color: #DACB1E;
}
</style>
background-color css
<style>
a { background-color: #DACB1E; }
a { background-color: rgb(218,203,30); }
div.DivClassName
{
background-color: #DACB1E;
}
.BgClassName
{
background-color: #DACB1E;
}
</style>
border-color css
<style>
span { border-color: #DACB1E; }
span { border-color: rgb(218,203,30); }
td.TdClassName
{
border-color: #DACB1E;
}
.TagClassName
{
border-color: #DACB1E;
}
</style>