Shades of Wattle #D0C940
Tints of Wattle #D0C940
RGB
CMYK
RGB Variations
Color information
#D0C940 (or 0xD0C940) is known color: Wattle. HEX triplet: D0, C9 and 40. RGB value is (208,201,64). Sum of RGB (Red+Green+Blue) = 208+201+64=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C940 is #2F36BF. Grayscale: #BCBCBC. Windows color (decimal): -3094208 or 4245968. OLE color: 4245968.
HSL color Cylindrical-coordinate representation of color #D0C940: hue angle of 57.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0C940 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 64 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.18 |
| HSL | 57.08º | 0.61% | 0.53% | - |
| HSV(B) | 57.08º | 0.69% | 0.82% | - |
| XYZ | 47.82 | 55.55 | 13.05 | - |
| YUV | 187.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 64 | 0 | 0.03 | 0.69 | 0.18 | 57.08 | 0.61 | 0.53 |
| Hex | D0 | C9 | 40 | 0 | 3 | 45 | 12 | 39 | 3D | 35 |
| Octal | 320 | 311 | 100 | 0 | 3 | 105 | 22 | 71 | 75 | 65 |
| Binary | 11010000 | 11001001 | 1000000 | 0 | 11 | 1000101 | 10010 | 111001 | 111101 | 110101 |
Color Harmonies of #D0C940
Complementary color
Monochromatic Colors of #D0C940
Black with #D0C940
Text Example
Text Example
White with #D0C940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C940; }
p { color: rgb(208,201,64); }
H1.HeaderClassName
{
color: #D0C940;
}
.AnyTagClassName
{
color: #D0C940;
}
</style>
background-color css
<style>
a { background-color: #D0C940; }
a { background-color: rgb(208,201,64); }
div.DivClassName
{
background-color: #D0C940;
}
.BgClassName
{
background-color: #D0C940;
}
</style>
border-color css
<style>
span { border-color: #D0C940; }
span { border-color: rgb(208,201,64); }
td.TdClassName
{
border-color: #D0C940;
}
.TagClassName
{
border-color: #D0C940;
}
</style>