Shades of Wattle #D3D040
Tints of Wattle #D3D040
RGB
CMYK
RGB Variations
Color information
#D3D040 (or 0xD3D040) is known color: Wattle. HEX triplet: D3, D0 and 40. RGB value is (211,208,64). Sum of RGB (Red+Green+Blue) = 211+208+64=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D040 is #2C2FBF. Grayscale: #C1C1C1. Windows color (decimal): -2895808 or 4247763. OLE color: 4247763.
HSL color Cylindrical-coordinate representation of color #D3D040: hue angle of 58.78º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3D040 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 208 | 64 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.17 |
| HSL | 58.78º | 0.63% | 0.54% | - |
| HSV(B) | 58.78º | 0.7% | 0.83% | - |
| XYZ | 50.35 | 59.33 | 13.65 | - |
| YUV | 192.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 64 | 0 | 0.01 | 0.70 | 0.17 | 58.78 | 0.63 | 0.54 |
| Hex | D3 | D0 | 40 | 0 | 1 | 46 | 11 | 3B | 3F | 36 |
| Octal | 323 | 320 | 100 | 0 | 1 | 106 | 21 | 73 | 77 | 66 |
| Binary | 11010011 | 11010000 | 1000000 | 0 | 1 | 1000110 | 10001 | 111011 | 111111 | 110110 |
Color Harmonies of #D3D040
Complementary color
Monochromatic Colors of #D3D040
Black with #D3D040
Text Example
Text Example
White with #D3D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D040; }
p { color: rgb(211,208,64); }
H1.HeaderClassName
{
color: #D3D040;
}
.AnyTagClassName
{
color: #D3D040;
}
</style>
background-color css
<style>
a { background-color: #D3D040; }
a { background-color: rgb(211,208,64); }
div.DivClassName
{
background-color: #D3D040;
}
.BgClassName
{
background-color: #D3D040;
}
</style>
border-color css
<style>
span { border-color: #D3D040; }
span { border-color: rgb(211,208,64); }
td.TdClassName
{
border-color: #D3D040;
}
.TagClassName
{
border-color: #D3D040;
}
</style>