Shades of Wattle #D7D036
Tints of Wattle #D7D036
RGB
CMYK
RGB Variations
Color information
#D7D036 (or 0xD7D036) is known color: Wattle. HEX triplet: D7, D0 and 36. RGB value is (215,208,54). Sum of RGB (Red+Green+Blue) = 215+208+54=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 54 (21.48% from 255 or 11.32% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D036 is #282FC9. Grayscale: #C1C1C1. Windows color (decimal): -2633674 or 3592407. OLE color: 3592407.
HSL color Cylindrical-coordinate representation of color #D7D036: hue angle of 57.39º 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 #D7D036 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 54 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.16 |
| HSL | 57.39º | 0.67% | 0.53% | - |
| HSV(B) | 57.39º | 0.75% | 0.84% | - |
| XYZ | 51.25 | 59.83 | 12.34 | - |
| YUV | 192.54 | 49.82 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 54 | 0 | 0.03 | 0.75 | 0.16 | 57.39 | 0.67 | 0.53 |
| Hex | D7 | D0 | 36 | 0 | 3 | 4B | 10 | 39 | 43 | 35 |
| Octal | 327 | 320 | 66 | 0 | 3 | 113 | 20 | 71 | 103 | 65 |
| Binary | 11010111 | 11010000 | 110110 | 0 | 11 | 1001011 | 10000 | 111001 | 1000011 | 110101 |
Color Harmonies of #D7D036
Complementary color
Monochromatic Colors of #D7D036
Black with #D7D036
Text Example
Text Example
White with #D7D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D036; }
p { color: rgb(215,208,54); }
H1.HeaderClassName
{
color: #D7D036;
}
.AnyTagClassName
{
color: #D7D036;
}
</style>
background-color css
<style>
a { background-color: #D7D036; }
a { background-color: rgb(215,208,54); }
div.DivClassName
{
background-color: #D7D036;
}
.BgClassName
{
background-color: #D7D036;
}
</style>
border-color css
<style>
span { border-color: #D7D036; }
span { border-color: rgb(215,208,54); }
td.TdClassName
{
border-color: #D7D036;
}
.TagClassName
{
border-color: #D7D036;
}
</style>