Shades of Wattle #D1C540
Tints of Wattle #D1C540
RGB
CMYK
RGB Variations
Color information
#D1C540 (or 0xD1C540) is known color: Wattle. HEX triplet: D1, C5 and 40. RGB value is (209,197,64). Sum of RGB (Red+Green+Blue) = 209+197+64=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C540 is #2E3ABF. Grayscale: #B9B9B9. Windows color (decimal): -3029696 or 4244945. OLE color: 4244945.
HSL color Cylindrical-coordinate representation of color #D1C540: hue angle of 55.03º 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 #D1C540 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 64 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.18 |
| HSL | 55.03º | 0.61% | 0.54% | - |
| HSV(B) | 55.03º | 0.69% | 0.82% | - |
| XYZ | 47.19 | 53.86 | 12.76 | - |
| YUV | 185.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 64 | 0 | 0.06 | 0.69 | 0.18 | 55.03 | 0.61 | 0.54 |
| Hex | D1 | C5 | 40 | 0 | 6 | 45 | 12 | 37 | 3D | 36 |
| Octal | 321 | 305 | 100 | 0 | 6 | 105 | 22 | 67 | 75 | 66 |
| Binary | 11010001 | 11000101 | 1000000 | 0 | 110 | 1000101 | 10010 | 110111 | 111101 | 110110 |
Color Harmonies of #D1C540
Complementary color
Monochromatic Colors of #D1C540
Black with #D1C540
Text Example
Text Example
White with #D1C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C540; }
p { color: rgb(209,197,64); }
H1.HeaderClassName
{
color: #D1C540;
}
.AnyTagClassName
{
color: #D1C540;
}
</style>
background-color css
<style>
a { background-color: #D1C540; }
a { background-color: rgb(209,197,64); }
div.DivClassName
{
background-color: #D1C540;
}
.BgClassName
{
background-color: #D1C540;
}
</style>
border-color css
<style>
span { border-color: #D1C540; }
span { border-color: rgb(209,197,64); }
td.TdClassName
{
border-color: #D1C540;
}
.TagClassName
{
border-color: #D1C540;
}
</style>