Shades of Barberry #DAC927
Tints of Barberry #DAC927
RGB
CMYK
RGB Variations
Color information
#DAC927 (or 0xDAC927) is known color: Barberry. HEX triplet: DA, C9 and 27. RGB value is (218,201,39). Sum of RGB (Red+Green+Blue) = 218+201+39=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 39 (15.62% from 255 or 8.52% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC927 is #2536D8. Grayscale: #BCBCBC. Windows color (decimal): -2438873 or 2607578. OLE color: 2607578.
HSL color Cylindrical-coordinate representation of color #DAC927: hue angle of 54.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 #DAC927 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 39 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.15 |
| HSL | 54.3º | 0.71% | 0.5% | - |
| HSV(B) | 54.3º | 0.82% | 0.85% | - |
| XYZ | 50.17 | 56.83 | 10.24 | - |
| YUV | 187.62 | 44.13 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 39 | 0 | 0.08 | 0.82 | 0.15 | 54.3 | 0.71 | 0.5 |
| Hex | DA | C9 | 27 | 0 | 8 | 52 | F | 36 | 47 | 32 |
| Octal | 332 | 311 | 47 | 0 | 10 | 122 | 17 | 66 | 107 | 62 |
| Binary | 11011010 | 11001001 | 100111 | 0 | 1000 | 1010010 | 1111 | 110110 | 1000111 | 110010 |
Color Harmonies of #DAC927
Complementary color
Monochromatic Colors of #DAC927
Black with #DAC927
Text Example
Text Example
White with #DAC927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC927; }
p { color: rgb(218,201,39); }
H1.HeaderClassName
{
color: #DAC927;
}
.AnyTagClassName
{
color: #DAC927;
}
</style>
background-color css
<style>
a { background-color: #DAC927; }
a { background-color: rgb(218,201,39); }
div.DivClassName
{
background-color: #DAC927;
}
.BgClassName
{
background-color: #DAC927;
}
</style>
border-color css
<style>
span { border-color: #DAC927; }
span { border-color: rgb(218,201,39); }
td.TdClassName
{
border-color: #DAC927;
}
.TagClassName
{
border-color: #DAC927;
}
</style>