Shades of Wattle #D0C532
Tints of Wattle #D0C532
RGB
CMYK
RGB Variations
Color information
#D0C532 (or 0xD0C532) is known color: Wattle. HEX triplet: D0, C5 and 32. RGB value is (208,197,50). Sum of RGB (Red+Green+Blue) = 208+197+50=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C532 is #2F3ACD. Grayscale: #B8B8B8. Windows color (decimal): -3095246 or 3327440. OLE color: 3327440.
HSL color Cylindrical-coordinate representation of color #D0C532: hue angle of 55.82º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0C532 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 50 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.18 |
| HSL | 55.82º | 0.63% | 0.51% | - |
| HSV(B) | 55.82º | 0.76% | 0.82% | - |
| XYZ | 46.55 | 53.57 | 10.9 | - |
| YUV | 183.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 50 | 0 | 0.05 | 0.76 | 0.18 | 55.82 | 0.63 | 0.51 |
| Hex | D0 | C5 | 32 | 0 | 5 | 4C | 12 | 38 | 3F | 33 |
| Octal | 320 | 305 | 62 | 0 | 5 | 114 | 22 | 70 | 77 | 63 |
| Binary | 11010000 | 11000101 | 110010 | 0 | 101 | 1001100 | 10010 | 111000 | 111111 | 110011 |
Color Harmonies of #D0C532
Complementary color
Monochromatic Colors of #D0C532
Black with #D0C532
Text Example
Text Example
White with #D0C532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C532; }
p { color: rgb(208,197,50); }
H1.HeaderClassName
{
color: #D0C532;
}
.AnyTagClassName
{
color: #D0C532;
}
</style>
background-color css
<style>
a { background-color: #D0C532; }
a { background-color: rgb(208,197,50); }
div.DivClassName
{
background-color: #D0C532;
}
.BgClassName
{
background-color: #D0C532;
}
</style>
border-color css
<style>
span { border-color: #D0C532; }
span { border-color: rgb(208,197,50); }
td.TdClassName
{
border-color: #D0C532;
}
.TagClassName
{
border-color: #D0C532;
}
</style>