Shades of Wattle #D4CA3B
Tints of Wattle #D4CA3B
RGB
CMYK
RGB Variations
Color information
#D4CA3B (or 0xD4CA3B) is known color: Wattle. HEX triplet: D4, CA and 3B. RGB value is (212,202,59). Sum of RGB (Red+Green+Blue) = 212+202+59=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CA3B is #2B35C4. Grayscale: #BDBDBD. Windows color (decimal): -2831813 or 3918548. OLE color: 3918548.
HSL color Cylindrical-coordinate representation of color #D4CA3B: hue angle of 56.08º 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 #D4CA3B is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 59 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.17 |
| HSL | 56.08º | 0.64% | 0.53% | - |
| HSV(B) | 56.08º | 0.72% | 0.83% | - |
| XYZ | 49.06 | 56.55 | 12.47 | - |
| YUV | 188.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 59 | 0 | 0.05 | 0.72 | 0.17 | 56.08 | 0.64 | 0.53 |
| Hex | D4 | CA | 3B | 0 | 5 | 48 | 11 | 38 | 40 | 35 |
| Octal | 324 | 312 | 73 | 0 | 5 | 110 | 21 | 70 | 100 | 65 |
| Binary | 11010100 | 11001010 | 111011 | 0 | 101 | 1001000 | 10001 | 111000 | 1000000 | 110101 |
Color Harmonies of #D4CA3B
Complementary color
Monochromatic Colors of #D4CA3B
Black with #D4CA3B
Text Example
Text Example
White with #D4CA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA3B; }
p { color: rgb(212,202,59); }
H1.HeaderClassName
{
color: #D4CA3B;
}
.AnyTagClassName
{
color: #D4CA3B;
}
</style>
background-color css
<style>
a { background-color: #D4CA3B; }
a { background-color: rgb(212,202,59); }
div.DivClassName
{
background-color: #D4CA3B;
}
.BgClassName
{
background-color: #D4CA3B;
}
</style>
border-color css
<style>
span { border-color: #D4CA3B; }
span { border-color: rgb(212,202,59); }
td.TdClassName
{
border-color: #D4CA3B;
}
.TagClassName
{
border-color: #D4CA3B;
}
</style>