Shades of Wattle #D2C843
Tints of Wattle #D2C843
RGB
CMYK
RGB Variations
Color information
#D2C843 (or 0xD2C843) is known color: Wattle. HEX triplet: D2, C8 and 43. RGB value is (210,200,67). Sum of RGB (Red+Green+Blue) = 210+200+67=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 67 (26.56% from 255 or 14.05% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C843 is #2D37BC. Grayscale: #BCBCBC. Windows color (decimal): -2963389 or 4442322. OLE color: 4442322.
HSL color Cylindrical-coordinate representation of color #D2C843: hue angle of 55.8º 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 #D2C843 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 67 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.18 |
| HSL | 55.8º | 0.61% | 0.54% | - |
| HSV(B) | 55.8º | 0.68% | 0.82% | - |
| XYZ | 48.25 | 55.42 | 13.46 | - |
| YUV | 187.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 67 | 0 | 0.05 | 0.68 | 0.18 | 55.8 | 0.61 | 0.54 |
| Hex | D2 | C8 | 43 | 0 | 5 | 44 | 12 | 38 | 3D | 36 |
| Octal | 322 | 310 | 103 | 0 | 5 | 104 | 22 | 70 | 75 | 66 |
| Binary | 11010010 | 11001000 | 1000011 | 0 | 101 | 1000100 | 10010 | 111000 | 111101 | 110110 |
Color Harmonies of #D2C843
Complementary color
Monochromatic Colors of #D2C843
Black with #D2C843
Text Example
Text Example
White with #D2C843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C843; }
p { color: rgb(210,200,67); }
H1.HeaderClassName
{
color: #D2C843;
}
.AnyTagClassName
{
color: #D2C843;
}
</style>
background-color css
<style>
a { background-color: #D2C843; }
a { background-color: rgb(210,200,67); }
div.DivClassName
{
background-color: #D2C843;
}
.BgClassName
{
background-color: #D2C843;
}
</style>
border-color css
<style>
span { border-color: #D2C843; }
span { border-color: rgb(210,200,67); }
td.TdClassName
{
border-color: #D2C843;
}
.TagClassName
{
border-color: #D2C843;
}
</style>