Shades of Wattle #D7CA3A
Tints of Wattle #D7CA3A
RGB
CMYK
RGB Variations
Color information
#D7CA3A (or 0xD7CA3A) is known color: Wattle. HEX triplet: D7, CA and 3A. RGB value is (215,202,58). Sum of RGB (Red+Green+Blue) = 215+202+58=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CA3A is #2835C5. Grayscale: #BEBEBE. Windows color (decimal): -2635206 or 3853015. OLE color: 3853015.
HSL color Cylindrical-coordinate representation of color #D7CA3A: hue angle of 55.03º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7CA3A is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 202 | 58 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.16 |
| HSL | 55.03º | 0.66% | 0.54% | - |
| HSV(B) | 55.03º | 0.73% | 0.84% | - |
| XYZ | 49.91 | 56.99 | 12.37 | - |
| YUV | 189.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 58 | 0 | 0.06 | 0.73 | 0.16 | 55.03 | 0.66 | 0.54 |
| Hex | D7 | CA | 3A | 0 | 6 | 49 | 10 | 37 | 42 | 36 |
| Octal | 327 | 312 | 72 | 0 | 6 | 111 | 20 | 67 | 102 | 66 |
| Binary | 11010111 | 11001010 | 111010 | 0 | 110 | 1001001 | 10000 | 110111 | 1000010 | 110110 |
Color Harmonies of #D7CA3A
Complementary color
Monochromatic Colors of #D7CA3A
Black with #D7CA3A
Text Example
Text Example
White with #D7CA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CA3A; }
p { color: rgb(215,202,58); }
H1.HeaderClassName
{
color: #D7CA3A;
}
.AnyTagClassName
{
color: #D7CA3A;
}
</style>
background-color css
<style>
a { background-color: #D7CA3A; }
a { background-color: rgb(215,202,58); }
div.DivClassName
{
background-color: #D7CA3A;
}
.BgClassName
{
background-color: #D7CA3A;
}
</style>
border-color css
<style>
span { border-color: #D7CA3A; }
span { border-color: rgb(215,202,58); }
td.TdClassName
{
border-color: #D7CA3A;
}
.TagClassName
{
border-color: #D7CA3A;
}
</style>