Shades of Wattle #D0C63A
Tints of Wattle #D0C63A
RGB
CMYK
RGB Variations
Color information
#D0C63A (or 0xD0C63A) is known color: Wattle. HEX triplet: D0, C6 and 3A. RGB value is (208,198,58). Sum of RGB (Red+Green+Blue) = 208+198+58=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C63A is #2F39C5. Grayscale: #B9B9B9. Windows color (decimal): -3094982 or 3851984. OLE color: 3851984.
HSL color Cylindrical-coordinate representation of color #D0C63A: hue angle of 56º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0C63A is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 58 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.18 |
| HSL | 56º | 0.61% | 0.52% | - |
| HSV(B) | 56º | 0.72% | 0.82% | - |
| XYZ | 46.97 | 54.1 | 11.97 | - |
| YUV | 185.03 | 56.31 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 58 | 0 | 0.05 | 0.72 | 0.18 | 56 | 0.61 | 0.52 |
| Hex | D0 | C6 | 3A | 0 | 5 | 48 | 12 | 38 | 3D | 34 |
| Octal | 320 | 306 | 72 | 0 | 5 | 110 | 22 | 70 | 75 | 64 |
| Binary | 11010000 | 11000110 | 111010 | 0 | 101 | 1001000 | 10010 | 111000 | 111101 | 110100 |
Color Harmonies of #D0C63A
Complementary color
Monochromatic Colors of #D0C63A
Black with #D0C63A
Text Example
Text Example
White with #D0C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C63A; }
p { color: rgb(208,198,58); }
H1.HeaderClassName
{
color: #D0C63A;
}
.AnyTagClassName
{
color: #D0C63A;
}
</style>
background-color css
<style>
a { background-color: #D0C63A; }
a { background-color: rgb(208,198,58); }
div.DivClassName
{
background-color: #D0C63A;
}
.BgClassName
{
background-color: #D0C63A;
}
</style>
border-color css
<style>
span { border-color: #D0C63A; }
span { border-color: rgb(208,198,58); }
td.TdClassName
{
border-color: #D0C63A;
}
.TagClassName
{
border-color: #D0C63A;
}
</style>