Shades of Wattle #D3D240
Tints of Wattle #D3D240
RGB
CMYK
RGB Variations
Color information
#D3D240 (or 0xD3D240) is known color: Wattle. HEX triplet: D3, D2 and 40. RGB value is (211,210,64). Sum of RGB (Red+Green+Blue) = 211+210+64=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D240 is #2C2DBF. Grayscale: #C2C2C2. Windows color (decimal): -2895296 or 4248275. OLE color: 4248275.
HSL color Cylindrical-coordinate representation of color #D3D240: hue angle of 59.59º 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 #D3D240 is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 210 | 64 | - |
| CMYK | 0 | 0.00 | 0.70 | 0.17 |
| HSL | 59.59º | 0.63% | 0.54% | - |
| HSV(B) | 59.59º | 0.7% | 0.83% | - |
| XYZ | 50.84 | 60.31 | 13.81 | - |
| YUV | 193.66 | 54.83 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 210 | 64 | 0 | 0.00 | 0.70 | 0.17 | 59.59 | 0.63 | 0.54 |
| Hex | D3 | D2 | 40 | 0 | 0 | 46 | 11 | 3C | 3F | 36 |
| Octal | 323 | 322 | 100 | 0 | 0 | 106 | 21 | 74 | 77 | 66 |
| Binary | 11010011 | 11010010 | 1000000 | 0 | 0 | 1000110 | 10001 | 111100 | 111111 | 110110 |
Color Harmonies of #D3D240
Complementary color
Monochromatic Colors of #D3D240
Black with #D3D240
Text Example
Text Example
White with #D3D240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D240; }
p { color: rgb(211,210,64); }
H1.HeaderClassName
{
color: #D3D240;
}
.AnyTagClassName
{
color: #D3D240;
}
</style>
background-color css
<style>
a { background-color: #D3D240; }
a { background-color: rgb(211,210,64); }
div.DivClassName
{
background-color: #D3D240;
}
.BgClassName
{
background-color: #D3D240;
}
</style>
border-color css
<style>
span { border-color: #D3D240; }
span { border-color: rgb(211,210,64); }
td.TdClassName
{
border-color: #D3D240;
}
.TagClassName
{
border-color: #D3D240;
}
</style>