Shades of Wattle #DAC92D
Tints of Wattle #DAC92D
RGB
CMYK
RGB Variations
Color information
#DAC92D (or 0xDAC92D) is known color: Wattle. HEX triplet: DA, C9 and 2D. RGB value is (218,201,45). Sum of RGB (Red+Green+Blue) = 218+201+45=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC92D is #2536D2. Grayscale: #BCBCBC. Windows color (decimal): -2438867 or 3000794. OLE color: 3000794.
HSL color Cylindrical-coordinate representation of color #DAC92D: hue angle of 54.1º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAC92D is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 45 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.15 |
| HSL | 54.1º | 0.7% | 0.52% | - |
| HSV(B) | 54.1º | 0.79% | 0.85% | - |
| XYZ | 50.27 | 56.87 | 10.81 | - |
| YUV | 188.3 | 47.13 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 45 | 0 | 0.08 | 0.79 | 0.15 | 54.1 | 0.7 | 0.52 |
| Hex | DA | C9 | 2D | 0 | 8 | 4F | F | 36 | 46 | 34 |
| Octal | 332 | 311 | 55 | 0 | 10 | 117 | 17 | 66 | 106 | 64 |
| Binary | 11011010 | 11001001 | 101101 | 0 | 1000 | 1001111 | 1111 | 110110 | 1000110 | 110100 |
Color Harmonies of #DAC92D
Complementary color
Monochromatic Colors of #DAC92D
Black with #DAC92D
Text Example
Text Example
White with #DAC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC92D; }
p { color: rgb(218,201,45); }
H1.HeaderClassName
{
color: #DAC92D;
}
.AnyTagClassName
{
color: #DAC92D;
}
</style>
background-color css
<style>
a { background-color: #DAC92D; }
a { background-color: rgb(218,201,45); }
div.DivClassName
{
background-color: #DAC92D;
}
.BgClassName
{
background-color: #DAC92D;
}
</style>
border-color css
<style>
span { border-color: #DAC92D; }
span { border-color: rgb(218,201,45); }
td.TdClassName
{
border-color: #DAC92D;
}
.TagClassName
{
border-color: #DAC92D;
}
</style>