Shades of Wattle #D2C943
Tints of Wattle #D2C943
RGB
CMYK
RGB Variations
Color information
#D2C943 (or 0xD2C943) is known color: Wattle. HEX triplet: D2, C9 and 43. RGB value is (210,201,67). Sum of RGB (Red+Green+Blue) = 210+201+67=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 67 (26.56% from 255 or 14.02% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C943 is #2D36BC. Grayscale: #BCBCBC. Windows color (decimal): -2963133 or 4442578. OLE color: 4442578.
HSL color Cylindrical-coordinate representation of color #D2C943: hue angle of 56.22º 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 #D2C943 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 67 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.18 |
| HSL | 56.22º | 0.61% | 0.54% | - |
| HSV(B) | 56.22º | 0.68% | 0.82% | - |
| XYZ | 48.48 | 55.88 | 13.54 | - |
| YUV | 188.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 67 | 0 | 0.04 | 0.68 | 0.18 | 56.22 | 0.61 | 0.54 |
| Hex | D2 | C9 | 43 | 0 | 4 | 44 | 12 | 38 | 3D | 36 |
| Octal | 322 | 311 | 103 | 0 | 4 | 104 | 22 | 70 | 75 | 66 |
| Binary | 11010010 | 11001001 | 1000011 | 0 | 100 | 1000100 | 10010 | 111000 | 111101 | 110110 |
Color Harmonies of #D2C943
Complementary color
Monochromatic Colors of #D2C943
Black with #D2C943
Text Example
Text Example
White with #D2C943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C943; }
p { color: rgb(210,201,67); }
H1.HeaderClassName
{
color: #D2C943;
}
.AnyTagClassName
{
color: #D2C943;
}
</style>
background-color css
<style>
a { background-color: #D2C943; }
a { background-color: rgb(210,201,67); }
div.DivClassName
{
background-color: #D2C943;
}
.BgClassName
{
background-color: #D2C943;
}
</style>
border-color css
<style>
span { border-color: #D2C943; }
span { border-color: rgb(210,201,67); }
td.TdClassName
{
border-color: #D2C943;
}
.TagClassName
{
border-color: #D2C943;
}
</style>