Shades of Wattle #D0C43D
Tints of Wattle #D0C43D
RGB
CMYK
RGB Variations
Color information
#D0C43D (or 0xD0C43D) is known color: Wattle. HEX triplet: D0, C4 and 3D. RGB value is (208,196,61). Sum of RGB (Red+Green+Blue) = 208+196+61=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C43D is #2F3BC2. Grayscale: #B8B8B8. Windows color (decimal): -3095491 or 4048080. OLE color: 4048080.
HSL color Cylindrical-coordinate representation of color #D0C43D: hue angle of 55.1º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0C43D is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 61 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.18 |
| HSL | 55.1º | 0.61% | 0.53% | - |
| HSV(B) | 55.1º | 0.71% | 0.82% | - |
| XYZ | 46.59 | 53.23 | 12.23 | - |
| YUV | 184.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 61 | 0 | 0.06 | 0.71 | 0.18 | 55.1 | 0.61 | 0.53 |
| Hex | D0 | C4 | 3D | 0 | 6 | 47 | 12 | 37 | 3D | 35 |
| Octal | 320 | 304 | 75 | 0 | 6 | 107 | 22 | 67 | 75 | 65 |
| Binary | 11010000 | 11000100 | 111101 | 0 | 110 | 1000111 | 10010 | 110111 | 111101 | 110101 |
Color Harmonies of #D0C43D
Complementary color
Monochromatic Colors of #D0C43D
Black with #D0C43D
Text Example
Text Example
White with #D0C43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C43D; }
p { color: rgb(208,196,61); }
H1.HeaderClassName
{
color: #D0C43D;
}
.AnyTagClassName
{
color: #D0C43D;
}
</style>
background-color css
<style>
a { background-color: #D0C43D; }
a { background-color: rgb(208,196,61); }
div.DivClassName
{
background-color: #D0C43D;
}
.BgClassName
{
background-color: #D0C43D;
}
</style>
border-color css
<style>
span { border-color: #D0C43D; }
span { border-color: rgb(208,196,61); }
td.TdClassName
{
border-color: #D0C43D;
}
.TagClassName
{
border-color: #D0C43D;
}
</style>