Shades of Wattle #D4D341
Tints of Wattle #D4D341
RGB
CMYK
RGB Variations
Color information
#D4D341 (or 0xD4D341) is known color: Wattle. HEX triplet: D4, D3 and 41. RGB value is (212,211,65). Sum of RGB (Red+Green+Blue) = 212+211+65=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D341 is #2B2CBE. Grayscale: #C3C3C3. Windows color (decimal): -2829503 or 4314068. OLE color: 4314068.
HSL color Cylindrical-coordinate representation of color #D4D341: hue angle of 59.59º 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 #D4D341 is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 211 | 65 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.17 |
| HSL | 59.59º | 0.63% | 0.54% | - |
| HSV(B) | 59.59º | 0.69% | 0.83% | - |
| XYZ | 51.4 | 60.97 | 14.06 | - |
| YUV | 194.66 | 54.83 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 65 | 0 | 0.00 | 0.69 | 0.17 | 59.59 | 0.63 | 0.54 |
| Hex | D4 | D3 | 41 | 0 | 0 | 45 | 11 | 3C | 3F | 36 |
| Octal | 324 | 323 | 101 | 0 | 0 | 105 | 21 | 74 | 77 | 66 |
| Binary | 11010100 | 11010011 | 1000001 | 0 | 0 | 1000101 | 10001 | 111100 | 111111 | 110110 |
Color Harmonies of #D4D341
Complementary color
Monochromatic Colors of #D4D341
Black with #D4D341
Text Example
Text Example
White with #D4D341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D341; }
p { color: rgb(212,211,65); }
H1.HeaderClassName
{
color: #D4D341;
}
.AnyTagClassName
{
color: #D4D341;
}
</style>
background-color css
<style>
a { background-color: #D4D341; }
a { background-color: rgb(212,211,65); }
div.DivClassName
{
background-color: #D4D341;
}
.BgClassName
{
background-color: #D4D341;
}
</style>
border-color css
<style>
span { border-color: #D4D341; }
span { border-color: rgb(212,211,65); }
td.TdClassName
{
border-color: #D4D341;
}
.TagClassName
{
border-color: #D4D341;
}
</style>