Shades of Wattle #D6D03A
Tints of Wattle #D6D03A
RGB
CMYK
RGB Variations
Color information
#D6D03A (or 0xD6D03A) is known color: Wattle. HEX triplet: D6, D0 and 3A. RGB value is (214,208,58). Sum of RGB (Red+Green+Blue) = 214+208+58=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D03A is #292FC5. Grayscale: #C1C1C1. Windows color (decimal): -2699206 or 3854550. OLE color: 3854550.
HSL color Cylindrical-coordinate representation of color #D6D03A: hue angle of 57.69º 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 #D6D03A is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 58 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.16 |
| HSL | 57.69º | 0.66% | 0.53% | - |
| HSV(B) | 57.69º | 0.73% | 0.84% | - |
| XYZ | 51.05 | 59.71 | 12.84 | - |
| YUV | 192.69 | 51.99 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 58 | 0 | 0.03 | 0.73 | 0.16 | 57.69 | 0.66 | 0.53 |
| Hex | D6 | D0 | 3A | 0 | 3 | 49 | 10 | 3A | 42 | 35 |
| Octal | 326 | 320 | 72 | 0 | 3 | 111 | 20 | 72 | 102 | 65 |
| Binary | 11010110 | 11010000 | 111010 | 0 | 11 | 1001001 | 10000 | 111010 | 1000010 | 110101 |
Color Harmonies of #D6D03A
Complementary color
Monochromatic Colors of #D6D03A
Black with #D6D03A
Text Example
Text Example
White with #D6D03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D03A; }
p { color: rgb(214,208,58); }
H1.HeaderClassName
{
color: #D6D03A;
}
.AnyTagClassName
{
color: #D6D03A;
}
</style>
background-color css
<style>
a { background-color: #D6D03A; }
a { background-color: rgb(214,208,58); }
div.DivClassName
{
background-color: #D6D03A;
}
.BgClassName
{
background-color: #D6D03A;
}
</style>
border-color css
<style>
span { border-color: #D6D03A; }
span { border-color: rgb(214,208,58); }
td.TdClassName
{
border-color: #D6D03A;
}
.TagClassName
{
border-color: #D6D03A;
}
</style>