Shades of Wattle #DAC438
Tints of Wattle #DAC438
RGB
CMYK
RGB Variations
Color information
#DAC438 (or 0xDAC438) is known color: Wattle. HEX triplet: DA, C4 and 38. RGB value is (218,196,56). Sum of RGB (Red+Green+Blue) = 218+196+56=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC438 is #253BC7. Grayscale: #BBBBBB. Windows color (decimal): -2440136 or 3720410. OLE color: 3720410.
HSL color Cylindrical-coordinate representation of color #DAC438: hue angle of 51.85º 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 #DAC438 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 56 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.15 |
| HSL | 51.85º | 0.69% | 0.54% | - |
| HSV(B) | 51.85º | 0.74% | 0.85% | - |
| XYZ | 49.37 | 54.67 | 11.69 | - |
| YUV | 186.62 | 54.29 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 56 | 0 | 0.10 | 0.74 | 0.15 | 51.85 | 0.69 | 0.54 |
| Hex | DA | C4 | 38 | 0 | A | 4A | F | 34 | 45 | 36 |
| Octal | 332 | 304 | 70 | 0 | 12 | 112 | 17 | 64 | 105 | 66 |
| Binary | 11011010 | 11000100 | 111000 | 0 | 1010 | 1001010 | 1111 | 110100 | 1000101 | 110110 |
Color Harmonies of #DAC438
Complementary color
Monochromatic Colors of #DAC438
Black with #DAC438
Text Example
Text Example
White with #DAC438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC438; }
p { color: rgb(218,196,56); }
H1.HeaderClassName
{
color: #DAC438;
}
.AnyTagClassName
{
color: #DAC438;
}
</style>
background-color css
<style>
a { background-color: #DAC438; }
a { background-color: rgb(218,196,56); }
div.DivClassName
{
background-color: #DAC438;
}
.BgClassName
{
background-color: #DAC438;
}
</style>
border-color css
<style>
span { border-color: #DAC438; }
span { border-color: rgb(218,196,56); }
td.TdClassName
{
border-color: #DAC438;
}
.TagClassName
{
border-color: #DAC438;
}
</style>