Shades of Wattle #D3D540
Tints of Wattle #D3D540
RGB
CMYK
RGB Variations
Color information
#D3D540 (or 0xD3D540) is known color: Wattle. HEX triplet: D3, D5 and 40. RGB value is (211,213,64). Sum of RGB (Red+Green+Blue) = 211+213+64=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D540 is #2C2ABF. Grayscale: #C4C4C4. Windows color (decimal): -2894528 or 4249043. OLE color: 4249043.
HSL color Cylindrical-coordinate representation of color #D3D540: hue angle of 60.81º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3D540 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 213 | 64 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.16 |
| HSL | 60.81º | 0.64% | 0.54% | - |
| HSV(B) | 60.81º | 0.7% | 0.84% | - |
| XYZ | 51.58 | 61.81 | 14.06 | - |
| YUV | 195.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 213 | 64 | 0.01 | 0 | 0.70 | 0.16 | 60.81 | 0.64 | 0.54 |
| Hex | D3 | D5 | 40 | 1 | 0 | 46 | 10 | 3D | 40 | 36 |
| Octal | 323 | 325 | 100 | 1 | 0 | 106 | 20 | 75 | 100 | 66 |
| Binary | 11010011 | 11010101 | 1000000 | 1 | 0 | 1000110 | 10000 | 111101 | 1000000 | 110110 |
Color Harmonies of #D3D540
Complementary color
Monochromatic Colors of #D3D540
Black with #D3D540
Text Example
Text Example
White with #D3D540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D540; }
p { color: rgb(211,213,64); }
H1.HeaderClassName
{
color: #D3D540;
}
.AnyTagClassName
{
color: #D3D540;
}
</style>
background-color css
<style>
a { background-color: #D3D540; }
a { background-color: rgb(211,213,64); }
div.DivClassName
{
background-color: #D3D540;
}
.BgClassName
{
background-color: #D3D540;
}
</style>
border-color css
<style>
span { border-color: #D3D540; }
span { border-color: rgb(211,213,64); }
td.TdClassName
{
border-color: #D3D540;
}
.TagClassName
{
border-color: #D3D540;
}
</style>