Shades of Wattle #D5D13F
Tints of Wattle #D5D13F
RGB
CMYK
RGB Variations
Color information
#D5D13F (or 0xD5D13F) is known color: Wattle. HEX triplet: D5, D1 and 3F. RGB value is (213,209,63). Sum of RGB (Red+Green+Blue) = 213+209+63=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D13F is #2A2EC0. Grayscale: #C2C2C2. Windows color (decimal): -2764481 or 4182485. OLE color: 4182485.
HSL color Cylindrical-coordinate representation of color #D5D13F: hue angle of 58.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 #D5D13F is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 63 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.16 |
| HSL | 58.4º | 0.64% | 0.54% | - |
| HSV(B) | 58.4º | 0.7% | 0.84% | - |
| XYZ | 51.14 | 60.11 | 13.61 | - |
| YUV | 193.55 | 54.33 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 63 | 0 | 0.02 | 0.70 | 0.16 | 58.4 | 0.64 | 0.54 |
| Hex | D5 | D1 | 3F | 0 | 2 | 46 | 10 | 3A | 40 | 36 |
| Octal | 325 | 321 | 77 | 0 | 2 | 106 | 20 | 72 | 100 | 66 |
| Binary | 11010101 | 11010001 | 111111 | 0 | 10 | 1000110 | 10000 | 111010 | 1000000 | 110110 |
Color Harmonies of #D5D13F
Complementary color
Monochromatic Colors of #D5D13F
Black with #D5D13F
Text Example
Text Example
White with #D5D13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D13F; }
p { color: rgb(213,209,63); }
H1.HeaderClassName
{
color: #D5D13F;
}
.AnyTagClassName
{
color: #D5D13F;
}
</style>
background-color css
<style>
a { background-color: #D5D13F; }
a { background-color: rgb(213,209,63); }
div.DivClassName
{
background-color: #D5D13F;
}
.BgClassName
{
background-color: #D5D13F;
}
</style>
border-color css
<style>
span { border-color: #D5D13F; }
span { border-color: rgb(213,209,63); }
td.TdClassName
{
border-color: #D5D13F;
}
.TagClassName
{
border-color: #D5D13F;
}
</style>