Shades of Wattle #D3C944
Tints of Wattle #D3C944
RGB
CMYK
RGB Variations
Color information
#D3C944 (or 0xD3C944) is known color: Wattle. HEX triplet: D3, C9 and 44. RGB value is (211,201,68). Sum of RGB (Red+Green+Blue) = 211+201+68=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 68 (26.95% from 255 or 14.17% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C944 is #2C36BB. Grayscale: #BDBDBD. Windows color (decimal): -2897596 or 4508115. OLE color: 4508115.
HSL color Cylindrical-coordinate representation of color #D3C944: hue angle of 55.8º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3C944 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 68 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.17 |
| HSL | 55.8º | 0.62% | 0.55% | - |
| HSV(B) | 55.8º | 0.68% | 0.83% | - |
| XYZ | 48.79 | 56.04 | 13.71 | - |
| YUV | 188.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 68 | 0 | 0.05 | 0.68 | 0.17 | 55.8 | 0.62 | 0.55 |
| Hex | D3 | C9 | 44 | 0 | 5 | 44 | 11 | 38 | 3E | 37 |
| Octal | 323 | 311 | 104 | 0 | 5 | 104 | 21 | 70 | 76 | 67 |
| Binary | 11010011 | 11001001 | 1000100 | 0 | 101 | 1000100 | 10001 | 111000 | 111110 | 110111 |
Color Harmonies of #D3C944
Complementary color
Monochromatic Colors of #D3C944
Black with #D3C944
Text Example
Text Example
White with #D3C944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C944; }
p { color: rgb(211,201,68); }
H1.HeaderClassName
{
color: #D3C944;
}
.AnyTagClassName
{
color: #D3C944;
}
</style>
background-color css
<style>
a { background-color: #D3C944; }
a { background-color: rgb(211,201,68); }
div.DivClassName
{
background-color: #D3C944;
}
.BgClassName
{
background-color: #D3C944;
}
</style>
border-color css
<style>
span { border-color: #D3C944; }
span { border-color: rgb(211,201,68); }
td.TdClassName
{
border-color: #D3C944;
}
.TagClassName
{
border-color: #D3C944;
}
</style>