Shades of Wattle #D4D343
Tints of Wattle #D4D343
RGB
CMYK
RGB Variations
Color information
#D4D343 (or 0xD4D343) is known color: Wattle. HEX triplet: D4, D3 and 43. RGB value is (212,211,67). Sum of RGB (Red+Green+Blue) = 212+211+67=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 67 (26.56% from 255 or 13.67% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D343 is #2B2CBC. Grayscale: #C3C3C3. Windows color (decimal): -2829501 or 4445140. OLE color: 4445140.
HSL color Cylindrical-coordinate representation of color #D4D343: hue angle of 59.59º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4D343 is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 211 | 67 | - |
| CMYK | 0 | 0.00 | 0.68 | 0.17 |
| HSL | 59.59º | 0.63% | 0.55% | - |
| HSV(B) | 59.59º | 0.68% | 0.83% | - |
| XYZ | 51.46 | 60.99 | 14.37 | - |
| YUV | 194.88 | 55.83 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 67 | 0 | 0.00 | 0.68 | 0.17 | 59.59 | 0.63 | 0.55 |
| Hex | D4 | D3 | 43 | 0 | 0 | 44 | 11 | 3C | 3F | 37 |
| Octal | 324 | 323 | 103 | 0 | 0 | 104 | 21 | 74 | 77 | 67 |
| Binary | 11010100 | 11010011 | 1000011 | 0 | 0 | 1000100 | 10001 | 111100 | 111111 | 110111 |
Color Harmonies of #D4D343
Complementary color
Monochromatic Colors of #D4D343
Black with #D4D343
Text Example
Text Example
White with #D4D343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D343; }
p { color: rgb(212,211,67); }
H1.HeaderClassName
{
color: #D4D343;
}
.AnyTagClassName
{
color: #D4D343;
}
</style>
background-color css
<style>
a { background-color: #D4D343; }
a { background-color: rgb(212,211,67); }
div.DivClassName
{
background-color: #D4D343;
}
.BgClassName
{
background-color: #D4D343;
}
</style>
border-color css
<style>
span { border-color: #D4D343; }
span { border-color: rgb(212,211,67); }
td.TdClassName
{
border-color: #D4D343;
}
.TagClassName
{
border-color: #D4D343;
}
</style>