Shades of Wattle #D2C543
Tints of Wattle #D2C543
RGB
CMYK
RGB Variations
Color information
#D2C543 (or 0xD2C543) is known color: Wattle. HEX triplet: D2, C5 and 43. RGB value is (210,197,67). Sum of RGB (Red+Green+Blue) = 210+197+67=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 67 (26.56% from 255 or 14.14% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C543 is #2D3ABC. Grayscale: #BABABA. Windows color (decimal): -2964157 or 4441554. OLE color: 4441554.
HSL color Cylindrical-coordinate representation of color #D2C543: hue angle of 54.55º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2C543 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 67 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.18 |
| HSL | 54.55º | 0.61% | 0.54% | - |
| HSV(B) | 54.55º | 0.68% | 0.82% | - |
| XYZ | 47.56 | 54.04 | 13.23 | - |
| YUV | 186.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 67 | 0 | 0.06 | 0.68 | 0.18 | 54.55 | 0.61 | 0.54 |
| Hex | D2 | C5 | 43 | 0 | 6 | 44 | 12 | 37 | 3D | 36 |
| Octal | 322 | 305 | 103 | 0 | 6 | 104 | 22 | 67 | 75 | 66 |
| Binary | 11010010 | 11000101 | 1000011 | 0 | 110 | 1000100 | 10010 | 110111 | 111101 | 110110 |
Color Harmonies of #D2C543
Complementary color
Monochromatic Colors of #D2C543
Black with #D2C543
Text Example
Text Example
White with #D2C543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C543; }
p { color: rgb(210,197,67); }
H1.HeaderClassName
{
color: #D2C543;
}
.AnyTagClassName
{
color: #D2C543;
}
</style>
background-color css
<style>
a { background-color: #D2C543; }
a { background-color: rgb(210,197,67); }
div.DivClassName
{
background-color: #D2C543;
}
.BgClassName
{
background-color: #D2C543;
}
</style>
border-color css
<style>
span { border-color: #D2C543; }
span { border-color: rgb(210,197,67); }
td.TdClassName
{
border-color: #D2C543;
}
.TagClassName
{
border-color: #D2C543;
}
</style>