Shades of Wattle #D0C643
Tints of Wattle #D0C643
RGB
CMYK
RGB Variations
Color information
#D0C643 (or 0xD0C643) is known color: Wattle. HEX triplet: D0, C6 and 43. RGB value is (208,198,67). Sum of RGB (Red+Green+Blue) = 208+198+67=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 67 (26.56% from 255 or 14.16% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C643 is #2F39BC. Grayscale: #BABABA. Windows color (decimal): -3094973 or 4441808. OLE color: 4441808.
HSL color Cylindrical-coordinate representation of color #D0C643: hue angle of 55.74º 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 #D0C643 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 67 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.18 |
| HSL | 55.74º | 0.6% | 0.54% | - |
| HSV(B) | 55.74º | 0.68% | 0.82% | - |
| XYZ | 47.22 | 54.2 | 13.28 | - |
| YUV | 186.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 67 | 0 | 0.05 | 0.68 | 0.18 | 55.74 | 0.6 | 0.54 |
| Hex | D0 | C6 | 43 | 0 | 5 | 44 | 12 | 38 | 3C | 36 |
| Octal | 320 | 306 | 103 | 0 | 5 | 104 | 22 | 70 | 74 | 66 |
| Binary | 11010000 | 11000110 | 1000011 | 0 | 101 | 1000100 | 10010 | 111000 | 111100 | 110110 |
Color Harmonies of #D0C643
Complementary color
Monochromatic Colors of #D0C643
Black with #D0C643
Text Example
Text Example
White with #D0C643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C643; }
p { color: rgb(208,198,67); }
H1.HeaderClassName
{
color: #D0C643;
}
.AnyTagClassName
{
color: #D0C643;
}
</style>
background-color css
<style>
a { background-color: #D0C643; }
a { background-color: rgb(208,198,67); }
div.DivClassName
{
background-color: #D0C643;
}
.BgClassName
{
background-color: #D0C643;
}
</style>
border-color css
<style>
span { border-color: #D0C643; }
span { border-color: rgb(208,198,67); }
td.TdClassName
{
border-color: #D0C643;
}
.TagClassName
{
border-color: #D0C643;
}
</style>