Shades of Wattle #D4D13B
Tints of Wattle #D4D13B
RGB
CMYK
RGB Variations
Color information
#D4D13B (or 0xD4D13B) is known color: Wattle. HEX triplet: D4, D1 and 3B. RGB value is (212,209,59). Sum of RGB (Red+Green+Blue) = 212+209+59=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D13B is #2B2EC4. Grayscale: #C1C1C1. Windows color (decimal): -2830021 or 3920340. OLE color: 3920340.
HSL color Cylindrical-coordinate representation of color #D4D13B: hue angle of 58.82º 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 #D4D13B is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 59 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.17 |
| HSL | 58.82º | 0.64% | 0.53% | - |
| HSV(B) | 58.82º | 0.72% | 0.83% | - |
| XYZ | 50.74 | 59.91 | 13.03 | - |
| YUV | 192.8 | 52.49 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 59 | 0 | 0.01 | 0.72 | 0.17 | 58.82 | 0.64 | 0.53 |
| Hex | D4 | D1 | 3B | 0 | 1 | 48 | 11 | 3B | 40 | 35 |
| Octal | 324 | 321 | 73 | 0 | 1 | 110 | 21 | 73 | 100 | 65 |
| Binary | 11010100 | 11010001 | 111011 | 0 | 1 | 1001000 | 10001 | 111011 | 1000000 | 110101 |
Color Harmonies of #D4D13B
Complementary color
Monochromatic Colors of #D4D13B
Black with #D4D13B
Text Example
Text Example
White with #D4D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D13B; }
p { color: rgb(212,209,59); }
H1.HeaderClassName
{
color: #D4D13B;
}
.AnyTagClassName
{
color: #D4D13B;
}
</style>
background-color css
<style>
a { background-color: #D4D13B; }
a { background-color: rgb(212,209,59); }
div.DivClassName
{
background-color: #D4D13B;
}
.BgClassName
{
background-color: #D4D13B;
}
</style>
border-color css
<style>
span { border-color: #D4D13B; }
span { border-color: rgb(212,209,59); }
td.TdClassName
{
border-color: #D4D13B;
}
.TagClassName
{
border-color: #D4D13B;
}
</style>