Shades of Wattle #D3C13E
Tints of Wattle #D3C13E
RGB
CMYK
RGB Variations
Color information
#D3C13E (or 0xD3C13E) is known color: Wattle. HEX triplet: D3, C1 and 3E. RGB value is (211,193,62). Sum of RGB (Red+Green+Blue) = 211+193+62=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C13E is #2C3EC1. Grayscale: #B7B7B7. Windows color (decimal): -2899650 or 4112851. OLE color: 4112851.
HSL color Cylindrical-coordinate representation of color #D3C13E: hue angle of 52.75º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3C13E is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 193 | 62 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.17 |
| HSL | 52.75º | 0.63% | 0.54% | - |
| HSV(B) | 52.75º | 0.71% | 0.83% | - |
| XYZ | 46.8 | 52.34 | 12.19 | - |
| YUV | 183.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 193 | 62 | 0 | 0.09 | 0.71 | 0.17 | 52.75 | 0.63 | 0.54 |
| Hex | D3 | C1 | 3E | 0 | 9 | 47 | 11 | 35 | 3F | 36 |
| Octal | 323 | 301 | 76 | 0 | 11 | 107 | 21 | 65 | 77 | 66 |
| Binary | 11010011 | 11000001 | 111110 | 0 | 1001 | 1000111 | 10001 | 110101 | 111111 | 110110 |
Color Harmonies of #D3C13E
Complementary color
Monochromatic Colors of #D3C13E
Black with #D3C13E
Text Example
Text Example
White with #D3C13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C13E; }
p { color: rgb(211,193,62); }
H1.HeaderClassName
{
color: #D3C13E;
}
.AnyTagClassName
{
color: #D3C13E;
}
</style>
background-color css
<style>
a { background-color: #D3C13E; }
a { background-color: rgb(211,193,62); }
div.DivClassName
{
background-color: #D3C13E;
}
.BgClassName
{
background-color: #D3C13E;
}
</style>
border-color css
<style>
span { border-color: #D3C13E; }
span { border-color: rgb(211,193,62); }
td.TdClassName
{
border-color: #D3C13E;
}
.TagClassName
{
border-color: #D3C13E;
}
</style>