Shades of Wattle #D6C73A
Tints of Wattle #D6C73A
RGB
CMYK
RGB Variations
Color information
#D6C73A (or 0xD6C73A) is known color: Wattle. HEX triplet: D6, C7 and 3A. RGB value is (214,199,58). Sum of RGB (Red+Green+Blue) = 214+199+58=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C73A is #2938C5. Grayscale: #BBBBBB. Windows color (decimal): -2701510 or 3852246. OLE color: 3852246.
HSL color Cylindrical-coordinate representation of color #D6C73A: hue angle of 54.23º 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 #D6C73A is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 58 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.16 |
| HSL | 54.23º | 0.66% | 0.53% | - |
| HSV(B) | 54.23º | 0.73% | 0.84% | - |
| XYZ | 48.92 | 55.45 | 12.13 | - |
| YUV | 187.41 | 54.97 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 58 | 0 | 0.07 | 0.73 | 0.16 | 54.23 | 0.66 | 0.53 |
| Hex | D6 | C7 | 3A | 0 | 7 | 49 | 10 | 36 | 42 | 35 |
| Octal | 326 | 307 | 72 | 0 | 7 | 111 | 20 | 66 | 102 | 65 |
| Binary | 11010110 | 11000111 | 111010 | 0 | 111 | 1001001 | 10000 | 110110 | 1000010 | 110101 |
Color Harmonies of #D6C73A
Complementary color
Monochromatic Colors of #D6C73A
Black with #D6C73A
Text Example
Text Example
White with #D6C73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C73A; }
p { color: rgb(214,199,58); }
H1.HeaderClassName
{
color: #D6C73A;
}
.AnyTagClassName
{
color: #D6C73A;
}
</style>
background-color css
<style>
a { background-color: #D6C73A; }
a { background-color: rgb(214,199,58); }
div.DivClassName
{
background-color: #D6C73A;
}
.BgClassName
{
background-color: #D6C73A;
}
</style>
border-color css
<style>
span { border-color: #D6C73A; }
span { border-color: rgb(214,199,58); }
td.TdClassName
{
border-color: #D6C73A;
}
.TagClassName
{
border-color: #D6C73A;
}
</style>