Shades of Wattle #D6D036
Tints of Wattle #D6D036
RGB
CMYK
RGB Variations
Color information
#D6D036 (or 0xD6D036) is known color: Wattle. HEX triplet: D6, D0 and 36. RGB value is (214,208,54). Sum of RGB (Red+Green+Blue) = 214+208+54=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 54 (21.48% from 255 or 11.34% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D036 is #292FC9. Grayscale: #C0C0C0. Windows color (decimal): -2699210 or 3592406. OLE color: 3592406.
HSL color Cylindrical-coordinate representation of color #D6D036: hue angle of 57.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 #D6D036 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 54 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.16 |
| HSL | 57.75º | 0.66% | 0.53% | - |
| HSV(B) | 57.75º | 0.75% | 0.84% | - |
| XYZ | 50.95 | 59.67 | 12.32 | - |
| YUV | 192.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 54 | 0 | 0.03 | 0.75 | 0.16 | 57.75 | 0.66 | 0.53 |
| Hex | D6 | D0 | 36 | 0 | 3 | 4B | 10 | 3A | 42 | 35 |
| Octal | 326 | 320 | 66 | 0 | 3 | 113 | 20 | 72 | 102 | 65 |
| Binary | 11010110 | 11010000 | 110110 | 0 | 11 | 1001011 | 10000 | 111010 | 1000010 | 110101 |
Color Harmonies of #D6D036
Complementary color
Monochromatic Colors of #D6D036
Black with #D6D036
Text Example
Text Example
White with #D6D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D036; }
p { color: rgb(214,208,54); }
H1.HeaderClassName
{
color: #D6D036;
}
.AnyTagClassName
{
color: #D6D036;
}
</style>
background-color css
<style>
a { background-color: #D6D036; }
a { background-color: rgb(214,208,54); }
div.DivClassName
{
background-color: #D6D036;
}
.BgClassName
{
background-color: #D6D036;
}
</style>
border-color css
<style>
span { border-color: #D6D036; }
span { border-color: rgb(214,208,54); }
td.TdClassName
{
border-color: #D6D036;
}
.TagClassName
{
border-color: #D6D036;
}
</style>