Shades of Wattle #DAC23F
Tints of Wattle #DAC23F
RGB
CMYK
RGB Variations
Color information
#DAC23F (or 0xDAC23F) is known color: Wattle. HEX triplet: DA, C2 and 3F. RGB value is (218,194,63). Sum of RGB (Red+Green+Blue) = 218+194+63=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC23F is #253DC0. Grayscale: #BABABA. Windows color (decimal): -2440641 or 4178650. OLE color: 4178650.
HSL color Cylindrical-coordinate representation of color #DAC23F: hue angle of 50.71º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAC23F is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 63 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.15 |
| HSL | 50.71º | 0.68% | 0.55% | - |
| HSV(B) | 50.71º | 0.71% | 0.85% | - |
| XYZ | 49.1 | 53.85 | 12.51 | - |
| YUV | 186.24 | 58.45 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 63 | 0 | 0.11 | 0.71 | 0.15 | 50.71 | 0.68 | 0.55 |
| Hex | DA | C2 | 3F | 0 | B | 47 | F | 33 | 44 | 37 |
| Octal | 332 | 302 | 77 | 0 | 13 | 107 | 17 | 63 | 104 | 67 |
| Binary | 11011010 | 11000010 | 111111 | 0 | 1011 | 1000111 | 1111 | 110011 | 1000100 | 110111 |
Color Harmonies of #DAC23F
Complementary color
Monochromatic Colors of #DAC23F
Black with #DAC23F
Text Example
Text Example
White with #DAC23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC23F; }
p { color: rgb(218,194,63); }
H1.HeaderClassName
{
color: #DAC23F;
}
.AnyTagClassName
{
color: #DAC23F;
}
</style>
background-color css
<style>
a { background-color: #DAC23F; }
a { background-color: rgb(218,194,63); }
div.DivClassName
{
background-color: #DAC23F;
}
.BgClassName
{
background-color: #DAC23F;
}
</style>
border-color css
<style>
span { border-color: #DAC23F; }
span { border-color: rgb(218,194,63); }
td.TdClassName
{
border-color: #DAC23F;
}
.TagClassName
{
border-color: #DAC23F;
}
</style>