Shades of Barberry #DAC627
Tints of Barberry #DAC627
RGB
CMYK
RGB Variations
Color information
#DAC627 (or 0xDAC627) is known color: Barberry. HEX triplet: DA, C6 and 27. RGB value is (218,198,39). Sum of RGB (Red+Green+Blue) = 218+198+39=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC627 is #2539D8. Grayscale: #BABABA. Windows color (decimal): -2439641 or 2606810. OLE color: 2606810.
HSL color Cylindrical-coordinate representation of color #DAC627: hue angle of 53.3º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAC627 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 39 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.15 |
| HSL | 53.3º | 0.71% | 0.5% | - |
| HSV(B) | 53.3º | 0.82% | 0.85% | - |
| XYZ | 49.47 | 55.44 | 10.01 | - |
| YUV | 185.85 | 45.13 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 39 | 0 | 0.09 | 0.82 | 0.15 | 53.3 | 0.71 | 0.5 |
| Hex | DA | C6 | 27 | 0 | 9 | 52 | F | 35 | 47 | 32 |
| Octal | 332 | 306 | 47 | 0 | 11 | 122 | 17 | 65 | 107 | 62 |
| Binary | 11011010 | 11000110 | 100111 | 0 | 1001 | 1010010 | 1111 | 110101 | 1000111 | 110010 |
Color Harmonies of #DAC627
Complementary color
Monochromatic Colors of #DAC627
Black with #DAC627
Text Example
Text Example
White with #DAC627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC627; }
p { color: rgb(218,198,39); }
H1.HeaderClassName
{
color: #DAC627;
}
.AnyTagClassName
{
color: #DAC627;
}
</style>
background-color css
<style>
a { background-color: #DAC627; }
a { background-color: rgb(218,198,39); }
div.DivClassName
{
background-color: #DAC627;
}
.BgClassName
{
background-color: #DAC627;
}
</style>
border-color css
<style>
span { border-color: #DAC627; }
span { border-color: rgb(218,198,39); }
td.TdClassName
{
border-color: #DAC627;
}
.TagClassName
{
border-color: #DAC627;
}
</style>