Shades of Wattle #D1C040
Tints of Wattle #D1C040
RGB
CMYK
RGB Variations
Color information
#D1C040 (or 0xD1C040) is known color: Wattle. HEX triplet: D1, C0 and 40. RGB value is (209,192,64). Sum of RGB (Red+Green+Blue) = 209+192+64=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C040 is #2E3FBF. Grayscale: #B7B7B7. Windows color (decimal): -3030976 or 4243665. OLE color: 4243665.
HSL color Cylindrical-coordinate representation of color #D1C040: hue angle of 52.97º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1C040 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 64 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.18 |
| HSL | 52.97º | 0.61% | 0.54% | - |
| HSV(B) | 52.97º | 0.69% | 0.82% | - |
| XYZ | 46.07 | 51.62 | 12.39 | - |
| YUV | 182.49 | 61.13 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 64 | 0 | 0.08 | 0.69 | 0.18 | 52.97 | 0.61 | 0.54 |
| Hex | D1 | C0 | 40 | 0 | 8 | 45 | 12 | 35 | 3D | 36 |
| Octal | 321 | 300 | 100 | 0 | 10 | 105 | 22 | 65 | 75 | 66 |
| Binary | 11010001 | 11000000 | 1000000 | 0 | 1000 | 1000101 | 10010 | 110101 | 111101 | 110110 |
Color Harmonies of #D1C040
Complementary color
Monochromatic Colors of #D1C040
Black with #D1C040
Text Example
Text Example
White with #D1C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C040; }
p { color: rgb(209,192,64); }
H1.HeaderClassName
{
color: #D1C040;
}
.AnyTagClassName
{
color: #D1C040;
}
</style>
background-color css
<style>
a { background-color: #D1C040; }
a { background-color: rgb(209,192,64); }
div.DivClassName
{
background-color: #D1C040;
}
.BgClassName
{
background-color: #D1C040;
}
</style>
border-color css
<style>
span { border-color: #D1C040; }
span { border-color: rgb(209,192,64); }
td.TdClassName
{
border-color: #D1C040;
}
.TagClassName
{
border-color: #D1C040;
}
</style>