Shades of Wattle #D6CA3E
Tints of Wattle #D6CA3E
RGB
CMYK
RGB Variations
Color information
#D6CA3E (or 0xD6CA3E) is known color: Wattle. HEX triplet: D6, CA and 3E. RGB value is (214,202,62). Sum of RGB (Red+Green+Blue) = 214+202+62=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 62 (24.61% from 255 or 12.97% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA3E is #2935C1. Grayscale: #BEBEBE. Windows color (decimal): -2700738 or 4115158. OLE color: 4115158.
HSL color Cylindrical-coordinate representation of color #D6CA3E: hue angle of 55.26º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6CA3E is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 62 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.16 |
| HSL | 55.26º | 0.65% | 0.54% | - |
| HSV(B) | 55.26º | 0.71% | 0.84% | - |
| XYZ | 49.72 | 56.89 | 12.92 | - |
| YUV | 189.63 | 55.98 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 62 | 0 | 0.06 | 0.71 | 0.16 | 55.26 | 0.65 | 0.54 |
| Hex | D6 | CA | 3E | 0 | 6 | 47 | 10 | 37 | 41 | 36 |
| Octal | 326 | 312 | 76 | 0 | 6 | 107 | 20 | 67 | 101 | 66 |
| Binary | 11010110 | 11001010 | 111110 | 0 | 110 | 1000111 | 10000 | 110111 | 1000001 | 110110 |
Color Harmonies of #D6CA3E
Complementary color
Monochromatic Colors of #D6CA3E
Black with #D6CA3E
Text Example
Text Example
White with #D6CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA3E; }
p { color: rgb(214,202,62); }
H1.HeaderClassName
{
color: #D6CA3E;
}
.AnyTagClassName
{
color: #D6CA3E;
}
</style>
background-color css
<style>
a { background-color: #D6CA3E; }
a { background-color: rgb(214,202,62); }
div.DivClassName
{
background-color: #D6CA3E;
}
.BgClassName
{
background-color: #D6CA3E;
}
</style>
border-color css
<style>
span { border-color: #D6CA3E; }
span { border-color: rgb(214,202,62); }
td.TdClassName
{
border-color: #D6CA3E;
}
.TagClassName
{
border-color: #D6CA3E;
}
</style>