Shades of Wattle #DAC832
Tints of Wattle #DAC832
RGB
CMYK
RGB Variations
Color information
#DAC832 (or 0xDAC832) is known color: Wattle. HEX triplet: DA, C8 and 32. RGB value is (218,200,50). Sum of RGB (Red+Green+Blue) = 218+200+50=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC832 is #2537CD. Grayscale: #BCBCBC. Windows color (decimal): -2439118 or 3328218. OLE color: 3328218.
HSL color Cylindrical-coordinate representation of color #DAC832: hue angle of 53.57º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAC832 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 50 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.15 |
| HSL | 53.57º | 0.69% | 0.53% | - |
| HSV(B) | 53.57º | 0.77% | 0.85% | - |
| XYZ | 50.14 | 56.44 | 11.27 | - |
| YUV | 188.28 | 49.96 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 50 | 0 | 0.08 | 0.77 | 0.15 | 53.57 | 0.69 | 0.53 |
| Hex | DA | C8 | 32 | 0 | 8 | 4D | F | 36 | 45 | 35 |
| Octal | 332 | 310 | 62 | 0 | 10 | 115 | 17 | 66 | 105 | 65 |
| Binary | 11011010 | 11001000 | 110010 | 0 | 1000 | 1001101 | 1111 | 110110 | 1000101 | 110101 |
Color Harmonies of #DAC832
Complementary color
Monochromatic Colors of #DAC832
Black with #DAC832
Text Example
Text Example
White with #DAC832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC832; }
p { color: rgb(218,200,50); }
H1.HeaderClassName
{
color: #DAC832;
}
.AnyTagClassName
{
color: #DAC832;
}
</style>
background-color css
<style>
a { background-color: #DAC832; }
a { background-color: rgb(218,200,50); }
div.DivClassName
{
background-color: #DAC832;
}
.BgClassName
{
background-color: #DAC832;
}
</style>
border-color css
<style>
span { border-color: #DAC832; }
span { border-color: rgb(218,200,50); }
td.TdClassName
{
border-color: #DAC832;
}
.TagClassName
{
border-color: #DAC832;
}
</style>