Shades of Wattle #D6C937
Tints of Wattle #D6C937
RGB
CMYK
RGB Variations
Color information
#D6C937 (or 0xD6C937) is known color: Wattle. HEX triplet: D6, C9 and 37. RGB value is (214,201,55). Sum of RGB (Red+Green+Blue) = 214+201+55=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C937 is #2936C8. Grayscale: #BCBCBC. Windows color (decimal): -2701001 or 3656150. OLE color: 3656150.
HSL color Cylindrical-coordinate representation of color #D6C937: hue angle of 55.09º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6C937 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 55 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.16 |
| HSL | 55.09º | 0.66% | 0.53% | - |
| HSV(B) | 55.09º | 0.74% | 0.84% | - |
| XYZ | 49.31 | 56.35 | 11.89 | - |
| YUV | 188.24 | 52.81 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 55 | 0 | 0.06 | 0.74 | 0.16 | 55.09 | 0.66 | 0.53 |
| Hex | D6 | C9 | 37 | 0 | 6 | 4A | 10 | 37 | 42 | 35 |
| Octal | 326 | 311 | 67 | 0 | 6 | 112 | 20 | 67 | 102 | 65 |
| Binary | 11010110 | 11001001 | 110111 | 0 | 110 | 1001010 | 10000 | 110111 | 1000010 | 110101 |
Color Harmonies of #D6C937
Complementary color
Monochromatic Colors of #D6C937
Black with #D6C937
Text Example
Text Example
White with #D6C937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C937; }
p { color: rgb(214,201,55); }
H1.HeaderClassName
{
color: #D6C937;
}
.AnyTagClassName
{
color: #D6C937;
}
</style>
background-color css
<style>
a { background-color: #D6C937; }
a { background-color: rgb(214,201,55); }
div.DivClassName
{
background-color: #D6C937;
}
.BgClassName
{
background-color: #D6C937;
}
</style>
border-color css
<style>
span { border-color: #D6C937; }
span { border-color: rgb(214,201,55); }
td.TdClassName
{
border-color: #D6C937;
}
.TagClassName
{
border-color: #D6C937;
}
</style>