Shades of Wattle #D5CA3A
Tints of Wattle #D5CA3A
RGB
CMYK
RGB Variations
Color information
#D5CA3A (or 0xD5CA3A) is known color: Wattle. HEX triplet: D5, CA and 3A. RGB value is (213,202,58). Sum of RGB (Red+Green+Blue) = 213+202+58=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA3A is #2A35C5. Grayscale: #BDBDBD. Windows color (decimal): -2766278 or 3853013. OLE color: 3853013.
HSL color Cylindrical-coordinate representation of color #D5CA3A: hue angle of 55.74º 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 #D5CA3A is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 58 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.16 |
| HSL | 55.74º | 0.65% | 0.53% | - |
| HSV(B) | 55.74º | 0.73% | 0.84% | - |
| XYZ | 49.32 | 56.69 | 12.35 | - |
| YUV | 188.87 | 54.14 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 58 | 0 | 0.05 | 0.73 | 0.16 | 55.74 | 0.65 | 0.53 |
| Hex | D5 | CA | 3A | 0 | 5 | 49 | 10 | 38 | 41 | 35 |
| Octal | 325 | 312 | 72 | 0 | 5 | 111 | 20 | 70 | 101 | 65 |
| Binary | 11010101 | 11001010 | 111010 | 0 | 101 | 1001001 | 10000 | 111000 | 1000001 | 110101 |
Color Harmonies of #D5CA3A
Complementary color
Monochromatic Colors of #D5CA3A
Black with #D5CA3A
Text Example
Text Example
White with #D5CA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA3A; }
p { color: rgb(213,202,58); }
H1.HeaderClassName
{
color: #D5CA3A;
}
.AnyTagClassName
{
color: #D5CA3A;
}
</style>
background-color css
<style>
a { background-color: #D5CA3A; }
a { background-color: rgb(213,202,58); }
div.DivClassName
{
background-color: #D5CA3A;
}
.BgClassName
{
background-color: #D5CA3A;
}
</style>
border-color css
<style>
span { border-color: #D5CA3A; }
span { border-color: rgb(213,202,58); }
td.TdClassName
{
border-color: #D5CA3A;
}
.TagClassName
{
border-color: #D5CA3A;
}
</style>