Shades of Wattle #D0C240
Tints of Wattle #D0C240
RGB
CMYK
RGB Variations
Color information
#D0C240 (or 0xD0C240) is known color: Wattle. HEX triplet: D0, C2 and 40. RGB value is (208,194,64). Sum of RGB (Red+Green+Blue) = 208+194+64=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C240 is #2F3DBF. Grayscale: #B7B7B7. Windows color (decimal): -3096000 or 4244176. OLE color: 4244176.
HSL color Cylindrical-coordinate representation of color #D0C240: hue angle of 54.17º 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 #D0C240 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 64 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.18 |
| HSL | 54.17º | 0.61% | 0.53% | - |
| HSV(B) | 54.17º | 0.69% | 0.82% | - |
| XYZ | 46.23 | 52.36 | 12.52 | - |
| YUV | 183.37 | 60.64 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 64 | 0 | 0.07 | 0.69 | 0.18 | 54.17 | 0.61 | 0.53 |
| Hex | D0 | C2 | 40 | 0 | 7 | 45 | 12 | 36 | 3D | 35 |
| Octal | 320 | 302 | 100 | 0 | 7 | 105 | 22 | 66 | 75 | 65 |
| Binary | 11010000 | 11000010 | 1000000 | 0 | 111 | 1000101 | 10010 | 110110 | 111101 | 110101 |
Color Harmonies of #D0C240
Complementary color
Monochromatic Colors of #D0C240
Black with #D0C240
Text Example
Text Example
White with #D0C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C240; }
p { color: rgb(208,194,64); }
H1.HeaderClassName
{
color: #D0C240;
}
.AnyTagClassName
{
color: #D0C240;
}
</style>
background-color css
<style>
a { background-color: #D0C240; }
a { background-color: rgb(208,194,64); }
div.DivClassName
{
background-color: #D0C240;
}
.BgClassName
{
background-color: #D0C240;
}
</style>
border-color css
<style>
span { border-color: #D0C240; }
span { border-color: rgb(208,194,64); }
td.TdClassName
{
border-color: #D0C240;
}
.TagClassName
{
border-color: #D0C240;
}
</style>