Shades of Wattle #D2C040
Tints of Wattle #D2C040
RGB
CMYK
RGB Variations
Color information
#D2C040 (or 0xD2C040) is known color: Wattle. HEX triplet: D2, C0 and 40. RGB value is (210,192,64). Sum of RGB (Red+Green+Blue) = 210+192+64=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C040 is #2D3FBF. Grayscale: #B7B7B7. Windows color (decimal): -2965440 or 4243666. OLE color: 4243666.
HSL color Cylindrical-coordinate representation of color #D2C040: hue angle of 52.6º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2C040 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 64 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.18 |
| HSL | 52.6º | 0.62% | 0.54% | - |
| HSV(B) | 52.6º | 0.7% | 0.82% | - |
| XYZ | 46.35 | 51.77 | 12.4 | - |
| YUV | 182.79 | 60.96 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 64 | 0 | 0.09 | 0.70 | 0.18 | 52.6 | 0.62 | 0.54 |
| Hex | D2 | C0 | 40 | 0 | 9 | 46 | 12 | 35 | 3E | 36 |
| Octal | 322 | 300 | 100 | 0 | 11 | 106 | 22 | 65 | 76 | 66 |
| Binary | 11010010 | 11000000 | 1000000 | 0 | 1001 | 1000110 | 10010 | 110101 | 111110 | 110110 |
Color Harmonies of #D2C040
Complementary color
Monochromatic Colors of #D2C040
Black with #D2C040
Text Example
Text Example
White with #D2C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C040; }
p { color: rgb(210,192,64); }
H1.HeaderClassName
{
color: #D2C040;
}
.AnyTagClassName
{
color: #D2C040;
}
</style>
background-color css
<style>
a { background-color: #D2C040; }
a { background-color: rgb(210,192,64); }
div.DivClassName
{
background-color: #D2C040;
}
.BgClassName
{
background-color: #D2C040;
}
</style>
border-color css
<style>
span { border-color: #D2C040; }
span { border-color: rgb(210,192,64); }
td.TdClassName
{
border-color: #D2C040;
}
.TagClassName
{
border-color: #D2C040;
}
</style>