Shades of Wattle #D6D33B
Tints of Wattle #D6D33B
RGB
CMYK
RGB Variations
Color information
#D6D33B (or 0xD6D33B) is known color: Wattle. HEX triplet: D6, D3 and 3B. RGB value is (214,211,59). Sum of RGB (Red+Green+Blue) = 214+211+59=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 59 (23.44% from 255 or 12.19% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D33B is #292CC4. Grayscale: #C3C3C3. Windows color (decimal): -2698437 or 3920854. OLE color: 3920854.
HSL color Cylindrical-coordinate representation of color #D6D33B: hue angle of 58.84º 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 #D6D33B is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 59 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.16 |
| HSL | 58.84º | 0.65% | 0.54% | - |
| HSV(B) | 58.84º | 0.72% | 0.84% | - |
| XYZ | 51.82 | 61.2 | 13.22 | - |
| YUV | 194.57 | 51.49 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 59 | 0 | 0.01 | 0.72 | 0.16 | 58.84 | 0.65 | 0.54 |
| Hex | D6 | D3 | 3B | 0 | 1 | 48 | 10 | 3B | 41 | 36 |
| Octal | 326 | 323 | 73 | 0 | 1 | 110 | 20 | 73 | 101 | 66 |
| Binary | 11010110 | 11010011 | 111011 | 0 | 1 | 1001000 | 10000 | 111011 | 1000001 | 110110 |
Color Harmonies of #D6D33B
Complementary color
Monochromatic Colors of #D6D33B
Black with #D6D33B
Text Example
Text Example
White with #D6D33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D33B; }
p { color: rgb(214,211,59); }
H1.HeaderClassName
{
color: #D6D33B;
}
.AnyTagClassName
{
color: #D6D33B;
}
</style>
background-color css
<style>
a { background-color: #D6D33B; }
a { background-color: rgb(214,211,59); }
div.DivClassName
{
background-color: #D6D33B;
}
.BgClassName
{
background-color: #D6D33B;
}
</style>
border-color css
<style>
span { border-color: #D6D33B; }
span { border-color: rgb(214,211,59); }
td.TdClassName
{
border-color: #D6D33B;
}
.TagClassName
{
border-color: #D6D33B;
}
</style>