Shades of Barberry #DAC926
Tints of Barberry #DAC926
RGB
CMYK
RGB Variations
Color information
#DAC926 (or 0xDAC926) is known color: Barberry. HEX triplet: DA, C9 and 26. RGB value is (218,201,38). Sum of RGB (Red+Green+Blue) = 218+201+38=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC926 is #2536D9. Grayscale: #BCBCBC. Windows color (decimal): -2438874 or 2542042. OLE color: 2542042.
HSL color Cylindrical-coordinate representation of color #DAC926: hue angle of 54.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAC926 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 38 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.15 |
| HSL | 54.33º | 0.71% | 0.5% | - |
| HSV(B) | 54.33º | 0.83% | 0.85% | - |
| XYZ | 50.15 | 56.82 | 10.16 | - |
| YUV | 187.5 | 43.63 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 38 | 0 | 0.08 | 0.83 | 0.15 | 54.33 | 0.71 | 0.5 |
| Hex | DA | C9 | 26 | 0 | 8 | 53 | F | 36 | 47 | 32 |
| Octal | 332 | 311 | 46 | 0 | 10 | 123 | 17 | 66 | 107 | 62 |
| Binary | 11011010 | 11001001 | 100110 | 0 | 1000 | 1010011 | 1111 | 110110 | 1000111 | 110010 |
Color Harmonies of #DAC926
Complementary color
Monochromatic Colors of #DAC926
Black with #DAC926
Text Example
Text Example
White with #DAC926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC926; }
p { color: rgb(218,201,38); }
H1.HeaderClassName
{
color: #DAC926;
}
.AnyTagClassName
{
color: #DAC926;
}
</style>
background-color css
<style>
a { background-color: #DAC926; }
a { background-color: rgb(218,201,38); }
div.DivClassName
{
background-color: #DAC926;
}
.BgClassName
{
background-color: #DAC926;
}
</style>
border-color css
<style>
span { border-color: #DAC926; }
span { border-color: rgb(218,201,38); }
td.TdClassName
{
border-color: #DAC926;
}
.TagClassName
{
border-color: #DAC926;
}
</style>