Shades of Wattle #D5D13A
Tints of Wattle #D5D13A
RGB
CMYK
RGB Variations
Color information
#D5D13A (or 0xD5D13A) is known color: Wattle. HEX triplet: D5, D1 and 3A. RGB value is (213,209,58). Sum of RGB (Red+Green+Blue) = 213+209+58=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D13A is #2A2EC5. Grayscale: #C1C1C1. Windows color (decimal): -2764486 or 3854805. OLE color: 3854805.
HSL color Cylindrical-coordinate representation of color #D5D13A: hue angle of 58.45º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5D13A is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 58 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.16 |
| HSL | 58.45º | 0.65% | 0.53% | - |
| HSV(B) | 58.45º | 0.73% | 0.84% | - |
| XYZ | 51 | 60.05 | 12.91 | - |
| YUV | 192.98 | 51.83 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 58 | 0 | 0.02 | 0.73 | 0.16 | 58.45 | 0.65 | 0.53 |
| Hex | D5 | D1 | 3A | 0 | 2 | 49 | 10 | 3A | 41 | 35 |
| Octal | 325 | 321 | 72 | 0 | 2 | 111 | 20 | 72 | 101 | 65 |
| Binary | 11010101 | 11010001 | 111010 | 0 | 10 | 1001001 | 10000 | 111010 | 1000001 | 110101 |
Color Harmonies of #D5D13A
Complementary color
Monochromatic Colors of #D5D13A
Black with #D5D13A
Text Example
Text Example
White with #D5D13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D13A; }
p { color: rgb(213,209,58); }
H1.HeaderClassName
{
color: #D5D13A;
}
.AnyTagClassName
{
color: #D5D13A;
}
</style>
background-color css
<style>
a { background-color: #D5D13A; }
a { background-color: rgb(213,209,58); }
div.DivClassName
{
background-color: #D5D13A;
}
.BgClassName
{
background-color: #D5D13A;
}
</style>
border-color css
<style>
span { border-color: #D5D13A; }
span { border-color: rgb(213,209,58); }
td.TdClassName
{
border-color: #D5D13A;
}
.TagClassName
{
border-color: #D5D13A;
}
</style>