Shades of Wattle #D6C23A
Tints of Wattle #D6C23A
RGB
CMYK
RGB Variations
Color information
#D6C23A (or 0xD6C23A) is known color: Wattle. HEX triplet: D6, C2 and 3A. RGB value is (214,194,58). Sum of RGB (Red+Green+Blue) = 214+194+58=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C23A is #293DC5. Grayscale: #B9B9B9. Windows color (decimal): -2702790 or 3850966. OLE color: 3850966.
HSL color Cylindrical-coordinate representation of color #D6C23A: hue angle of 52.31º 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 #D6C23A is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 58 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.16 |
| HSL | 52.31º | 0.66% | 0.53% | - |
| HSV(B) | 52.31º | 0.73% | 0.84% | - |
| XYZ | 47.79 | 53.19 | 11.75 | - |
| YUV | 184.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 58 | 0 | 0.09 | 0.73 | 0.16 | 52.31 | 0.66 | 0.53 |
| Hex | D6 | C2 | 3A | 0 | 9 | 49 | 10 | 34 | 42 | 35 |
| Octal | 326 | 302 | 72 | 0 | 11 | 111 | 20 | 64 | 102 | 65 |
| Binary | 11010110 | 11000010 | 111010 | 0 | 1001 | 1001001 | 10000 | 110100 | 1000010 | 110101 |
Color Harmonies of #D6C23A
Complementary color
Monochromatic Colors of #D6C23A
Black with #D6C23A
Text Example
Text Example
White with #D6C23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C23A; }
p { color: rgb(214,194,58); }
H1.HeaderClassName
{
color: #D6C23A;
}
.AnyTagClassName
{
color: #D6C23A;
}
</style>
background-color css
<style>
a { background-color: #D6C23A; }
a { background-color: rgb(214,194,58); }
div.DivClassName
{
background-color: #D6C23A;
}
.BgClassName
{
background-color: #D6C23A;
}
</style>
border-color css
<style>
span { border-color: #D6C23A; }
span { border-color: rgb(214,194,58); }
td.TdClassName
{
border-color: #D6C23A;
}
.TagClassName
{
border-color: #D6C23A;
}
</style>