Shades of Wattle #D6C83A
Tints of Wattle #D6C83A
RGB
CMYK
RGB Variations
Color information
#D6C83A (or 0xD6C83A) is known color: Wattle. HEX triplet: D6, C8 and 3A. RGB value is (214,200,58). Sum of RGB (Red+Green+Blue) = 214+200+58=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C83A is #2937C5. Grayscale: #BCBCBC. Windows color (decimal): -2701254 or 3852502. OLE color: 3852502.
HSL color Cylindrical-coordinate representation of color #D6C83A: hue angle of 54.62º 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 #D6C83A is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 58 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.16 |
| HSL | 54.62º | 0.66% | 0.53% | - |
| HSV(B) | 54.62º | 0.73% | 0.84% | - |
| XYZ | 49.15 | 55.91 | 12.2 | - |
| YUV | 188 | 54.64 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 58 | 0 | 0.07 | 0.73 | 0.16 | 54.62 | 0.66 | 0.53 |
| Hex | D6 | C8 | 3A | 0 | 7 | 49 | 10 | 37 | 42 | 35 |
| Octal | 326 | 310 | 72 | 0 | 7 | 111 | 20 | 67 | 102 | 65 |
| Binary | 11010110 | 11001000 | 111010 | 0 | 111 | 1001001 | 10000 | 110111 | 1000010 | 110101 |
Color Harmonies of #D6C83A
Complementary color
Monochromatic Colors of #D6C83A
Black with #D6C83A
Text Example
Text Example
White with #D6C83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C83A; }
p { color: rgb(214,200,58); }
H1.HeaderClassName
{
color: #D6C83A;
}
.AnyTagClassName
{
color: #D6C83A;
}
</style>
background-color css
<style>
a { background-color: #D6C83A; }
a { background-color: rgb(214,200,58); }
div.DivClassName
{
background-color: #D6C83A;
}
.BgClassName
{
background-color: #D6C83A;
}
</style>
border-color css
<style>
span { border-color: #D6C83A; }
span { border-color: rgb(214,200,58); }
td.TdClassName
{
border-color: #D6C83A;
}
.TagClassName
{
border-color: #D6C83A;
}
</style>