Shades of Wattle #DAC135
Tints of Wattle #DAC135
RGB
CMYK
RGB Variations
Color information
#DAC135 (or 0xDAC135) is known color: Wattle. HEX triplet: DA, C1 and 35. RGB value is (218,193,53). Sum of RGB (Red+Green+Blue) = 218+193+53=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 53 (21.09% from 255 or 11.42% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC135 is #253ECA. Grayscale: #B9B9B9. Windows color (decimal): -2440907 or 3523034. OLE color: 3523034.
HSL color Cylindrical-coordinate representation of color #DAC135: hue angle of 50.91º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAC135 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 53 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.15 |
| HSL | 50.91º | 0.69% | 0.53% | - |
| HSV(B) | 50.91º | 0.76% | 0.85% | - |
| XYZ | 48.63 | 53.3 | 11.09 | - |
| YUV | 184.52 | 53.78 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 53 | 0 | 0.11 | 0.76 | 0.15 | 50.91 | 0.69 | 0.53 |
| Hex | DA | C1 | 35 | 0 | B | 4C | F | 33 | 45 | 35 |
| Octal | 332 | 301 | 65 | 0 | 13 | 114 | 17 | 63 | 105 | 65 |
| Binary | 11011010 | 11000001 | 110101 | 0 | 1011 | 1001100 | 1111 | 110011 | 1000101 | 110101 |
Color Harmonies of #DAC135
Complementary color
Monochromatic Colors of #DAC135
Black with #DAC135
Text Example
Text Example
White with #DAC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC135; }
p { color: rgb(218,193,53); }
H1.HeaderClassName
{
color: #DAC135;
}
.AnyTagClassName
{
color: #DAC135;
}
</style>
background-color css
<style>
a { background-color: #DAC135; }
a { background-color: rgb(218,193,53); }
div.DivClassName
{
background-color: #DAC135;
}
.BgClassName
{
background-color: #DAC135;
}
</style>
border-color css
<style>
span { border-color: #DAC135; }
span { border-color: rgb(218,193,53); }
td.TdClassName
{
border-color: #DAC135;
}
.TagClassName
{
border-color: #DAC135;
}
</style>