Shades of Wattle #D0C843
Tints of Wattle #D0C843
RGB
CMYK
RGB Variations
Color information
#D0C843 (or 0xD0C843) is known color: Wattle. HEX triplet: D0, C8 and 43. RGB value is (208,200,67). Sum of RGB (Red+Green+Blue) = 208+200+67=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 67 (26.56% from 255 or 14.11% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C843 is #2F37BC. Grayscale: #BBBBBB. Windows color (decimal): -3094461 or 4442320. OLE color: 4442320.
HSL color Cylindrical-coordinate representation of color #D0C843: hue angle of 56.6º degrees, saturation: 0.6, 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 #D0C843 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 67 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.18 |
| HSL | 56.6º | 0.6% | 0.54% | - |
| HSV(B) | 56.6º | 0.68% | 0.82% | - |
| XYZ | 47.68 | 55.12 | 13.44 | - |
| YUV | 187.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 67 | 0 | 0.04 | 0.68 | 0.18 | 56.6 | 0.6 | 0.54 |
| Hex | D0 | C8 | 43 | 0 | 4 | 44 | 12 | 39 | 3C | 36 |
| Octal | 320 | 310 | 103 | 0 | 4 | 104 | 22 | 71 | 74 | 66 |
| Binary | 11010000 | 11001000 | 1000011 | 0 | 100 | 1000100 | 10010 | 111001 | 111100 | 110110 |
Color Harmonies of #D0C843
Complementary color
Monochromatic Colors of #D0C843
Black with #D0C843
Text Example
Text Example
White with #D0C843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C843; }
p { color: rgb(208,200,67); }
H1.HeaderClassName
{
color: #D0C843;
}
.AnyTagClassName
{
color: #D0C843;
}
</style>
background-color css
<style>
a { background-color: #D0C843; }
a { background-color: rgb(208,200,67); }
div.DivClassName
{
background-color: #D0C843;
}
.BgClassName
{
background-color: #D0C843;
}
</style>
border-color css
<style>
span { border-color: #D0C843; }
span { border-color: rgb(208,200,67); }
td.TdClassName
{
border-color: #D0C843;
}
.TagClassName
{
border-color: #D0C843;
}
</style>