Shades of Wattle #D0C73F
Tints of Wattle #D0C73F
RGB
CMYK
RGB Variations
Color information
#D0C73F (or 0xD0C73F) is known color: Wattle. HEX triplet: D0, C7 and 3F. RGB value is (208,199,63). Sum of RGB (Red+Green+Blue) = 208+199+63=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C73F is #2F38C0. Grayscale: #BABABA. Windows color (decimal): -3094721 or 4179920. OLE color: 4179920.
HSL color Cylindrical-coordinate representation of color #D0C73F: hue angle of 56.28º 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 #D0C73F is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 63 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.18 |
| HSL | 56.28º | 0.61% | 0.53% | - |
| HSV(B) | 56.28º | 0.7% | 0.82% | - |
| XYZ | 47.33 | 54.62 | 12.75 | - |
| YUV | 186.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 63 | 0 | 0.04 | 0.70 | 0.18 | 56.28 | 0.61 | 0.53 |
| Hex | D0 | C7 | 3F | 0 | 4 | 46 | 12 | 38 | 3D | 35 |
| Octal | 320 | 307 | 77 | 0 | 4 | 106 | 22 | 70 | 75 | 65 |
| Binary | 11010000 | 11000111 | 111111 | 0 | 100 | 1000110 | 10010 | 111000 | 111101 | 110101 |
Color Harmonies of #D0C73F
Complementary color
Monochromatic Colors of #D0C73F
Black with #D0C73F
Text Example
Text Example
White with #D0C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C73F; }
p { color: rgb(208,199,63); }
H1.HeaderClassName
{
color: #D0C73F;
}
.AnyTagClassName
{
color: #D0C73F;
}
</style>
background-color css
<style>
a { background-color: #D0C73F; }
a { background-color: rgb(208,199,63); }
div.DivClassName
{
background-color: #D0C73F;
}
.BgClassName
{
background-color: #D0C73F;
}
</style>
border-color css
<style>
span { border-color: #D0C73F; }
span { border-color: rgb(208,199,63); }
td.TdClassName
{
border-color: #D0C73F;
}
.TagClassName
{
border-color: #D0C73F;
}
</style>