Shades of Wattle #D6D13B
Tints of Wattle #D6D13B
RGB
CMYK
RGB Variations
Color information
#D6D13B (or 0xD6D13B) is known color: Wattle. HEX triplet: D6, D1 and 3B. RGB value is (214,209,59). Sum of RGB (Red+Green+Blue) = 214+209+59=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 59 (23.44% from 255 or 12.24% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D13B is #292EC4. Grayscale: #C2C2C2. Windows color (decimal): -2698949 or 3920342. OLE color: 3920342.
HSL color Cylindrical-coordinate representation of color #D6D13B: hue angle of 58.06º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6D13B is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 59 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.16 |
| HSL | 58.06º | 0.65% | 0.54% | - |
| HSV(B) | 58.06º | 0.72% | 0.84% | - |
| XYZ | 51.32 | 60.21 | 13.05 | - |
| YUV | 193.4 | 52.16 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 59 | 0 | 0.02 | 0.72 | 0.16 | 58.06 | 0.65 | 0.54 |
| Hex | D6 | D1 | 3B | 0 | 2 | 48 | 10 | 3A | 41 | 36 |
| Octal | 326 | 321 | 73 | 0 | 2 | 110 | 20 | 72 | 101 | 66 |
| Binary | 11010110 | 11010001 | 111011 | 0 | 10 | 1001000 | 10000 | 111010 | 1000001 | 110110 |
Color Harmonies of #D6D13B
Complementary color
Monochromatic Colors of #D6D13B
Black with #D6D13B
Text Example
Text Example
White with #D6D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D13B; }
p { color: rgb(214,209,59); }
H1.HeaderClassName
{
color: #D6D13B;
}
.AnyTagClassName
{
color: #D6D13B;
}
</style>
background-color css
<style>
a { background-color: #D6D13B; }
a { background-color: rgb(214,209,59); }
div.DivClassName
{
background-color: #D6D13B;
}
.BgClassName
{
background-color: #D6D13B;
}
</style>
border-color css
<style>
span { border-color: #D6D13B; }
span { border-color: rgb(214,209,59); }
td.TdClassName
{
border-color: #D6D13B;
}
.TagClassName
{
border-color: #D6D13B;
}
</style>