Shades of Wattle #D0C849
Tints of Wattle #D0C849
RGB
CMYK
RGB Variations
Color information
#D0C849 (or 0xD0C849) is known color: Wattle. HEX triplet: D0, C8 and 49. RGB value is (208,200,73). Sum of RGB (Red+Green+Blue) = 208+200+73=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C849 is #2F37B6. Grayscale: #BCBCBC. Windows color (decimal): -3094455 or 4835536. OLE color: 4835536.
HSL color Cylindrical-coordinate representation of color #D0C849: hue angle of 56.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0C849 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 73 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.18 |
| HSL | 56.44º | 0.59% | 0.55% | - |
| HSV(B) | 56.44º | 0.65% | 0.82% | - |
| XYZ | 47.87 | 55.2 | 14.43 | - |
| YUV | 187.91 | 63.15 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 73 | 0 | 0.04 | 0.65 | 0.18 | 56.44 | 0.59 | 0.55 |
| Hex | D0 | C8 | 49 | 0 | 4 | 41 | 12 | 38 | 3B | 37 |
| Octal | 320 | 310 | 111 | 0 | 4 | 101 | 22 | 70 | 73 | 67 |
| Binary | 11010000 | 11001000 | 1001001 | 0 | 100 | 1000001 | 10010 | 111000 | 111011 | 110111 |
Color Harmonies of #D0C849
Complementary color
Monochromatic Colors of #D0C849
Black with #D0C849
Text Example
Text Example
White with #D0C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C849; }
p { color: rgb(208,200,73); }
H1.HeaderClassName
{
color: #D0C849;
}
.AnyTagClassName
{
color: #D0C849;
}
</style>
background-color css
<style>
a { background-color: #D0C849; }
a { background-color: rgb(208,200,73); }
div.DivClassName
{
background-color: #D0C849;
}
.BgClassName
{
background-color: #D0C849;
}
</style>
border-color css
<style>
span { border-color: #D0C849; }
span { border-color: rgb(208,200,73); }
td.TdClassName
{
border-color: #D0C849;
}
.TagClassName
{
border-color: #D0C849;
}
</style>