Shades of Wattle #D3CD41
Tints of Wattle #D3CD41
RGB
CMYK
RGB Variations
Color information
#D3CD41 (or 0xD3CD41) is known color: Wattle. HEX triplet: D3, CD and 41. RGB value is (211,205,65). Sum of RGB (Red+Green+Blue) = 211+205+65=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CD41 is #2C32BE. Grayscale: #BFBFBF. Windows color (decimal): -2896575 or 4312531. OLE color: 4312531.
HSL color Cylindrical-coordinate representation of color #D3CD41: hue angle of 57.53º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3CD41 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 65 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.17 |
| HSL | 57.53º | 0.62% | 0.54% | - |
| HSV(B) | 57.53º | 0.69% | 0.83% | - |
| XYZ | 49.65 | 57.89 | 13.56 | - |
| YUV | 190.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 65 | 0 | 0.03 | 0.69 | 0.17 | 57.53 | 0.62 | 0.54 |
| Hex | D3 | CD | 41 | 0 | 3 | 45 | 11 | 3A | 3E | 36 |
| Octal | 323 | 315 | 101 | 0 | 3 | 105 | 21 | 72 | 76 | 66 |
| Binary | 11010011 | 11001101 | 1000001 | 0 | 11 | 1000101 | 10001 | 111010 | 111110 | 110110 |
Color Harmonies of #D3CD41
Complementary color
Monochromatic Colors of #D3CD41
Black with #D3CD41
Text Example
Text Example
White with #D3CD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CD41; }
p { color: rgb(211,205,65); }
H1.HeaderClassName
{
color: #D3CD41;
}
.AnyTagClassName
{
color: #D3CD41;
}
</style>
background-color css
<style>
a { background-color: #D3CD41; }
a { background-color: rgb(211,205,65); }
div.DivClassName
{
background-color: #D3CD41;
}
.BgClassName
{
background-color: #D3CD41;
}
</style>
border-color css
<style>
span { border-color: #D3CD41; }
span { border-color: rgb(211,205,65); }
td.TdClassName
{
border-color: #D3CD41;
}
.TagClassName
{
border-color: #D3CD41;
}
</style>