Shades of Wattle #D4C641
Tints of Wattle #D4C641
RGB
CMYK
RGB Variations
Color information
#D4C641 (or 0xD4C641) is known color: Wattle. HEX triplet: D4, C6 and 41. RGB value is (212,198,65). Sum of RGB (Red+Green+Blue) = 212+198+65=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 65 (25.78% from 255 or 13.68% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C641 is #2B39BE. Grayscale: #BBBBBB. Windows color (decimal): -2832831 or 4310740. OLE color: 4310740.
HSL color Cylindrical-coordinate representation of color #D4C641: hue angle of 54.29º degrees, saturation: 0.63, 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 #D4C641 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 65 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.17 |
| HSL | 54.29º | 0.63% | 0.54% | - |
| HSV(B) | 54.29º | 0.69% | 0.83% | - |
| XYZ | 48.3 | 54.77 | 13.03 | - |
| YUV | 187.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 65 | 0 | 0.07 | 0.69 | 0.17 | 54.29 | 0.63 | 0.54 |
| Hex | D4 | C6 | 41 | 0 | 7 | 45 | 11 | 36 | 3F | 36 |
| Octal | 324 | 306 | 101 | 0 | 7 | 105 | 21 | 66 | 77 | 66 |
| Binary | 11010100 | 11000110 | 1000001 | 0 | 111 | 1000101 | 10001 | 110110 | 111111 | 110110 |
Color Harmonies of #D4C641
Complementary color
Monochromatic Colors of #D4C641
Black with #D4C641
Text Example
Text Example
White with #D4C641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C641; }
p { color: rgb(212,198,65); }
H1.HeaderClassName
{
color: #D4C641;
}
.AnyTagClassName
{
color: #D4C641;
}
</style>
background-color css
<style>
a { background-color: #D4C641; }
a { background-color: rgb(212,198,65); }
div.DivClassName
{
background-color: #D4C641;
}
.BgClassName
{
background-color: #D4C641;
}
</style>
border-color css
<style>
span { border-color: #D4C641; }
span { border-color: rgb(212,198,65); }
td.TdClassName
{
border-color: #D4C641;
}
.TagClassName
{
border-color: #D4C641;
}
</style>