Shades of Wattle #D4D53F
Tints of Wattle #D4D53F
RGB
CMYK
RGB Variations
Color information
#D4D53F (or 0xD4D53F) is known color: Wattle. HEX triplet: D4, D5 and 3F. RGB value is (212,213,63). Sum of RGB (Red+Green+Blue) = 212+213+63=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 63 (25% from 255 or 12.91% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D53F is #2B2AC0. Grayscale: #C4C4C4. Windows color (decimal): -2828993 or 4183508. OLE color: 4183508.
HSL color Cylindrical-coordinate representation of color #D4D53F: hue angle of 60.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4D53F is Cyan = 0.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 63 | - |
| CMYK | 0.00 | 0 | 0.70 | 0.16 |
| HSL | 60.4º | 0.64% | 0.54% | - |
| HSV(B) | 60.4º | 0.7% | 0.84% | - |
| XYZ | 51.84 | 61.94 | 13.93 | - |
| YUV | 195.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 63 | 0.00 | 0 | 0.70 | 0.16 | 60.4 | 0.64 | 0.54 |
| Hex | D4 | D5 | 3F | 0 | 0 | 46 | 10 | 3C | 40 | 36 |
| Octal | 324 | 325 | 77 | 0 | 0 | 106 | 20 | 74 | 100 | 66 |
| Binary | 11010100 | 11010101 | 111111 | 0 | 0 | 1000110 | 10000 | 111100 | 1000000 | 110110 |
Color Harmonies of #D4D53F
Complementary color
Monochromatic Colors of #D4D53F
Black with #D4D53F
Text Example
Text Example
White with #D4D53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D53F; }
p { color: rgb(212,213,63); }
H1.HeaderClassName
{
color: #D4D53F;
}
.AnyTagClassName
{
color: #D4D53F;
}
</style>
background-color css
<style>
a { background-color: #D4D53F; }
a { background-color: rgb(212,213,63); }
div.DivClassName
{
background-color: #D4D53F;
}
.BgClassName
{
background-color: #D4D53F;
}
</style>
border-color css
<style>
span { border-color: #D4D53F; }
span { border-color: rgb(212,213,63); }
td.TdClassName
{
border-color: #D4D53F;
}
.TagClassName
{
border-color: #D4D53F;
}
</style>