Shades of Wattle #D0C73B
Tints of Wattle #D0C73B
RGB
CMYK
RGB Variations
Color information
#D0C73B (or 0xD0C73B) is known color: Wattle. HEX triplet: D0, C7 and 3B. RGB value is (208,199,59). Sum of RGB (Red+Green+Blue) = 208+199+59=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C73B is #2F38C4. Grayscale: #BABABA. Windows color (decimal): -3094725 or 3917776. OLE color: 3917776.
HSL color Cylindrical-coordinate representation of color #D0C73B: hue angle of 56.38º 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 #D0C73B is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 59 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.18 |
| HSL | 56.38º | 0.61% | 0.52% | - |
| HSV(B) | 56.38º | 0.72% | 0.82% | - |
| XYZ | 47.23 | 54.57 | 12.18 | - |
| YUV | 185.73 | 56.48 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 59 | 0 | 0.04 | 0.72 | 0.18 | 56.38 | 0.61 | 0.52 |
| Hex | D0 | C7 | 3B | 0 | 4 | 48 | 12 | 38 | 3D | 34 |
| Octal | 320 | 307 | 73 | 0 | 4 | 110 | 22 | 70 | 75 | 64 |
| Binary | 11010000 | 11000111 | 111011 | 0 | 100 | 1001000 | 10010 | 111000 | 111101 | 110100 |
Color Harmonies of #D0C73B
Complementary color
Monochromatic Colors of #D0C73B
Black with #D0C73B
Text Example
Text Example
White with #D0C73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C73B; }
p { color: rgb(208,199,59); }
H1.HeaderClassName
{
color: #D0C73B;
}
.AnyTagClassName
{
color: #D0C73B;
}
</style>
background-color css
<style>
a { background-color: #D0C73B; }
a { background-color: rgb(208,199,59); }
div.DivClassName
{
background-color: #D0C73B;
}
.BgClassName
{
background-color: #D0C73B;
}
</style>
border-color css
<style>
span { border-color: #D0C73B; }
span { border-color: rgb(208,199,59); }
td.TdClassName
{
border-color: #D0C73B;
}
.TagClassName
{
border-color: #D0C73B;
}
</style>