Shades of Wattle #D3D644
Tints of Wattle #D3D644
RGB
CMYK
RGB Variations
Color information
#D3D644 (or 0xD3D644) is known color: Wattle. HEX triplet: D3, D6 and 44. RGB value is (211,214,68). Sum of RGB (Red+Green+Blue) = 211+214+68=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 68 (26.95% from 255 or 13.79% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D644 is #2C29BB. Grayscale: #C5C5C5. Windows color (decimal): -2894268 or 4511443. OLE color: 4511443.
HSL color Cylindrical-coordinate representation of color #D3D644: hue angle of 61.23º degrees, saturation: 0.64, 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 #D3D644 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 68 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.16 |
| HSL | 61.23º | 0.64% | 0.55% | - |
| HSV(B) | 61.23º | 0.68% | 0.84% | - |
| XYZ | 51.95 | 62.36 | 14.77 | - |
| YUV | 196.46 | 55.51 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 68 | 0.01 | 0 | 0.68 | 0.16 | 61.23 | 0.64 | 0.55 |
| Hex | D3 | D6 | 44 | 1 | 0 | 44 | 10 | 3D | 40 | 37 |
| Octal | 323 | 326 | 104 | 1 | 0 | 104 | 20 | 75 | 100 | 67 |
| Binary | 11010011 | 11010110 | 1000100 | 1 | 0 | 1000100 | 10000 | 111101 | 1000000 | 110111 |
Color Harmonies of #D3D644
Complementary color
Monochromatic Colors of #D3D644
Black with #D3D644
Text Example
Text Example
White with #D3D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D644; }
p { color: rgb(211,214,68); }
H1.HeaderClassName
{
color: #D3D644;
}
.AnyTagClassName
{
color: #D3D644;
}
</style>
background-color css
<style>
a { background-color: #D3D644; }
a { background-color: rgb(211,214,68); }
div.DivClassName
{
background-color: #D3D644;
}
.BgClassName
{
background-color: #D3D644;
}
</style>
border-color css
<style>
span { border-color: #D3D644; }
span { border-color: rgb(211,214,68); }
td.TdClassName
{
border-color: #D3D644;
}
.TagClassName
{
border-color: #D3D644;
}
</style>