Shades of Wattle #DCC63A
Tints of Wattle #DCC63A
RGB
CMYK
RGB Variations
Color information
#DCC63A (or 0xDCC63A) is known color: Wattle. HEX triplet: DC, C6 and 3A. RGB value is (220,198,58). Sum of RGB (Red+Green+Blue) = 220+198+58=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC63A is #2339C5. Grayscale: #BDBDBD. Windows color (decimal): -2308550 or 3851996. OLE color: 3851996.
HSL color Cylindrical-coordinate representation of color #DCC63A: hue angle of 51.85º 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 #DCC63A is Cyan = 0, Magento = 0.1, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 58 | - |
| CMYK | 0 | 0.1 | 0.74 | 0.14 |
| HSL | 51.85º | 0.7% | 0.55% | - |
| HSV(B) | 51.85º | 0.74% | 0.86% | - |
| XYZ | 50.47 | 55.91 | 12.13 | - |
| YUV | 188.62 | 54.29 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 58 | 0 | 0.1 | 0.74 | 0.14 | 51.85 | 0.7 | 0.55 |
| Hex | DC | C6 | 3A | 0 | A | 4A | E | 34 | 46 | 37 |
| Octal | 334 | 306 | 72 | 0 | 12 | 112 | 16 | 64 | 106 | 67 |
| Binary | 11011100 | 11000110 | 111010 | 0 | 1010 | 1001010 | 1110 | 110100 | 1000110 | 110111 |
Color Harmonies of #DCC63A
Complementary color
Monochromatic Colors of #DCC63A
Black with #DCC63A
Text Example
Text Example
White with #DCC63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC63A; }
p { color: rgb(220,198,58); }
H1.HeaderClassName
{
color: #DCC63A;
}
.AnyTagClassName
{
color: #DCC63A;
}
</style>
background-color css
<style>
a { background-color: #DCC63A; }
a { background-color: rgb(220,198,58); }
div.DivClassName
{
background-color: #DCC63A;
}
.BgClassName
{
background-color: #DCC63A;
}
</style>
border-color css
<style>
span { border-color: #DCC63A; }
span { border-color: rgb(220,198,58); }
td.TdClassName
{
border-color: #DCC63A;
}
.TagClassName
{
border-color: #DCC63A;
}
</style>