Shades of Wattle #DCC73A
Tints of Wattle #DCC73A
RGB
CMYK
RGB Variations
Color information
#DCC73A (or 0xDCC73A) is known color: Wattle. HEX triplet: DC, C7 and 3A. RGB value is (220,199,58). Sum of RGB (Red+Green+Blue) = 220+199+58=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC73A is #2338C5. Grayscale: #BDBDBD. Windows color (decimal): -2308294 or 3852252. OLE color: 3852252.
HSL color Cylindrical-coordinate representation of color #DCC73A: hue angle of 52.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCC73A is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 58 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.14 |
| HSL | 52.22º | 0.7% | 0.55% | - |
| HSV(B) | 52.22º | 0.74% | 0.86% | - |
| XYZ | 50.7 | 56.37 | 12.21 | - |
| YUV | 189.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 58 | 0 | 0.10 | 0.74 | 0.14 | 52.22 | 0.7 | 0.55 |
| Hex | DC | C7 | 3A | 0 | A | 4A | E | 34 | 46 | 37 |
| Octal | 334 | 307 | 72 | 0 | 12 | 112 | 16 | 64 | 106 | 67 |
| Binary | 11011100 | 11000111 | 111010 | 0 | 1010 | 1001010 | 1110 | 110100 | 1000110 | 110111 |
Color Harmonies of #DCC73A
Complementary color
Monochromatic Colors of #DCC73A
Black with #DCC73A
Text Example
Text Example
White with #DCC73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC73A; }
p { color: rgb(220,199,58); }
H1.HeaderClassName
{
color: #DCC73A;
}
.AnyTagClassName
{
color: #DCC73A;
}
</style>
background-color css
<style>
a { background-color: #DCC73A; }
a { background-color: rgb(220,199,58); }
div.DivClassName
{
background-color: #DCC73A;
}
.BgClassName
{
background-color: #DCC73A;
}
</style>
border-color css
<style>
span { border-color: #DCC73A; }
span { border-color: rgb(220,199,58); }
td.TdClassName
{
border-color: #DCC73A;
}
.TagClassName
{
border-color: #DCC73A;
}
</style>