Shades of Wattle #D4CA43
Tints of Wattle #D4CA43
RGB
CMYK
RGB Variations
Color information
#D4CA43 (or 0xD4CA43) is known color: Wattle. HEX triplet: D4, CA and 43. RGB value is (212,202,67). Sum of RGB (Red+Green+Blue) = 212+202+67=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 67 (26.56% from 255 or 13.93% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CA43 is #2B35BC. Grayscale: #BEBEBE. Windows color (decimal): -2831805 or 4442836. OLE color: 4442836.
HSL color Cylindrical-coordinate representation of color #D4CA43: hue angle of 55.86º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4CA43 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 67 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.17 |
| HSL | 55.86º | 0.63% | 0.55% | - |
| HSV(B) | 55.86º | 0.68% | 0.83% | - |
| XYZ | 49.29 | 56.64 | 13.65 | - |
| YUV | 189.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 67 | 0 | 0.05 | 0.68 | 0.17 | 55.86 | 0.63 | 0.55 |
| Hex | D4 | CA | 43 | 0 | 5 | 44 | 11 | 38 | 3F | 37 |
| Octal | 324 | 312 | 103 | 0 | 5 | 104 | 21 | 70 | 77 | 67 |
| Binary | 11010100 | 11001010 | 1000011 | 0 | 101 | 1000100 | 10001 | 111000 | 111111 | 110111 |
Color Harmonies of #D4CA43
Complementary color
Monochromatic Colors of #D4CA43
Black with #D4CA43
Text Example
Text Example
White with #D4CA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA43; }
p { color: rgb(212,202,67); }
H1.HeaderClassName
{
color: #D4CA43;
}
.AnyTagClassName
{
color: #D4CA43;
}
</style>
background-color css
<style>
a { background-color: #D4CA43; }
a { background-color: rgb(212,202,67); }
div.DivClassName
{
background-color: #D4CA43;
}
.BgClassName
{
background-color: #D4CA43;
}
</style>
border-color css
<style>
span { border-color: #D4CA43; }
span { border-color: rgb(212,202,67); }
td.TdClassName
{
border-color: #D4CA43;
}
.TagClassName
{
border-color: #D4CA43;
}
</style>