Shades of Wattle #D4C140
Tints of Wattle #D4C140
RGB
CMYK
RGB Variations
Color information
#D4C140 (or 0xD4C140) is known color: Wattle. HEX triplet: D4, C1 and 40. RGB value is (212,193,64). Sum of RGB (Red+Green+Blue) = 212+193+64=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C140 is #2B3EBF. Grayscale: #B8B8B8. Windows color (decimal): -2834112 or 4243924. OLE color: 4243924.
HSL color Cylindrical-coordinate representation of color #D4C140: hue angle of 52.3º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4C140 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 193 | 64 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.17 |
| HSL | 52.3º | 0.63% | 0.54% | - |
| HSV(B) | 52.3º | 0.7% | 0.83% | - |
| XYZ | 47.15 | 52.51 | 12.5 | - |
| YUV | 183.98 | 60.29 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 193 | 64 | 0 | 0.09 | 0.70 | 0.17 | 52.3 | 0.63 | 0.54 |
| Hex | D4 | C1 | 40 | 0 | 9 | 46 | 11 | 34 | 3F | 36 |
| Octal | 324 | 301 | 100 | 0 | 11 | 106 | 21 | 64 | 77 | 66 |
| Binary | 11010100 | 11000001 | 1000000 | 0 | 1001 | 1000110 | 10001 | 110100 | 111111 | 110110 |
Color Harmonies of #D4C140
Complementary color
Monochromatic Colors of #D4C140
Black with #D4C140
Text Example
Text Example
White with #D4C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C140; }
p { color: rgb(212,193,64); }
H1.HeaderClassName
{
color: #D4C140;
}
.AnyTagClassName
{
color: #D4C140;
}
</style>
background-color css
<style>
a { background-color: #D4C140; }
a { background-color: rgb(212,193,64); }
div.DivClassName
{
background-color: #D4C140;
}
.BgClassName
{
background-color: #D4C140;
}
</style>
border-color css
<style>
span { border-color: #D4C140; }
span { border-color: rgb(212,193,64); }
td.TdClassName
{
border-color: #D4C140;
}
.TagClassName
{
border-color: #D4C140;
}
</style>