Shades of Wattle #D7C136
Tints of Wattle #D7C136
RGB
CMYK
RGB Variations
Color information
#D7C136 (or 0xD7C136) is known color: Wattle. HEX triplet: D7, C1 and 36. RGB value is (215,193,54). Sum of RGB (Red+Green+Blue) = 215+193+54=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C136 is #283EC9. Grayscale: #B8B8B8. Windows color (decimal): -2637514 or 3588567. OLE color: 3588567.
HSL color Cylindrical-coordinate representation of color #D7C136: hue angle of 51.8º degrees, saturation: 0.67, 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 #D7C136 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 193 | 54 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.16 |
| HSL | 51.8º | 0.67% | 0.53% | - |
| HSV(B) | 51.8º | 0.75% | 0.84% | - |
| XYZ | 47.76 | 52.85 | 11.17 | - |
| YUV | 183.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 193 | 54 | 0 | 0.10 | 0.75 | 0.16 | 51.8 | 0.67 | 0.53 |
| Hex | D7 | C1 | 36 | 0 | A | 4B | 10 | 34 | 43 | 35 |
| Octal | 327 | 301 | 66 | 0 | 12 | 113 | 20 | 64 | 103 | 65 |
| Binary | 11010111 | 11000001 | 110110 | 0 | 1010 | 1001011 | 10000 | 110100 | 1000011 | 110101 |
Color Harmonies of #D7C136
Complementary color
Monochromatic Colors of #D7C136
Black with #D7C136
Text Example
Text Example
White with #D7C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C136; }
p { color: rgb(215,193,54); }
H1.HeaderClassName
{
color: #D7C136;
}
.AnyTagClassName
{
color: #D7C136;
}
</style>
background-color css
<style>
a { background-color: #D7C136; }
a { background-color: rgb(215,193,54); }
div.DivClassName
{
background-color: #D7C136;
}
.BgClassName
{
background-color: #D7C136;
}
</style>
border-color css
<style>
span { border-color: #D7C136; }
span { border-color: rgb(215,193,54); }
td.TdClassName
{
border-color: #D7C136;
}
.TagClassName
{
border-color: #D7C136;
}
</style>