Shades of Wattle #D3D544
Tints of Wattle #D3D544
RGB
CMYK
RGB Variations
Color information
#D3D544 (or 0xD3D544) is known color: Wattle. HEX triplet: D3, D5 and 44. RGB value is (211,213,68). Sum of RGB (Red+Green+Blue) = 211+213+68=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 68 (26.95% from 255 or 13.82% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D544 is #2C2ABB. Grayscale: #C4C4C4. Windows color (decimal): -2894524 or 4511187. OLE color: 4511187.
HSL color Cylindrical-coordinate representation of color #D3D544: hue angle of 60.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3D544 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 213 | 68 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.16 |
| HSL | 60.83º | 0.63% | 0.55% | - |
| HSV(B) | 60.83º | 0.68% | 0.84% | - |
| XYZ | 51.7 | 61.85 | 14.68 | - |
| YUV | 195.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 213 | 68 | 0.01 | 0 | 0.68 | 0.16 | 60.83 | 0.63 | 0.55 |
| Hex | D3 | D5 | 44 | 1 | 0 | 44 | 10 | 3D | 3F | 37 |
| Octal | 323 | 325 | 104 | 1 | 0 | 104 | 20 | 75 | 77 | 67 |
| Binary | 11010011 | 11010101 | 1000100 | 1 | 0 | 1000100 | 10000 | 111101 | 111111 | 110111 |
Color Harmonies of #D3D544
Complementary color
Monochromatic Colors of #D3D544
Black with #D3D544
Text Example
Text Example
White with #D3D544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D544; }
p { color: rgb(211,213,68); }
H1.HeaderClassName
{
color: #D3D544;
}
.AnyTagClassName
{
color: #D3D544;
}
</style>
background-color css
<style>
a { background-color: #D3D544; }
a { background-color: rgb(211,213,68); }
div.DivClassName
{
background-color: #D3D544;
}
.BgClassName
{
background-color: #D3D544;
}
</style>
border-color css
<style>
span { border-color: #D3D544; }
span { border-color: rgb(211,213,68); }
td.TdClassName
{
border-color: #D3D544;
}
.TagClassName
{
border-color: #D3D544;
}
</style>