Shades of Wattle #D5D746
Tints of Wattle #D5D746
RGB
CMYK
RGB Variations
Color information
#D5D746 (or 0xD5D746) is known color: Wattle. HEX triplet: D5, D7 and 46. RGB value is (213,215,70). Sum of RGB (Red+Green+Blue) = 213+215+70=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 70 (27.73% from 255 or 14.06% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D746 is #2A28B9. Grayscale: #C6C6C6. Windows color (decimal): -2762938 or 4642773. OLE color: 4642773.
HSL color Cylindrical-coordinate representation of color #D5D746: hue angle of 60.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5D746 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 70 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.16 |
| HSL | 60.83º | 0.64% | 0.56% | - |
| HSV(B) | 60.83º | 0.67% | 0.84% | - |
| XYZ | 52.85 | 63.19 | 15.21 | - |
| YUV | 197.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 70 | 0.01 | 0 | 0.67 | 0.16 | 60.83 | 0.64 | 0.56 |
| Hex | D5 | D7 | 46 | 1 | 0 | 43 | 10 | 3D | 40 | 38 |
| Octal | 325 | 327 | 106 | 1 | 0 | 103 | 20 | 75 | 100 | 70 |
| Binary | 11010101 | 11010111 | 1000110 | 1 | 0 | 1000011 | 10000 | 111101 | 1000000 | 111000 |
Color Harmonies of #D5D746
Complementary color
Monochromatic Colors of #D5D746
Black with #D5D746
Text Example
Text Example
White with #D5D746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D746; }
p { color: rgb(213,215,70); }
H1.HeaderClassName
{
color: #D5D746;
}
.AnyTagClassName
{
color: #D5D746;
}
</style>
background-color css
<style>
a { background-color: #D5D746; }
a { background-color: rgb(213,215,70); }
div.DivClassName
{
background-color: #D5D746;
}
.BgClassName
{
background-color: #D5D746;
}
</style>
border-color css
<style>
span { border-color: #D5D746; }
span { border-color: rgb(213,215,70); }
td.TdClassName
{
border-color: #D5D746;
}
.TagClassName
{
border-color: #D5D746;
}
</style>