Shades of Wattle #D7C236
Tints of Wattle #D7C236
RGB
CMYK
RGB Variations
Color information
#D7C236 (or 0xD7C236) is known color: Wattle. HEX triplet: D7, C2 and 36. RGB value is (215,194,54). Sum of RGB (Red+Green+Blue) = 215+194+54=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 54 (21.48% from 255 or 11.66% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C236 is #283DC9. Grayscale: #B8B8B8. Windows color (decimal): -2637258 or 3588823. OLE color: 3588823.
HSL color Cylindrical-coordinate representation of color #D7C236: hue angle of 52.17º 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 #D7C236 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 54 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.16 |
| HSL | 52.17º | 0.67% | 0.53% | - |
| HSV(B) | 52.17º | 0.75% | 0.84% | - |
| XYZ | 47.98 | 53.3 | 11.25 | - |
| YUV | 184.32 | 54.46 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 54 | 0 | 0.10 | 0.75 | 0.16 | 52.17 | 0.67 | 0.53 |
| Hex | D7 | C2 | 36 | 0 | A | 4B | 10 | 34 | 43 | 35 |
| Octal | 327 | 302 | 66 | 0 | 12 | 113 | 20 | 64 | 103 | 65 |
| Binary | 11010111 | 11000010 | 110110 | 0 | 1010 | 1001011 | 10000 | 110100 | 1000011 | 110101 |
Color Harmonies of #D7C236
Complementary color
Monochromatic Colors of #D7C236
Black with #D7C236
Text Example
Text Example
White with #D7C236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C236; }
p { color: rgb(215,194,54); }
H1.HeaderClassName
{
color: #D7C236;
}
.AnyTagClassName
{
color: #D7C236;
}
</style>
background-color css
<style>
a { background-color: #D7C236; }
a { background-color: rgb(215,194,54); }
div.DivClassName
{
background-color: #D7C236;
}
.BgClassName
{
background-color: #D7C236;
}
</style>
border-color css
<style>
span { border-color: #D7C236; }
span { border-color: rgb(215,194,54); }
td.TdClassName
{
border-color: #D7C236;
}
.TagClassName
{
border-color: #D7C236;
}
</style>