Shades of Wattle #D3CA43
Tints of Wattle #D3CA43
RGB
CMYK
RGB Variations
Color information
#D3CA43 (or 0xD3CA43) is known color: Wattle. HEX triplet: D3, CA and 43. RGB value is (211,202,67). Sum of RGB (Red+Green+Blue) = 211+202+67=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 67 (26.56% from 255 or 13.96% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CA43 is #2C35BC. Grayscale: #BDBDBD. Windows color (decimal): -2897341 or 4442835. OLE color: 4442835.
HSL color Cylindrical-coordinate representation of color #D3CA43: hue angle of 56.25º degrees, saturation: 0.62, 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 #D3CA43 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 202 | 67 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.17 |
| HSL | 56.25º | 0.62% | 0.55% | - |
| HSV(B) | 56.25º | 0.68% | 0.83% | - |
| XYZ | 49 | 56.5 | 13.63 | - |
| YUV | 189.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 67 | 0 | 0.04 | 0.68 | 0.17 | 56.25 | 0.62 | 0.55 |
| Hex | D3 | CA | 43 | 0 | 4 | 44 | 11 | 38 | 3E | 37 |
| Octal | 323 | 312 | 103 | 0 | 4 | 104 | 21 | 70 | 76 | 67 |
| Binary | 11010011 | 11001010 | 1000011 | 0 | 100 | 1000100 | 10001 | 111000 | 111110 | 110111 |
Color Harmonies of #D3CA43
Complementary color
Monochromatic Colors of #D3CA43
Black with #D3CA43
Text Example
Text Example
White with #D3CA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CA43; }
p { color: rgb(211,202,67); }
H1.HeaderClassName
{
color: #D3CA43;
}
.AnyTagClassName
{
color: #D3CA43;
}
</style>
background-color css
<style>
a { background-color: #D3CA43; }
a { background-color: rgb(211,202,67); }
div.DivClassName
{
background-color: #D3CA43;
}
.BgClassName
{
background-color: #D3CA43;
}
</style>
border-color css
<style>
span { border-color: #D3CA43; }
span { border-color: rgb(211,202,67); }
td.TdClassName
{
border-color: #D3CA43;
}
.TagClassName
{
border-color: #D3CA43;
}
</style>