Shades of Wattle #D2C73B
Tints of Wattle #D2C73B
RGB
CMYK
RGB Variations
Color information
#D2C73B (or 0xD2C73B) is known color: Wattle. HEX triplet: D2, C7 and 3B. RGB value is (210,199,59). Sum of RGB (Red+Green+Blue) = 210+199+59=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C73B is #2D38C4. Grayscale: #BABABA. Windows color (decimal): -2963653 or 3917778. OLE color: 3917778.
HSL color Cylindrical-coordinate representation of color #D2C73B: hue angle of 55.63º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2C73B is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 199 | 59 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.18 |
| HSL | 55.63º | 0.63% | 0.53% | - |
| HSV(B) | 55.63º | 0.72% | 0.82% | - |
| XYZ | 47.79 | 54.86 | 12.21 | - |
| YUV | 186.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 59 | 0 | 0.05 | 0.72 | 0.18 | 55.63 | 0.63 | 0.53 |
| Hex | D2 | C7 | 3B | 0 | 5 | 48 | 12 | 38 | 3F | 35 |
| Octal | 322 | 307 | 73 | 0 | 5 | 110 | 22 | 70 | 77 | 65 |
| Binary | 11010010 | 11000111 | 111011 | 0 | 101 | 1001000 | 10010 | 111000 | 111111 | 110101 |
Color Harmonies of #D2C73B
Complementary color
Monochromatic Colors of #D2C73B
Black with #D2C73B
Text Example
Text Example
White with #D2C73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C73B; }
p { color: rgb(210,199,59); }
H1.HeaderClassName
{
color: #D2C73B;
}
.AnyTagClassName
{
color: #D2C73B;
}
</style>
background-color css
<style>
a { background-color: #D2C73B; }
a { background-color: rgb(210,199,59); }
div.DivClassName
{
background-color: #D2C73B;
}
.BgClassName
{
background-color: #D2C73B;
}
</style>
border-color css
<style>
span { border-color: #D2C73B; }
span { border-color: rgb(210,199,59); }
td.TdClassName
{
border-color: #D2C73B;
}
.TagClassName
{
border-color: #D2C73B;
}
</style>