Shades of Wattle #D6C836
Tints of Wattle #D6C836
RGB
CMYK
RGB Variations
Color information
#D6C836 (or 0xD6C836) is known color: Wattle. HEX triplet: D6, C8 and 36. RGB value is (214,200,54). Sum of RGB (Red+Green+Blue) = 214+200+54=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C836 is #2937C9. Grayscale: #BCBCBC. Windows color (decimal): -2701258 or 3590358. OLE color: 3590358.
HSL color Cylindrical-coordinate representation of color #D6C836: hue angle of 54.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6C836 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 54 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.16 |
| HSL | 54.75º | 0.66% | 0.53% | - |
| HSV(B) | 54.75º | 0.75% | 0.84% | - |
| XYZ | 49.05 | 55.87 | 11.69 | - |
| YUV | 187.54 | 52.64 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 54 | 0 | 0.07 | 0.75 | 0.16 | 54.75 | 0.66 | 0.53 |
| Hex | D6 | C8 | 36 | 0 | 7 | 4B | 10 | 37 | 42 | 35 |
| Octal | 326 | 310 | 66 | 0 | 7 | 113 | 20 | 67 | 102 | 65 |
| Binary | 11010110 | 11001000 | 110110 | 0 | 111 | 1001011 | 10000 | 110111 | 1000010 | 110101 |
Color Harmonies of #D6C836
Complementary color
Monochromatic Colors of #D6C836
Black with #D6C836
Text Example
Text Example
White with #D6C836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C836; }
p { color: rgb(214,200,54); }
H1.HeaderClassName
{
color: #D6C836;
}
.AnyTagClassName
{
color: #D6C836;
}
</style>
background-color css
<style>
a { background-color: #D6C836; }
a { background-color: rgb(214,200,54); }
div.DivClassName
{
background-color: #D6C836;
}
.BgClassName
{
background-color: #D6C836;
}
</style>
border-color css
<style>
span { border-color: #D6C836; }
span { border-color: rgb(214,200,54); }
td.TdClassName
{
border-color: #D6C836;
}
.TagClassName
{
border-color: #D6C836;
}
</style>