Shades of Wattle #DAC835
Tints of Wattle #DAC835
RGB
CMYK
RGB Variations
Color information
#DAC835 (or 0xDAC835) is known color: Wattle. HEX triplet: DA, C8 and 35. RGB value is (218,200,53). Sum of RGB (Red+Green+Blue) = 218+200+53=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC835 is #2537CA. Grayscale: #BDBDBD. Windows color (decimal): -2439115 or 3524826. OLE color: 3524826.
HSL color Cylindrical-coordinate representation of color #DAC835: hue angle of 53.45º 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 #DAC835 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 53 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.15 |
| HSL | 53.45º | 0.69% | 0.53% | - |
| HSV(B) | 53.45º | 0.76% | 0.85% | - |
| XYZ | 50.21 | 56.47 | 11.62 | - |
| YUV | 188.62 | 51.46 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 53 | 0 | 0.08 | 0.76 | 0.15 | 53.45 | 0.69 | 0.53 |
| Hex | DA | C8 | 35 | 0 | 8 | 4C | F | 35 | 45 | 35 |
| Octal | 332 | 310 | 65 | 0 | 10 | 114 | 17 | 65 | 105 | 65 |
| Binary | 11011010 | 11001000 | 110101 | 0 | 1000 | 1001100 | 1111 | 110101 | 1000101 | 110101 |
Color Harmonies of #DAC835
Complementary color
Monochromatic Colors of #DAC835
Black with #DAC835
Text Example
Text Example
White with #DAC835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC835; }
p { color: rgb(218,200,53); }
H1.HeaderClassName
{
color: #DAC835;
}
.AnyTagClassName
{
color: #DAC835;
}
</style>
background-color css
<style>
a { background-color: #DAC835; }
a { background-color: rgb(218,200,53); }
div.DivClassName
{
background-color: #DAC835;
}
.BgClassName
{
background-color: #DAC835;
}
</style>
border-color css
<style>
span { border-color: #DAC835; }
span { border-color: rgb(218,200,53); }
td.TdClassName
{
border-color: #DAC835;
}
.TagClassName
{
border-color: #DAC835;
}
</style>