Shades of Wattle #D0C63F
Tints of Wattle #D0C63F
RGB
CMYK
RGB Variations
Color information
#D0C63F (or 0xD0C63F) is known color: Wattle. HEX triplet: D0, C6 and 3F. RGB value is (208,198,63). Sum of RGB (Red+Green+Blue) = 208+198+63=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 63 (25% from 255 or 13.43% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C63F is #2F39C0. Grayscale: #BABABA. Windows color (decimal): -3094977 or 4179664. OLE color: 4179664.
HSL color Cylindrical-coordinate representation of color #D0C63F: hue angle of 55.86º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0C63F is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 63 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.18 |
| HSL | 55.86º | 0.61% | 0.53% | - |
| HSV(B) | 55.86º | 0.7% | 0.82% | - |
| XYZ | 47.1 | 54.16 | 12.67 | - |
| YUV | 185.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 63 | 0 | 0.05 | 0.70 | 0.18 | 55.86 | 0.61 | 0.53 |
| Hex | D0 | C6 | 3F | 0 | 5 | 46 | 12 | 38 | 3D | 35 |
| Octal | 320 | 306 | 77 | 0 | 5 | 106 | 22 | 70 | 75 | 65 |
| Binary | 11010000 | 11000110 | 111111 | 0 | 101 | 1000110 | 10010 | 111000 | 111101 | 110101 |
Color Harmonies of #D0C63F
Complementary color
Monochromatic Colors of #D0C63F
Black with #D0C63F
Text Example
Text Example
White with #D0C63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C63F; }
p { color: rgb(208,198,63); }
H1.HeaderClassName
{
color: #D0C63F;
}
.AnyTagClassName
{
color: #D0C63F;
}
</style>
background-color css
<style>
a { background-color: #D0C63F; }
a { background-color: rgb(208,198,63); }
div.DivClassName
{
background-color: #D0C63F;
}
.BgClassName
{
background-color: #D0C63F;
}
</style>
border-color css
<style>
span { border-color: #D0C63F; }
span { border-color: rgb(208,198,63); }
td.TdClassName
{
border-color: #D0C63F;
}
.TagClassName
{
border-color: #D0C63F;
}
</style>