Shades of Wattle #D4D443
Tints of Wattle #D4D443
RGB
CMYK
RGB Variations
Color information
#D4D443 (or 0xD4D443) is known color: Wattle. HEX triplet: D4, D4 and 43. RGB value is (212,212,67). Sum of RGB (Red+Green+Blue) = 212+212+67=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 67 (26.56% from 255 or 13.65% from 491); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D443 is #2B2BBC. Grayscale: #C4C4C4. Windows color (decimal): -2829245 or 4445396. OLE color: 4445396.
HSL color Cylindrical-coordinate representation of color #D4D443: hue angle of 60º 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 #D4D443 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 212 | 67 | - |
| CMYK | 0 | 0 | 0.68 | 0.17 |
| HSL | 60º | 0.63% | 0.55% | - |
| HSV(B) | 60º | 0.68% | 0.83% | - |
| XYZ | 51.71 | 61.49 | 14.45 | - |
| YUV | 195.47 | 55.5 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 212 | 67 | 0 | 0 | 0.68 | 0.17 | 60 | 0.63 | 0.55 |
| Hex | D4 | D4 | 43 | 0 | 0 | 44 | 11 | 3C | 3F | 37 |
| Octal | 324 | 324 | 103 | 0 | 0 | 104 | 21 | 74 | 77 | 67 |
| Binary | 11010100 | 11010100 | 1000011 | 0 | 0 | 1000100 | 10001 | 111100 | 111111 | 110111 |
Color Harmonies of #D4D443
Complementary color
Monochromatic Colors of #D4D443
Black with #D4D443
Text Example
Text Example
White with #D4D443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D443; }
p { color: rgb(212,212,67); }
H1.HeaderClassName
{
color: #D4D443;
}
.AnyTagClassName
{
color: #D4D443;
}
</style>
background-color css
<style>
a { background-color: #D4D443; }
a { background-color: rgb(212,212,67); }
div.DivClassName
{
background-color: #D4D443;
}
.BgClassName
{
background-color: #D4D443;
}
</style>
border-color css
<style>
span { border-color: #D4D443; }
span { border-color: rgb(212,212,67); }
td.TdClassName
{
border-color: #D4D443;
}
.TagClassName
{
border-color: #D4D443;
}
</style>