Shades of Wattle #D3C83E
Tints of Wattle #D3C83E
RGB
CMYK
RGB Variations
Color information
#D3C83E (or 0xD3C83E) is known color: Wattle. HEX triplet: D3, C8 and 3E. RGB value is (211,200,62). Sum of RGB (Red+Green+Blue) = 211+200+62=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C83E is #2C37C1. Grayscale: #BCBCBC. Windows color (decimal): -2897858 or 4114643. OLE color: 4114643.
HSL color Cylindrical-coordinate representation of color #D3C83E: hue angle of 55.57º 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 #D3C83E is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 200 | 62 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.17 |
| HSL | 55.57º | 0.63% | 0.54% | - |
| HSV(B) | 55.57º | 0.71% | 0.83% | - |
| XYZ | 48.39 | 55.51 | 12.72 | - |
| YUV | 187.56 | 57.14 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 200 | 62 | 0 | 0.05 | 0.71 | 0.17 | 55.57 | 0.63 | 0.54 |
| Hex | D3 | C8 | 3E | 0 | 5 | 47 | 11 | 38 | 3F | 36 |
| Octal | 323 | 310 | 76 | 0 | 5 | 107 | 21 | 70 | 77 | 66 |
| Binary | 11010011 | 11001000 | 111110 | 0 | 101 | 1000111 | 10001 | 111000 | 111111 | 110110 |
Color Harmonies of #D3C83E
Complementary color
Monochromatic Colors of #D3C83E
Black with #D3C83E
Text Example
Text Example
White with #D3C83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C83E; }
p { color: rgb(211,200,62); }
H1.HeaderClassName
{
color: #D3C83E;
}
.AnyTagClassName
{
color: #D3C83E;
}
</style>
background-color css
<style>
a { background-color: #D3C83E; }
a { background-color: rgb(211,200,62); }
div.DivClassName
{
background-color: #D3C83E;
}
.BgClassName
{
background-color: #D3C83E;
}
</style>
border-color css
<style>
span { border-color: #D3C83E; }
span { border-color: rgb(211,200,62); }
td.TdClassName
{
border-color: #D3C83E;
}
.TagClassName
{
border-color: #D3C83E;
}
</style>