Shades of Wattle #D6C33B
Tints of Wattle #D6C33B
RGB
CMYK
RGB Variations
Color information
#D6C33B (or 0xD6C33B) is known color: Wattle. HEX triplet: D6, C3 and 3B. RGB value is (214,195,59). Sum of RGB (Red+Green+Blue) = 214+195+59=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C33B is #293CC4. Grayscale: #B9B9B9. Windows color (decimal): -2702533 or 3916758. OLE color: 3916758.
HSL color Cylindrical-coordinate representation of color #D6C33B: hue angle of 52.65º 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 #D6C33B is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 59 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.16 |
| HSL | 52.65º | 0.65% | 0.54% | - |
| HSV(B) | 52.65º | 0.72% | 0.84% | - |
| XYZ | 48.04 | 53.64 | 11.96 | - |
| YUV | 185.18 | 56.79 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 59 | 0 | 0.09 | 0.72 | 0.16 | 52.65 | 0.65 | 0.54 |
| Hex | D6 | C3 | 3B | 0 | 9 | 48 | 10 | 35 | 41 | 36 |
| Octal | 326 | 303 | 73 | 0 | 11 | 110 | 20 | 65 | 101 | 66 |
| Binary | 11010110 | 11000011 | 111011 | 0 | 1001 | 1001000 | 10000 | 110101 | 1000001 | 110110 |
Color Harmonies of #D6C33B
Complementary color
Monochromatic Colors of #D6C33B
Black with #D6C33B
Text Example
Text Example
White with #D6C33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C33B; }
p { color: rgb(214,195,59); }
H1.HeaderClassName
{
color: #D6C33B;
}
.AnyTagClassName
{
color: #D6C33B;
}
</style>
background-color css
<style>
a { background-color: #D6C33B; }
a { background-color: rgb(214,195,59); }
div.DivClassName
{
background-color: #D6C33B;
}
.BgClassName
{
background-color: #D6C33B;
}
</style>
border-color css
<style>
span { border-color: #D6C33B; }
span { border-color: rgb(214,195,59); }
td.TdClassName
{
border-color: #D6C33B;
}
.TagClassName
{
border-color: #D6C33B;
}
</style>