Shades of Wattle #D3C342
Tints of Wattle #D3C342
RGB
CMYK
RGB Variations
Color information
#D3C342 (or 0xD3C342) is known color: Wattle. HEX triplet: D3, C3 and 42. RGB value is (211,195,66). Sum of RGB (Red+Green+Blue) = 211+195+66=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C342 is #2C3CBD. Grayscale: #B9B9B9. Windows color (decimal): -2899134 or 4375507. OLE color: 4375507.
HSL color Cylindrical-coordinate representation of color #D3C342: hue angle of 53.38º 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 #D3C342 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 195 | 66 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.17 |
| HSL | 53.38º | 0.62% | 0.54% | - |
| HSV(B) | 53.38º | 0.69% | 0.83% | - |
| XYZ | 47.36 | 53.27 | 12.94 | - |
| YUV | 185.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 66 | 0 | 0.08 | 0.69 | 0.17 | 53.38 | 0.62 | 0.54 |
| Hex | D3 | C3 | 42 | 0 | 8 | 45 | 11 | 35 | 3E | 36 |
| Octal | 323 | 303 | 102 | 0 | 10 | 105 | 21 | 65 | 76 | 66 |
| Binary | 11010011 | 11000011 | 1000010 | 0 | 1000 | 1000101 | 10001 | 110101 | 111110 | 110110 |
Color Harmonies of #D3C342
Complementary color
Monochromatic Colors of #D3C342
Black with #D3C342
Text Example
Text Example
White with #D3C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C342; }
p { color: rgb(211,195,66); }
H1.HeaderClassName
{
color: #D3C342;
}
.AnyTagClassName
{
color: #D3C342;
}
</style>
background-color css
<style>
a { background-color: #D3C342; }
a { background-color: rgb(211,195,66); }
div.DivClassName
{
background-color: #D3C342;
}
.BgClassName
{
background-color: #D3C342;
}
</style>
border-color css
<style>
span { border-color: #D3C342; }
span { border-color: rgb(211,195,66); }
td.TdClassName
{
border-color: #D3C342;
}
.TagClassName
{
border-color: #D3C342;
}
</style>