Shades of Barberry #DAC92C
Tints of Barberry #DAC92C
RGB
CMYK
RGB Variations
Color information
#DAC92C (or 0xDAC92C) is known color: Barberry. HEX triplet: DA, C9 and 2C. RGB value is (218,201,44). Sum of RGB (Red+Green+Blue) = 218+201+44=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC92C is #2536D3. Grayscale: #BCBCBC. Windows color (decimal): -2438868 or 2935258. OLE color: 2935258.
HSL color Cylindrical-coordinate representation of color #DAC92C: hue angle of 54.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAC92C is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 44 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.15 |
| HSL | 54.14º | 0.7% | 0.51% | - |
| HSV(B) | 54.14º | 0.8% | 0.85% | - |
| XYZ | 50.25 | 56.86 | 10.71 | - |
| YUV | 188.19 | 46.63 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 44 | 0 | 0.08 | 0.80 | 0.15 | 54.14 | 0.7 | 0.51 |
| Hex | DA | C9 | 2C | 0 | 8 | 50 | F | 36 | 46 | 33 |
| Octal | 332 | 311 | 54 | 0 | 10 | 120 | 17 | 66 | 106 | 63 |
| Binary | 11011010 | 11001001 | 101100 | 0 | 1000 | 1010000 | 1111 | 110110 | 1000110 | 110011 |
Color Harmonies of #DAC92C
Complementary color
Monochromatic Colors of #DAC92C
Black with #DAC92C
Text Example
Text Example
White with #DAC92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC92C; }
p { color: rgb(218,201,44); }
H1.HeaderClassName
{
color: #DAC92C;
}
.AnyTagClassName
{
color: #DAC92C;
}
</style>
background-color css
<style>
a { background-color: #DAC92C; }
a { background-color: rgb(218,201,44); }
div.DivClassName
{
background-color: #DAC92C;
}
.BgClassName
{
background-color: #DAC92C;
}
</style>
border-color css
<style>
span { border-color: #DAC92C; }
span { border-color: rgb(218,201,44); }
td.TdClassName
{
border-color: #DAC92C;
}
.TagClassName
{
border-color: #DAC92C;
}
</style>