Shades of Wattle #D4D43B
Tints of Wattle #D4D43B
RGB
CMYK
RGB Variations
Color information
#D4D43B (or 0xD4D43B) is known color: Wattle. HEX triplet: D4, D4 and 3B. RGB value is (212,212,59). Sum of RGB (Red+Green+Blue) = 212+212+59=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 59 (23.44% from 255 or 12.22% from 483); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D43B is #2B2BC4. Grayscale: #C3C3C3. Windows color (decimal): -2829253 or 3921108. OLE color: 3921108.
HSL color Cylindrical-coordinate representation of color #D4D43B: hue angle of 60º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4D43B is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 212 | 59 | - |
| CMYK | 0 | 0 | 0.72 | 0.17 |
| HSL | 60º | 0.64% | 0.53% | - |
| HSV(B) | 60º | 0.72% | 0.83% | - |
| XYZ | 51.48 | 61.4 | 13.28 | - |
| YUV | 194.56 | 51.5 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 212 | 59 | 0 | 0 | 0.72 | 0.17 | 60 | 0.64 | 0.53 |
| Hex | D4 | D4 | 3B | 0 | 0 | 48 | 11 | 3C | 40 | 35 |
| Octal | 324 | 324 | 73 | 0 | 0 | 110 | 21 | 74 | 100 | 65 |
| Binary | 11010100 | 11010100 | 111011 | 0 | 0 | 1001000 | 10001 | 111100 | 1000000 | 110101 |
Color Harmonies of #D4D43B
Complementary color
Monochromatic Colors of #D4D43B
Black with #D4D43B
Text Example
Text Example
White with #D4D43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D43B; }
p { color: rgb(212,212,59); }
H1.HeaderClassName
{
color: #D4D43B;
}
.AnyTagClassName
{
color: #D4D43B;
}
</style>
background-color css
<style>
a { background-color: #D4D43B; }
a { background-color: rgb(212,212,59); }
div.DivClassName
{
background-color: #D4D43B;
}
.BgClassName
{
background-color: #D4D43B;
}
</style>
border-color css
<style>
span { border-color: #D4D43B; }
span { border-color: rgb(212,212,59); }
td.TdClassName
{
border-color: #D4D43B;
}
.TagClassName
{
border-color: #D4D43B;
}
</style>