Shades of Wattle #DAC139
Tints of Wattle #DAC139
RGB
CMYK
RGB Variations
Color information
#DAC139 (or 0xDAC139) is known color: Wattle. HEX triplet: DA, C1 and 39. RGB value is (218,193,57). Sum of RGB (Red+Green+Blue) = 218+193+57=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 57 (22.66% from 255 or 12.18% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC139 is #253EC6. Grayscale: #B9B9B9. Windows color (decimal): -2440903 or 3785178. OLE color: 3785178.
HSL color Cylindrical-coordinate representation of color #DAC139: hue angle of 50.68º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAC139 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 57 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.15 |
| HSL | 50.68º | 0.69% | 0.54% | - |
| HSV(B) | 50.68º | 0.74% | 0.85% | - |
| XYZ | 48.72 | 53.34 | 11.6 | - |
| YUV | 184.97 | 55.78 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 57 | 0 | 0.11 | 0.74 | 0.15 | 50.68 | 0.69 | 0.54 |
| Hex | DA | C1 | 39 | 0 | B | 4A | F | 33 | 45 | 36 |
| Octal | 332 | 301 | 71 | 0 | 13 | 112 | 17 | 63 | 105 | 66 |
| Binary | 11011010 | 11000001 | 111001 | 0 | 1011 | 1001010 | 1111 | 110011 | 1000101 | 110110 |
Color Harmonies of #DAC139
Complementary color
Monochromatic Colors of #DAC139
Black with #DAC139
Text Example
Text Example
White with #DAC139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC139; }
p { color: rgb(218,193,57); }
H1.HeaderClassName
{
color: #DAC139;
}
.AnyTagClassName
{
color: #DAC139;
}
</style>
background-color css
<style>
a { background-color: #DAC139; }
a { background-color: rgb(218,193,57); }
div.DivClassName
{
background-color: #DAC139;
}
.BgClassName
{
background-color: #DAC139;
}
</style>
border-color css
<style>
span { border-color: #DAC139; }
span { border-color: rgb(218,193,57); }
td.TdClassName
{
border-color: #DAC139;
}
.TagClassName
{
border-color: #DAC139;
}
</style>