Shades of Wattle #D6C63A
Tints of Wattle #D6C63A
RGB
CMYK
RGB Variations
Color information
#D6C63A (or 0xD6C63A) is known color: Wattle. HEX triplet: D6, C6 and 3A. RGB value is (214,198,58). Sum of RGB (Red+Green+Blue) = 214+198+58=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C63A is #2939C5. Grayscale: #BBBBBB. Windows color (decimal): -2701766 or 3851990. OLE color: 3851990.
HSL color Cylindrical-coordinate representation of color #D6C63A: hue angle of 53.85º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6C63A is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 58 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.16 |
| HSL | 53.85º | 0.66% | 0.53% | - |
| HSV(B) | 53.85º | 0.73% | 0.84% | - |
| XYZ | 48.69 | 54.99 | 12.05 | - |
| YUV | 186.82 | 55.3 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 58 | 0 | 0.07 | 0.73 | 0.16 | 53.85 | 0.66 | 0.53 |
| Hex | D6 | C6 | 3A | 0 | 7 | 49 | 10 | 36 | 42 | 35 |
| Octal | 326 | 306 | 72 | 0 | 7 | 111 | 20 | 66 | 102 | 65 |
| Binary | 11010110 | 11000110 | 111010 | 0 | 111 | 1001001 | 10000 | 110110 | 1000010 | 110101 |
Color Harmonies of #D6C63A
Complementary color
Monochromatic Colors of #D6C63A
Black with #D6C63A
Text Example
Text Example
White with #D6C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C63A; }
p { color: rgb(214,198,58); }
H1.HeaderClassName
{
color: #D6C63A;
}
.AnyTagClassName
{
color: #D6C63A;
}
</style>
background-color css
<style>
a { background-color: #D6C63A; }
a { background-color: rgb(214,198,58); }
div.DivClassName
{
background-color: #D6C63A;
}
.BgClassName
{
background-color: #D6C63A;
}
</style>
border-color css
<style>
span { border-color: #D6C63A; }
span { border-color: rgb(214,198,58); }
td.TdClassName
{
border-color: #D6C63A;
}
.TagClassName
{
border-color: #D6C63A;
}
</style>