Shades of Wattle #DCC73C
Tints of Wattle #DCC73C
RGB
CMYK
RGB Variations
Color information
#DCC73C (or 0xDCC73C) is known color: Wattle. HEX triplet: DC, C7 and 3C. RGB value is (220,199,60). Sum of RGB (Red+Green+Blue) = 220+199+60=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC73C is #2338C3. Grayscale: #BEBEBE. Windows color (decimal): -2308292 or 3983324. OLE color: 3983324.
HSL color Cylindrical-coordinate representation of color #DCC73C: hue angle of 52.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCC73C is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 60 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.14 |
| HSL | 52.13º | 0.7% | 0.55% | - |
| HSV(B) | 52.13º | 0.73% | 0.86% | - |
| XYZ | 50.75 | 56.39 | 12.48 | - |
| YUV | 189.43 | 54.96 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 60 | 0 | 0.10 | 0.73 | 0.14 | 52.13 | 0.7 | 0.55 |
| Hex | DC | C7 | 3C | 0 | A | 49 | E | 34 | 46 | 37 |
| Octal | 334 | 307 | 74 | 0 | 12 | 111 | 16 | 64 | 106 | 67 |
| Binary | 11011100 | 11000111 | 111100 | 0 | 1010 | 1001001 | 1110 | 110100 | 1000110 | 110111 |
Color Harmonies of #DCC73C
Complementary color
Monochromatic Colors of #DCC73C
Black with #DCC73C
Text Example
Text Example
White with #DCC73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC73C; }
p { color: rgb(220,199,60); }
H1.HeaderClassName
{
color: #DCC73C;
}
.AnyTagClassName
{
color: #DCC73C;
}
</style>
background-color css
<style>
a { background-color: #DCC73C; }
a { background-color: rgb(220,199,60); }
div.DivClassName
{
background-color: #DCC73C;
}
.BgClassName
{
background-color: #DCC73C;
}
</style>
border-color css
<style>
span { border-color: #DCC73C; }
span { border-color: rgb(220,199,60); }
td.TdClassName
{
border-color: #DCC73C;
}
.TagClassName
{
border-color: #DCC73C;
}
</style>